php - Getting error * JFolder::create: Path not in open_basedir paths * Warning! Failed to move file -
when want installed zip file of new component or module.i getting below error
* jfolder::create: infinite loop detected * warning! failed move file.
how can resolved this.
this due move joomla working 1 server or local pc web server.
follow steps below fix it.
- goto hosting panel >> file manager >> select domain/sub-domain , open configuration.php file.
- find var $log_path, contain directory path of old server. replace whole line code var $log_path = './logs';
- find var $tmp_path, have directory path of old server. replace whole line code var $tmp_path = './tmp';
Comments
Post a Comment