deathgod Posted July 23, 2006 Posted July 23, 2006 I have installed Ultimate SEO URL on my store. It has broken the store because my version of mysql is very old(3.23.58). I don't want to re-install my backups as i regard this as an essential contribution. Moving to a new server is a last resort, so could someone please tell me if there is a depreciated function that act the same as mysql_fetch_array()-the offending function, that would work on my antique mySQL server. I was about to look through the php Manual but came here instead for some quick guidance so i don't end up wasting a few hours. Failing that.....the manual will do fine. Menou and unome
deathgod Posted July 23, 2006 Author Posted July 23, 2006 If it helps, check out http://www.osstore.co.za/zashop/index.php. Which contains the error message, Menou and unome
Jan Zonjee Posted July 23, 2006 Posted July 23, 2006 I was about to look through the php Manual but came here instead for some quick guidance so i don't end up wasting a few hours. What do you think osC is using: function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); } IMHO the error means you are asking for the results of a query where there hasn't been any. So an error in your code...
deathgod Posted July 23, 2006 Author Posted July 23, 2006 What do you think osC is using: function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); } :blush: my mistake......i'll check it out...maybe i installed the contribution wrong Menou and unome
deathgod Posted July 23, 2006 Author Posted July 23, 2006 The problem seems to be caused because my server automatically deletes any .htaccess files i create manually. i'll have to create it through the control panel and try edit it then....i'll let you know if this works Menou and unome
deathgod Posted July 23, 2006 Author Posted July 23, 2006 server isn't capable of mod-rewrites which is causing all my problems.....have to chat with host:'( Menou and unome
Recommended Posts
Archived
This topic is now archived and is closed to further replies.