PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Bug when logining, using Invision 1 (http://www.photopost.com/forum/classifieds-bug-reports/141024-bug-when-logining-using-invision-1-a.html)

ktmtalk October 31st, 2009 01:01 AM

Bug when logining, using Invision 1
 
in forums/ib.php, around line 228

Line reads:
$query = "INSERT INTO $stable (id, member_name...

Should probably be:
$query = "INSERT INTO {$Globals['dprefix']}sessions(id, member_name...

as, will produce a Mysql error:
Quote:

An error was encountered during execution of the query: INSERT INTO (id, member_name, member_id, running_time, member_group, ip_address, browser, login_type) VALUES ('9e15834a1d8a6a6b8a4c6815917c2e3e','admin',1,1256968127,'4','98.195.52.215','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv',0) 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 '(id, member_name, member_id, running_time, member_group, ip_address, browser, lo\' at line 1 If you need assistence or feel this is a \'bug\'; please report it to our support forums at: Photopost Pro Bug Reports - PhotoPost Community To turn off these emails, set =0 in your config-inc.php file.

Chuck S October 31st, 2009 07:36 AM

Thanks got it wow have not seen anyone on invisionboard 1 in like years


All times are GMT -5. The time now is 07:24 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