[SOLVED] FileManager 1.4.4 issues after upgrade.
Posted: Mon Aug 04, 2014 7:12 pm
I upgraded from 1.5.x to 1.11.10
Now file manager does not work properly.
1. When the config['uploads_path'] is used the first character us dropped. so set path to ="[rootpath]/uploads" becomes [rootpath]/ploads" as the path. You can upload to this path and view in FileManager but not where else. I think this is an issue.
2. I commented out the config['uploads_path'] and now I can view the upplads directory but I cannot open the subdirectories. I have checked the file permission and all are 777
My fix was to remove the config.php file add a blank config.php file. Run the install program and uncheck the create tables option.
It is very important to uncheck both the check boxes at the bottome of this step.
This created a new config.php file that worked.
BTW this is the porcedure I use to move from my development server to live site.
Now file manager does not work properly.
1. When the config['uploads_path'] is used the first character us dropped. so set path to ="[rootpath]/uploads" becomes [rootpath]/ploads" as the path. You can upload to this path and view in FileManager but not where else. I think this is an issue.
2. I commented out the config['uploads_path'] and now I can view the upplads directory but I cannot open the subdirectories. I have checked the file permission and all are 777
My fix was to remove the config.php file add a blank config.php file. Run the install program and uncheck the create tables option.
It is very important to uncheck both the check boxes at the bottome of this step.
This created a new config.php file that worked.
BTW this is the porcedure I use to move from my development server to live site.