forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upgrading => Topic started by: Maddin on December 29, 2010, 07:29:15 am

Title: update to 1.5.10 , no upload, no detailview
Post by: Maddin on December 29, 2010, 07:29:15 am
Hello.

 Unfortunately, the search has not displayed properly in the forum my mistake.
 I have updated to version 1.5.10. I think that was before the 1.4.11 version modded by installing tight. CPG is actually quite good, but I have the following problems.

 Only the admin user can see images in the detail view. Only the admin user can upload pictures. I put a new user, it can upload these pictures, but he can not see any pictures in the detail view. Existing users can not upload pictures and

 If another user wants to upload pictures, he gets this error:
 You have no right to view this page.

 File: / var/www/vhosts/xxxxxxxxxxxxxxxx.de/httpdocs/3/editpics.php - Row: 79

 If another user or a guest wants to see a picture in the details, he gets this error:

 While executing query "INSERT INTO cpg1411_hit_stats SET pid = 1454 search_phrase ='', ip = '93 .241.137.107 'sdate = '1293524619', referer = 'http://www.xxxxxxxxxxxxxxxxxx.de/3/thumbnails. php? album = 8 ', browser =' IE8 ', os =' Windows 7 ', uid = '0''in include / functions.inc.php on line 2765

 mySQL error: Unknown column 'uid' in 'field list'

 ----------

 Why is the error message something of cpg1411_ .... ? If the update does not work completely? I have checked again via the Admin Interface tables. Do I delete the modded by tight changes manually from the database? Also with the standard template I get this error.

 Registered users have rights to view all pictures and upload. A newly created user is from the same group as an existing.

 Can someone help me?

 Thank you
Title: Re: update to 1.5.10 , no upload, no detailview
Post by: Maddin on December 29, 2010, 07:38:23 am
Addendum:
 I have run successfully with PhpMyAdmin following command:
 REPAIR TABLE cpg1411_hit_stats
Title: Re: update to 1.5.10 , no upload, no detailview
Post by: Nibbler on December 29, 2010, 02:52:19 pm
Did you run update.php?

In phpMyAdmin, run

Code: [Select]
ALTER TABLE `cpg1411_hit_stats` ADD `uid` INT(11) NOT NULL default '0' ;
Title: Re: update to 1.5.10 , no upload, no detailview
Post by: Maddin on December 30, 2010, 09:00:50 am
Hello. Thank you. Now each user can host pictures and also in the details view.

 However, the problem remains, namely that users can upload a picture, but they can then enter a title. When I click "Next " displays the following error:

 Error
 You have no right to view this page.

 File: / var/www/vhosts/xxxxxxxx.de/httpdocs/3/editpics.php - Row: 79

best regards
Title: Re: update to 1.5.10 , no upload, no detailview
Post by: Αndré on January 03, 2011, 11:23:35 am
So your current problem is, that regular users cannot add title, description, etc. to the successfully uploaded files? If so, please post a link to your gallery and a test user account (please have a look at the upload troubleshooting docs). Some additional information as installed plugins/mods, bridging, etc. will be very helpful.
Title: Re: update to 1.5.10 , no upload, no detailview
Post by: lurkalot on January 03, 2011, 11:46:03 am
You now also need to update to version 1.5.12 
Title: Re: update to 1.5.10 , no upload, no detailview
Post by: Maddin on January 03, 2011, 06:27:48 pm
Hello. A member has v'berichtet now that he can enter the titles and descriptions again. I do not know why it works again. I have had the re-run update.php. There was, however, appear at all points "Already done". I will test it further and give you an info, if further problems arise. Thank you for your help.