PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old March 20th, 2006, 07:05 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 24
Installation problems

Hi, I am having a couple of problems with my installation, first here is the list of database errors that were generated:

Step 3: MySQL error reported: [INSERT INTO pp_categories VALUES (1,'Main','',1,'no',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'2',0,0,0,0,0,0,0,'no', 0, '', 'no', NULL, NULL,'','','');]
Result: Out of range value adjusted for column 'thumbnail' at row 1
Database: adkboards

Step 3: MySQL error reported: [INSERT INTO pp_categories VALUES (2,'A Category','Products of a particular type',1,'yes',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,'no', 0, '', 'no', NULL, NULL,'','','');]
Result: Out of range value adjusted for column 'thumbnail' at row 1
Database: adkboards

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (179,'GMT Offset', 'gmtoffset', 'If you are running VB and want the server to display the time as an offset of GMT (for example, to the timezone where your server is located), enter the offset here.', '0', 25, 1)]
Result: Data too long for column 'description' at row 1
Database: adkboards

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (216, 'WorldPay Installation ID', 'wp_instid', 'The Install ID that is generated by the WorldPay CMS for the subscription callback.
You must set your callback url to point to your payment.php script', '', 8, 12)]
Result: Data too long for column 'description' at row 1
Database: adkboards

Step 3: MySQL error reported: [INSERT INTO pp_cache VALUES (1,'',null,null,null,null,null,null,null)]
Result: Out of range value adjusted for column 'timestamp' at row 1
Database: adkboards

Also, I got this error message on the next step:

Unable to create/write to D:\.......\adkboards.com\adkboards.com\....../data! Check your data directory permissions before continuing. My hosting service claims to have set the permissions on this directory correctly, (obviously I have edited part of the actual directory to post here). It seems that the last backslash is going the wrong direction could that be a problem? Also the beginning of the address was also incorrect on the error message, why would it misspell this?

Sorry for the long post, and thank you for any help you can give me.
adkboards is offline   Reply With Quote
Old March 20th, 2006, 09:11 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
this might help your issue on mysql issue.

Mysql 5 Compatibility

as far as create write the data and uploads directories need to be READ WRITE EXECUTE per the install instructions and you want to use forward slashes in paths not backslashes
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 21st, 2006, 08:21 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 24
Thanks for the reply. you will have to forgive me, as I am VERY unfamiliar with all this stuff. Where would I go to change the MySQL .ini files like you indicated in the other post? I am using a hosting service for my site, wouldn't this mean they would have to change the version of MySQL on their servers? Wouldn't this affect every one else that has a database on the same machine as me? Or would it just affect my database? Also, if I choose method three from your post; "Execute the query SET GLOBAL sql_mode='MYSQL40'", Would this affect the rest of my message board's features? I am running vBulletin3, with v3 Arcade and some other plug-ins.

As for the direction of the 'slashes', I did not enter that directory path anywhere, it had already been filled in for me on the 'Step1' installation page, correctly I think. But when the error message came up in 'Step4', the last slash was printed opposite from the others and the beginning of the path was spelled wrong. Is it picking up an incorrect path name from somewhere? and how would I fix it if it was?
adkboards is offline   Reply With Quote
Old March 21st, 2006, 08:59 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Hello

The suggestions for paths and urls are suggestions that we get from the server it is always up to the user on install to verify these. Windows will always give paths as backslashes and there is nothing we can do about that. Simply correct the path to /

If your host is using MYSQL 5 in strict mode it is not compatible yet and the post I noted should allow things to work. It would not break anything else.

You can ask your host if they are willing to try this. Just place the line in bold under the line noted in the mysql config file and restart the server

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 21st, 2006, 12:15 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 24
My hosting company said they could not make the change you suggested to their server. They gave me a long-winded response but the gist of it was they are afraid it will affect other customers. Is there anything I could try through MyPHPAdmin to alter my database manually to allow for these errors?
adkboards is offline   Reply With Quote
Old March 22nd, 2006, 08:09 AM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 24
Hi, are you still out there? I fixed the 'backslash' problem and got the product to install but I can't add any categories, I'm assuming because of the MySQL errors I listed previously. Is there anything I can do short of going through my hosting providor? They are not much help. Is it possible to use a SQL script that has information in it for an existing category, so I wouldn't be trying to add 'Null' values to a table. I could just remove this category later through the Admin panel. Thanks again.
adkboards is offline   Reply With Quote
Old March 22nd, 2006, 09:26 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
We have not released a product compatible with MYSQL5 STRICT MODE which is why we posted this very announcement on our site about this new mysql 5 issue.

Your host will not break anyone's site making that change 99% of servers out there run mysql 4 series and the posted note to not run mysql in strict mode comes right off the mysql support site.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 25th, 2006, 01:43 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 24
I found my own work-around for this problem. All I had to do was manually enter a new row in the pp-categories table through myphpadmin. Just enter a unique id number and the name of the category. The new category will then be editable through the 'Edit Categories' link in the photopost admin panel. Everything else seems to be working fine.
adkboards is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Problems fishthefinn Photopost Pro Installation & Upgrades 14 March 17th, 2006 06:52 PM
Problems on installation fkatzenb Photopost Pro Installation & Upgrades 13 December 17th, 2005 10:37 AM
PP 5.12 installation problems... rigel Photopost Pro Installation & Upgrades 8 October 12th, 2005 08:15 PM
Installation problems Raceway Photopost Pro Installation & Upgrades 3 May 17th, 2005 09:04 PM
Installation problems joerns Classifieds Installation & Upgrades 1 February 27th, 2005 09:15 AM


All times are GMT -5. The time now is 03:57 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0