简体   繁体   中英

Cannot install plugin in Joomla 2.5

I need to install paytm plugin in my Joomla project. But when I try to install it throws an error like JFolder::create: Could not create directory Warning: Failed to move file! .

It is a live site, so I'm not sure what is happening.

Recently this site moved from one server to another, and I checked the tmp_path in Global configuration:
In the old server it is set to '/var/www/vhosts/example.com/httpdocs//tmp' and
in our new server it is set to /var/www/vhosts/test.example.com/public_html//tmp

Is there any mistake in tmp_path ?

I found the solution. Change tmp_path and log_path to

public $log_path = './logs';
public $tmp_path = './tmp';

in cofiguration.php file

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM