Jump to content

re: NYC Company needs PHP help


fastoffice

Recommended Posts

Hi folks,

Here's our problem;

We had a php shopping cart built for us by a developer. Since handing it off to us he has been extremely difficult in getting any bugs fixed. He's not been very helpful since he got paid. We need help with the shopping cart and product database he built for us.

 

We recently switched hosting companies and after uploading the backup of the old host site to the new host the database for the cart seems to not be working now. We need someone to take a look at the site and tell us what's going on and what can be done to fix the errors.

 

here is the site: http://www.fastoffice.com

Click a product link (photo or link), then click a sub category photo and you'll see one of two errors:

 

Error 1:

--------

Warning: include_once(/home/fastoffi/public_html/DB/adodb-iterator.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/fastoffi/public_html/DB/adodb.inc.php on line 2290

 

Warning: include_once() [function.include]: Failed opening '/home/fastoffi/public_html/DB/adodb-iterator.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fastoffi/public_html/DB/adodb.inc.php on line 2290

 

Fatal error: Class 'ADODB_BASE_RS' not found in /home/fastoffi/public_html/DB/adodb.inc.php on line 2297

 

/////////////////

 

Error 2:

-------

Parse error: syntax error, unexpected ';' in /home/fastoffi/public_html/user/productdetail.php on line 677

 

/////////

 

please help!!! we are looking for someone to help us fix these errors.

Thanks

 

Kevin

fastoffice.com

Link to comment
https://forums.phpfreaks.com/topic/96162-re-nyc-company-needs-php-help/
Share on other sites

For things like "Parse error:" you'd have to show some code.

 

For the include warnings, it might be because you typed a path that has a "go-to-root" slash (and yes I just made that term up) at the beginning. IE. you did something like include("/lib/file.php"); I've had problems with that in the past. I put a $_SERVER['DOCUMENT_ROOT'] in front of it and it worked fine.

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.