0
Welcome Guest! Login
0 items Join Now

Quasar problem

  • Quasar problem

    Posted 14 years 2 months ago
    • Hello,

      When i try to install component in Quasar template in joomla error shows to me:

      JFolder:: create: Infinite loop detected
      Warning! Failed to move file.

      web page : www.apartmani-barba.com
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Quasar problem

    Posted 14 years 2 months ago
    • Make sure the path to your "log" and "tmp" folders are set correctly in your global configuration.

      To find this path, copy this code into a text editor, save the file as absolutepath.php and upload this file with a FTP client to your root folder.
      <?php 
      $path = getcwd();
      echo "Your absolute path is: ";
      echo $path;
      ?>

      In your browser, type in: www.yoursite/absolutepath.php and you will get the absolute path. Modify accordingly the two lines in configuration.php. For example, it could be:
          var $log_path = '/home/yoursite.com/public_html/log';
          var $tmp_path = '/home/yoursite.com/public_html/tmp';
    • Yves

Time to create page: 0.068 seconds