PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Failure when posting new ad (http://www.photopost.com/forum/classifieds-installation-upgrades/121670-failure-when-posting-new-ad.html)

volarium December 21st, 2005 02:04 AM

Failure when posting new ad
 
I just installed Classifieds 2.42 with vBulletin 3.5. The installation went fine, and everything seems to be configured okay. However, when I try to Place an Ad, I receive the error:

Database error! Please report to System Administrator.

INSERT INTO pp_products (id,user,userid,cat,date,title,description,keywords,bigimage,bigimage2,bigimage3,approved,watermarked,ipaddress) values(NULL,'michael', 2, 8, , 'stuff', 'give me stuff', '', '', '', '', 1, '', '24.4.37.183')

I ran the query manually against the database and received:

#1064 - 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 ' 'stuff', 'give me stuff', '', '', '', '', 1, '', '24.4.37.183')' at line 1

Here's my specs:
PHP 5.1.1
MySQL 4.1.15

Any help is appreciated.
Thanks,
Michael West
michael@vfrworld.com

volarium December 24th, 2005 04:01 PM

Hi Chuck! I know it's Christmas Eve and all, and hopefully you're not working on a holiday, but just curious if you've read my post and have any ideas for me? My site is just about ready to launch, this is one of the last issues I need to resolve.

Thanks!
Michael

Chuck S December 24th, 2005 05:05 PM

Okay I posted this in another forum but basically PHP 5.1X series has an issue with localtime();

Basically in all our scripts where you find this

$mon = $mon + 1;

this needs be added beneath

$year = $year + 1900;

volarium December 24th, 2005 05:42 PM

Thanks Chuck, it works perfectly now!

LLIFE January 2nd, 2006 01:25 AM

What scripts is this code in? I cant find it..

LLIFE January 2nd, 2006 03:55 AM

Found it, thanks


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