PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Having problem with install photopost 4.1.1 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/111511-having-problem-install-photopost-4-1-1-a.html)

videorov8847 January 14th, 2005 01:17 PM

Having problem with install photopost 4.1.1
 
I did it one time before a year ago but having problems installing it this
time.
I had a problem with page not coming up and decided to do a reinstall
to fix it. Now I can't get the install to work right.

I get this on the screen after Photopost installation is complete.
Home | Profile | Logout

Photo Gallery Collection Message
MySQL error reported!
Query: SELECT cpaccess,modaccess,diskspace,uploadsize,uploads,comments,editpho,editposts FROM usergroups WHERE groupid=5 LIMIT 1

Result: Unknown column 'modaccess' in 'field list'

Database handle: Resource id #6



Powered by: PhotoPost PHP 4.1.1
Copyright 2002 All Enthusiast, Inc.

Marc January 14th, 2005 04:03 PM

why do you not download the latest version and try it again? :confused:

videorov8847 January 14th, 2005 06:14 PM

I can't Im not paid up to get updates.
 
That would be nice but not paid up for updates.

This one worked fine before the first time I did but not now.

Michael P January 14th, 2005 06:45 PM

4.1.1 was a long time ago, I'm not sure if this was a bug back then or not. You can add modaccess manually to your table, I suppose:

ALTER TABLE usergroups ADD modaccess int(3) NOT NULL default '0';

Chuck S January 14th, 2005 08:50 PM

modaccess was added back in Photopost 3.3

Possibly did not properly run an upgrade script


All times are GMT -5. The time now is 02:07 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97