Hi,
Try change this line:
if (PGRFileManagerConfig::$allowedExtensions == "") $PGRUploaderExtension = "*.*";
to:
if ((PGRFileManagerConfig::$allowedExtensions) == "") $PGRUploaderExtension = "*.*";
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
thanks for your answer...
i changed but didn't try with php 4 on server....
but i've an other problem...
with pgrfilemanager i can select image files on my hard disk and click on the upload button, the loading image appears and then disappears.
but no file is on the server but 777 is correct. i manually uploaded a file and i can copy it with pgrfilemanager and i can make new dictionaries...
but why i can't upload files?
thank you very very much for your help :)
adrian
PS: great plugin i like it and are happy to use it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same problem.
It is a shame because I would really love to use this tool.
Could you please help me to solve this problem.
When I click on "explore the server" I have
Parse error: syntax error, unexpected T_IS_EQUAL, expecting '(' in
/www/doc/domain/www/ckeditor/plugins/pgrfilemanager/PGRFileManager.php on
line 28
I tried grzegorzzydek's method and obtained also
Parse error: syntax error, unexpected ')', expecting '(' in
/www/doc/domain/www/ckeditor/plugins/pgrfilemanager/PGRFileManager.php on
line 28
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
php 5 on server
Hi,
Try change this line:
if (PGRFileManagerConfig::$allowedExtensions == "") $PGRUploaderExtension = "*.*";
to:
if ((PGRFileManagerConfig::$allowedExtensions) == "") $PGRUploaderExtension = "*.*";
hi
thanks for your answer...
i changed but didn't try with php 4 on server....
but i've an other problem...
with pgrfilemanager i can select image files on my hard disk and click on the upload button, the loading image appears and then disappears.
but no file is on the server but 777 is correct. i manually uploaded a file and i can copy it with pgrfilemanager and i can make new dictionaries...
but why i can't upload files?
thank you very very much for your help :)
adrian
PS: great plugin i like it and are happy to use it
Hi,
I had the some error
Parse error: syntax error, unexpected T_IS_EQUAL, expecting '(' in /www/doc/domain/www/ckeditor/plugins/pgrfilemanager/PGRFileManager.php on line 28
I chage the line in PGRFileManager.php file as grzegorzzydek wrote and I have error
Parse error: syntax error, unexpected ')', expecting '(' in /www/doc/domain/www/ckeditor/plugins/pgrfilemanager/PGRFileManager.php on line 28
Can you help me someone please whats wrong? Thanks.
i exactly have the same problem as llicko.
after changing the line, there is the new parse error.
help would be awesome!
I have the same problem.
It is a shame because I would really love to use this tool.
Could you please help me to solve this problem.
When I click on "explore the server" I have
Parse error: syntax error, unexpected T_IS_EQUAL, expecting '(' in
/www/doc/domain/www/ckeditor/plugins/pgrfilemanager/PGRFileManager.php on
line 28
I tried grzegorzzydek's method and obtained also
Parse error: syntax error, unexpected ')', expecting '(' in
/www/doc/domain/www/ckeditor/plugins/pgrfilemanager/PGRFileManager.php on
line 28
Thank you.