![]() |
SQL Error when uploading photos MySQL error reported! Script: bulkupload Query: INSERT INTO notify (id,userid,photo) values(NULL,,14935) Result: 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 '14935)' at line 1 Database handle: Resource id #39 http://thephotostation.net I am not sure if it is the same problem as this thread (http://www.photopost.com/members/for...ght=bulkupload) so I wanted to make sure before I tried to do anything: |
actually Try changing line 681 of image-inc.php from $query = "INSERT INTO {$Globals['pp_db_prefix']}notify (id,userid,photo) values(NULL,$upuser,$photoid)"; to $query = "INSERT INTO {$Globals['pp_db_prefix']}notify (id,userid,photo) values(NULL,$upuserid,$lastphotoid)"; |
| All times are GMT -5. The time now is 09:47 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0