PDA

View Full Version : PHP Database Down - Again?


fantix
3-15-03, 03:37 PM
All of my PHP queries are failing, all of a sudden. Is Powweb doing "upgrades" again? I am on charon.

http://www.fantix.com

fantix
3-16-03, 12:14 PM
Back down again this morning!!!!.......This is a very serious problem when it comes to promoting a website and losing users because they don't think the site is operational. Powweb....Please perform maintenence during non-peak hours and STOP doing maintenence which disrupts our work.

mjp
3-16-03, 01:29 PM
There is not any maintenance being done on your server. Your problems are likely with MySQL usage, not php (see any recent thread re: MySQL).

On a side note, your pages will load faster if you charge your links from:

href="http://fantix.com/phpclassifieds/index.php?kid=69&catname=Hockey"

to something like:

href="phpclassifieds/index.php?kid=69&catname=Hockey"

No need to make an http request every time you request a script. For what it's worth.

mjp