Plogger Support Forum - installation errors on wamp server 2.1 Thu, 28 Mar 2024 12:14:37 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 installation errors on wamp server 2.1 http://www.plogger.org/forum/comments.php?DiscussionID=3671&Focus=13964#Comment_13964 http://www.plogger.org/forum/comments.php?DiscussionID=3671&Focus=13964#Comment_13964 Wed, 21 Sep 2011 10:15:56 +0000 sachinwalvekar
Deprecated: Function eregi() is deprecated in C:\wamp\www\plogger\plog-includes\lib\phpthumb\phpthumb.functions.php on line 362

and I continued and got more errors:


'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 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 6' (length=184)
string '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 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 8' (length=184)
string '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 '(14) NOT NULL,
`date_submitted` timestamp(14) NOT NULL,
`EXIF_date_taken` varc' at line 7' (length=226)
string '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 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 12' (length=185)
string '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 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 29' (length=185)
string '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 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 6' (length=184)


Please let me know if there is any solution.]]>
installation errors on wamp server 2.1 http://www.plogger.org/forum/comments.php?DiscussionID=3671&Focus=14009#Comment_14009 http://www.plogger.org/forum/comments.php?DiscussionID=3671&Focus=14009#Comment_14009 Sun, 02 Oct 2011 19:35:12 +0000 johnw89 installation errors on wamp server 2.1 http://www.plogger.org/forum/comments.php?DiscussionID=3671&Focus=14020#Comment_14020 http://www.plogger.org/forum/comments.php?DiscussionID=3671&Focus=14020#Comment_14020 Mon, 03 Oct 2011 14:40:30 +0000 Tidosho
The eregi deprecated error is another update break. PHP 5.3 now requires the use of preg_match. Google is your friend! BEFORE MAKING ANY CHANGES, make a BACKUP!]]>