Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

file does not exist:/var/www/skin, /var/www/js, /var/www/med

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
ismo
Posts: 2
Joined: 2015-02-26 16:48

file does not exist:/var/www/skin, /var/www/js, /var/www/med

#1 Post by ismo »

I installed debian in our local network and copy magento to test. after, I update the table mage_core_config_data in the database,

when I test this link dev-pmc/dev1.pmc.loc, I got this error in the log of apache

[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/js, referer: http://dev-pmc/dev1.pmc.loc/
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxxxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: xxxxx
[Thu Feb 26 10:43:56 2015] [error] [client 192.168.1.141] File does not exist: /var/www/skin, referer: http://dev-pmc/dev1.pmc.loc/skin/fronte ... styles.css

When I copy the folders skin, js and media in /www/, there are no error.

And I get this error too when I try to go to a store view The requested URL dev1.pmc.loc/frw was not found on this server. and in the server: File does not exist: /var/www/dev1.pmc.loc/frw

What can I do to resolve this problem? THanks

User avatar
umarzuki
Posts: 306
Joined: 2007-07-22 11:23
Location: Malaysia

Re: file does not exist:/var/www/skin, /var/www/js, /var/www

#2 Post by umarzuki »

you might want to 'ls -l' those folders and see their permissions

Post Reply