This is a discussion on Warnings on admin side of osCommerce within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi All, I am getting these 2 warnings. With my all efforts, still i am not able to fix it. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi All, I am getting these 2 warnings. With my all efforts, still i am not able to fix it. Can any buddy help me for this problem Warning: include(includes/languages/english/) [function.include]: failed to open stream: No such file or directory in /usr/local/www/vhosts/imwiththedog.com/httpdocs/catalog/admin/includes/application_top.php on line 133 Warning: include() [function.include]: Failed opening 'includes/languages/english/' for inclusion (include_path='.:') in /usr/local/www/vhosts/imwiththedog.com/httpdocs/catalog/admin/includes/application_top.php on line 133 Front end of website is working fine |
|
#2
| ||||
| ||||
| includes/languages/english/ is missing the filename it is trying to open. There should be a file name appended to that path. Since there isn't osC is trying to include a directory, which of course will fail. Your admin configure.php file is not correct.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| Can you please help me to find what am i doing wrong PHP Code: |
|
#4
| ||||
| ||||
| All the paths are completely wrong. An absolute path is not a url. There should never be an http:// in an absolute path. It should look like this: PHP Code:
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#5
| |||
| |||
| Unfortunately it is still not working and I am getting same errors Warning: include(includes/languages/english/) [AABox Web Hosting | Web Hosting for the 21st centrury]: failed to open stream: No such file or directory in /usr/local/www/vhosts/imwiththedog.com/httpdocs/catalog/admin/includes/application_top.php on line 133 Warning: include() [AABox Web Hosting | Web Hosting for the 21st centrury]: Failed opening 'includes/languages/english/' for inclusion (include_path='.:') in /usr/local/www/vhosts/imwiththedog.com/httpdocs/catalog/admin/includes/application_top.php on line 133 |
|
#6
| ||||
| ||||
| Based on how every setting was incorrect, I am almost certain that the path in your configure.php file that you provided is wrong too. This is probably incorrect: Code: /usr/local/www/vhosts/imwiththedog.com/httpdocs/catalog/admin/ If you dont know how to determine the correct path to your files, ask your host what it is.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#7
| |||
| |||
| Hi, I am really grateful for your co-operation. Many many thanks for your help. I print the server info and looks like this PHP Code: |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Show Model Picture (PopUp) Admin side v 1.00 | michael_s | New osCommerce Contributions | 0 | 02-12-2008 07:14 AM |
| Show Model Picture (PopUp) Admin side v 1.00 | michael_s | New osCommerce Contributions | 0 | 02-11-2008 05:30 PM |
| Modifying Menu System on Admin Side | cferge | osCommerce 2.2 Modification Help | 0 | 04-07-2005 02:31 PM |
| how can you list product options side by side | Anonymous | osCMax v1.7 Discussion | 0 | 09-20-2003 07:16 PM |
| Please help: Warnings... | laonux | osCommerce 2.2 Installation Help | 3 | 02-23-2003 09:10 AM |