Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need a depreciated MySQL function for mysql3.23.58


deathgod

Recommended Posts

Posted

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

Posted
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...

Posted
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

Posted

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

Posted

server isn't capable of mod-rewrites which is causing all my problems.....have to chat with host:'(

Menou and unome

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...