Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Messed up majorily - I think!


rachael_web86

Recommended Posts

Posted

I don't know what the hell I've done, but would you ever so intelligent developers/programmers please help me and take a look at ;

 

http://www.pretavoir.co.uk/index.php

 

What file do I need to edit/delete?!

 

Also on my admin panel it's displaying;

 

Warning: main(sitemonitor_configure.php) [function.main]: failed to open stream: No such file or directory in /homepages/38/d298299732/htdocs/admin/includes/boxes/sitemonitor.php on line 13

 

Fatal error: main() [function.require]: Failed opening required 'sitemonitor_configure.php' (include_path='.:/usr/lib/php') in /homepages/38/d298299732/htdocs/admin/includes/boxes/sitemonitor.php on line 13

 

I don't have a clue what this means? please help me =)

Posted
I don't know what the hell I've done, but would you ever so intelligent developers/programmers please help me and take a look at ;

 

http://www.pretavoir.co.uk/index.php

 

What file do I need to edit/delete?!

 

Also on my admin panel it's displaying;

 

Warning: main(sitemonitor_configure.php) [function.main]: failed to open stream: No such file or directory in /homepages/38/d298299732/htdocs/admin/includes/boxes/sitemonitor.php on line 13

 

Fatal error: main() [function.require]: Failed opening required 'sitemonitor_configure.php' (include_path='.:/usr/lib/php') in /homepages/38/d298299732/htdocs/admin/includes/boxes/sitemonitor.php on line 13

 

I don't have a clue what this means? please help me =)

 

firstly

require(DIR_WS_BOXES . 'search.php')

 

needs to be

<?php require(DIR_WS_BOXES . 'search.php'); ?>

 

secondly in admin this file is missing

/admin/includes/boxes/sitemonitor.php

 

Steve

Posted
firstly

require(DIR_WS_BOXES . 'search.php')

 

needs to be

<?php require(DIR_WS_BOXES . 'search.php'); ?>

 

secondly in admin this file is missing

/admin/includes/boxes/sitemonitor.php

 

Steve

 

Thanks Steve, managed to get the problem solved in the end =)

Archived

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

×
×
  • Create New...