N
N
Nikolai2020-05-04 15:39:29
Joomla
Nikolai, 2020-05-04 15:39:29

How to solve cache problem in OpenServer?

Greetings. There is a site on virt.hosting on joomla. Installed akeeba and backed up the site. I downloaded and tried to install OpenServer locally. Everything seems to be going as it should, but at the end the browser writes instead of the site displays "Error: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform.". Googled it. I found that the problem is in the cache and administrator / cache folders and I need to give permissions 755 or 777. I tried to do it through FileZilla. It looks like these rights are assigned (I click "save", the window closes), but the browser still continues to display "Error: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform." and it turns out that the rights of the folder, as they were xxx, remained xxx.
I installed Joomla, then akeeba and tried to restore from the archive. Everything is the same - all operations are successful, but the site does not start with the entry "Error: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform.".
Laptop on windows 10.
What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Gruznykh, 2020-05-11
@niknik_ykt

In order for Joomla to work normally when transferring from a hosting to a local web server, you need to correct the absolute paths to the cache, logs and temporary folder in the configuration.php file:

public $log_path = 'вписать_путь_к_папке';
public $tmp_path = 'вписать_путь_к_папке';
public $cache_path = 'вписать_путь_к_папке';

The path may look, for example, like this:
'D:\\OpenServer\\domains\\my-domain/www/cache'
Please note that such double backslashes must be before the domain name, and after it - ordinary single ones.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question