Error when try to create NEW FOLDER in Archive manager

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
AM
Posts: 19
Joined: Sun 24. Oct 2004, 18:33

Error when try to create NEW FOLDER in Archive manager

Post by AM »

Hi...

I'm running v.1.2.6

I get a FORBBIDEN error page when I try to create a new folder from Backend in Archive manager.

Error says "You don't have permission to access /phpwcms.php on this server".

Anyway, I can upload pictures to root or previous existing folders with no problem.

The error is triggered when $_GET['mkdir'] is send to phpwcms.php.

Anyone have an idea....

Thanks... :roll:
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi AM,

you have setup the correct permissons like this? http://www.phpwcms-docu.de/installation_en.phtml

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
AM
Posts: 19
Joined: Sun 24. Oct 2004, 18:33

Post by AM »

Yes, I did.

I have access with no problems to phpwcms.php with all functions in Backend....it's only when I try to create a new folder in Archive when I get the Forbbiden error page "You don't have permission to access /phpwcms.php on this server".
???? It seems the error come from :

Code: Select all

if(isset($_GET["mkdir"]) || (isset($_POST["dir_aktion"]) && intval($_POST["dir_aktion"]) == 1) ) include_once ("include/inc_tmpl/files.private.newdir.tmpl.php");
in phpwcms.php.

Even the edit folder function in archive (for existing folders) work OK. Only when create new folder fail.

I'm turning crazy...(a little bit more) :shock:

Thanks.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

I don´t know about "Archiv" or is it the file center?
For file center you need at /phpwcms_filestorage/ the two folders
/phpwcms_filestorage/can_be_deleted (777)
/phpwcms_filestorage/.thumbs (777)

But the error don´t describe a physical folder, it´s a virtual one at your DB.

Sounds like a corrupt file.
Please reupload the folder /include/inc_tmpl/


Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
AM
Posts: 19
Joined: Sun 24. Oct 2004, 18:33

Post by AM »

The problem keep...
I don´t know about "Archiv" or is it the file center?
Yes, I'm talking about the file center.
/phpwcms_filestorage/can_be_deleted (777)
/phpwcms_filestorage/.thumbs (777)
This is also OK

And, yes I think is not a problem of folder creation....as you say is at the database.

And the Forbidden message is for the phpwcms.php file itself, that was working OK until I call that especific function.

I have reloaded the folder include , complet, and the problem keep here...

???????????

Thanks flip-flop
Post Reply