Zen Cart Logo
Forums / General Questions / Warning Message on my admin

Warning Message on my admin

Views: 790

Results 1 to 6 of 6
20 Jul 2012, 4:24 PM
#1
yenmax avatar

yenmax

New Zenner

Join Date:
Sep 2006
Posts:
89
Plugin Contributions:
0

Warning Message on my admin

I got a message when I go to my web admin. The message is "Warning:
require(/kunden/homepages/45/d158071667**/htdocs/yenmax/includes/autoload_func.php**)
[function.require]: failed to open stream: No such file or directory in
/homepages/38/d424348797/htdocs/yenmax/admin/includes/application_top.php on line 147

Fatal error: require() [function.require]: Failed opening required
'/kunden/homepages/45/d158071667/htdocs/yenmax/includes/autoload_func.php'
(include_path='.:/usr/lib/php5') in
/homepages/38/d424348797/htdocs/yenmax/admin/includes/application_top.php
on line 147

And my website is not working, (https://www.yenmax.com) Please help Thanks

20 Jul 2012, 5:11 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Warning Message on my admin

The error message means what it says. A certain file cannot be found.

When I look at the details of the message, it seems you've got /kunden/homepages/45/d158071667/ in your DIR_FS_CATALOG (and likely also DIR_FS_ADMIN) settings, instead of /homepages/38/d424348797/ which is where your files are actually located.

Since your website has been relocated to a different folder structure on your server, you will need to fix the broken paths in both of your configure.php files.

20 Jul 2012, 5:58 PM
#3
yenmax avatar

yenmax

New Zenner

Join Date:
Sep 2006
Posts:
89
Plugin Contributions:
0

Re: Warning Message on my admin

DrByte:

The error message means what it says. A certain file cannot be found.

When I look at the details of the message, it seems you've got /kunden/homepages/45/d158071667/ in your DIR_FS_CATALOG (and likely also DIR_FS_ADMIN) settings, instead of /homepages/38/d424348797/ which is where your files are actually located.

Since your website has been relocated to a different folder structure on your server, you will need to fix the broken paths in both of your configure.php files.

Thank you so much for your quick reply. How can I retrieve the missing file. DrByte please help.

20 Jul 2012, 6:12 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Warning Message on my admin

You don't need to retrieve a missing file.

It's only "missing" because your store is misconfigured to look in the wrong place.

Fix the paths, like I mentioned, and things should work properly again. If you don't know why your store was moved to different folders on the server, contact your hosting company for answers.

20 Jul 2012, 6:54 PM
#5
yenmax avatar

yenmax

New Zenner

Join Date:
Sep 2006
Posts:
89
Plugin Contributions:
0

Re: Warning Message on my admin

Thanks DrByte, Now please tell me where I can look for the correct "dxxxxxxxxx " so I can replace the old "d158071667" and " d424348797" in my confingure file. Thanks again.

20 Jul 2012, 9:39 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Warning Message on my admin

You need to talk to your hosting company.