PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   MySQL Error after upgrading to PHP5 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/137105-mysql-error-after-upgrading-php5.html)

oldford June 30th, 2008 10:02 AM

MySQL Error after upgrading to PHP5
 
I just upgraded to php5 and have started getting some email error reports like the one below. I only get a few a day and when I go in to the Gallery everything appears to work normally. I can see all photos, upload and delete.

I'm on PP version 5.3.

Thanks!

Quote:

An error was encountered during execution of the query:

UPDATE session SET lastactivity = '1214830209' , location = '/photos/showgallery.php/cat/all/si/Joey's' WHERE host='74.6.18.235'

The query returned with an errorcode of:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's' WHERE host='74.6.18.235'' at line 1

Chuck S June 30th, 2008 02:18 PM

What version of the program are you running I would suggest you run the latest version to be compatible

Code:

Content visible to verified customers only.
I show this line in our vb3.php file which is correct and may not be in your old version.


All times are GMT -5. The time now is 11:46 AM.

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