Ajaxplorer file permission issue

VibhaJ picture VibhaJ · Jun 28, 2012 · Viewed 7.2k times · Source

I have installed ajaxplorer in local.

When i am uploading it to live server i am getting bellow error. I have already set data folder 777 permission.

fopen(/kcfinder/upload/cache/plugins_requires.ser): failed to open stream: No such file or directory

Can anyone please help.

Answer

VibhaJ picture VibhaJ · Jun 30, 2012

Finally i have fixed this by deleting 2 cache files. If anyone is having same problem, check below 4 cases:

1) In ajaxplorer/conf/bootstrap_context.php debug AJXP_DATA_PATH value, check if it is valid or not.

2) After uploading it to live delete plugins_cache.ser & plugins_requires.ser file located under data/cache.

3) Apply 777 recursive permission to data folder.

4) Clear your browser cache and run again.