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.

  1. goto hosting panel >> file manager >> select domain/sub-domain , open configuration.php file.
  2. find var $log_path, contain directory path of old server. replace whole line code var $log_path = './logs';
  3. find var $tmp_path, have directory path of old server. replace whole line code var $tmp_path = './tmp';

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -