![]() |
||||||||||||||
| Welcome to my personal FishCart docs page. | ||||||||||||||
|
Nice to see you. This is the home of the FishCart docs (self appointed) and of the Dutch language file for the FishCart project. If you have any question or comment about the text on this website, please feel free to contact me. Make sure you have fishcart docs in the subject, otherwise your message may be discarded as spam. If you don't get a reply within say 2 weeks I probably forgotten about it and you might want to resend it.
If you're unable to install FishCart for whatever the reason might be you really should send an email to the Fishcart mailinglist instead of contact me directly. I will NOT provide free one on one support but will probably respond via the list, in case I'm to busy others will jump in and help you. Please read all the information on how to install FishCart. I've done it so many times that I can dream step by step and if you follow the instructions in the QUICKSTART.MYSQL doc it should get you up and running within about 10 minutes.
Issue with FishCart and MySQL V4: If you try to use FishCart with MySQL v4 you will get several errors. Those are caused by the way MySQL is handling lock table request. I found this to be a problem with FishCart 3.1 and MySQL 4.0.17
You can fix this by adding those 2 lines to your sql_mysql_users.sql file:
grant lock tables on DATABASENAME.* to USERID@DATABASEHOST identified by 'USERPW';
grant lock tables on DATABASENAME.* to DBDNAME@DATABASEHOST identified by 'DBDPASS';
and run the installer again. Alternative you can manually feed those to MySQL. Make sure you enter the correct databasename, userid and passwords. You can get the correct ones from your sql_mysql_users.sql file in your maint directory
I'll throw in my favorite link: http://www.catb.org/~esr/faqs/smart-questions.html
This website is updated quite frequently.
date/time are in European format. day/month/year hour:minute
Maintained by: B. van Ouwerkerk bvo at atz.nl