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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.