Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help needed, shop broke down


Guest

Recommended Posts

Posted

For some reason the server from my host had a problem and went down this night. After reboot my shop is no more and there is a lot of code on the page now. Does someone know how to solve this strange problem ore recognizes this?

 

Shop: http://www.ccamstelveen.nl/shop

Posted

Found that Admin has gone to:

Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.
Posted

You should ask your web host to restore your shop from their backup.

Posted

The source code shows php tags which should have been run server side (which clients should never see)

 

My guess - a server issue - looks like php isn't working

Posted
The source code shows php tags which should have been run server side (which clients should never see)

 

My guess - a server issue - looks like php isn't working

 

Checked the server:

Server Status

Service Details Status

eximstats up

ftpd up

named up

cpsrvd up

pop up

spamd up

exim-26 up

exim (exim-4.68-1_cpanel_maildir) up

syslogd up

mysql (5.0.45-community) up

imap up

Server Load 5.03 (4 cpus) up

Memory Used 49.5 % up

Swap Used 0 % up

Disk /dev/sda5 (/) 19 % up

Disk /dev/sda1 (/boot) 39 % up

Disk /dev/sda2 (/tmp) 3 % up

Disk /dev/sdb1 (/backup) 44 % up

Posted

Might not be that, server side maintenance isn't my area

 

You could create the simplest php file possible (ie. this in the body:

 

<?php

phpinfo();

?>

 

)

 

and then see what that gives you

Posted
Might not be that, server side maintenance isn't my area

 

You could create the simplest php file possible (ie. this in the body:

 

<?php

phpinfo();

?>

 

)

 

and then see what that gives you

 

Ok check this link out, does this tell you something?

 

http://www.ccamstelveen.nl/shop/index.php

Posted

After putting a php.ini in the admin folder now I can login to my admin but still my frontpage is crap

Posted

Got a tip from my host that to (2) index files where the trouble. There are an index.php and a index.html, after deleting the index.html all was fine again.

Archived

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

×
×
  • Create New...