Image Manager - "You don't have permission..." CMSMS 1.2 [SOLVED]
Posted: Thu May 29, 2008 12:11 pm
by trying to access Image Manager, i have this error message:

CHMOD is correct (i tried "777" too...)
whats can be wrong?
-----------------------------------------
Problem was in .htaccess file in /lib
was:
now:
Forbidden
You don't have permission to access /lib/filemanager/ImageManager/images.php on this server.
Apache/1.3.34 Server at www.*****.** Port 1627

CHMOD is correct (i tried "777" too...)
whats can be wrong?
-----------------------------------------
Problem was in .htaccess file in /lib
was:
Code: Select all
order deny,allow
deny from all
#your admin network
allow from ***.***.*.*/**
# allow files .js in /lib avoiding errors related to js calling e.g. tag {startExpandCollapse}
<Files ~ ".*\.js$">
Order deny,allow
Allow from all
</Files>
Code: Select all
order deny,allow
<Files ~ ".*\.js$">
Order deny,allow
Allow from all
</Files>