[TEMPLATE] Cache directory not exists #56

Closed
opened 2021-04-05 15:34:34 +02:00 by Ghost · 3 comments

At the end of Qware installation, when platform redirects to the home page, this error occurs :

The 05/Apr/2021 15:31:43
ErrorManager report, you've got 1 error(s), see below to correct:

    Emergency break no 1 on SetMxCachePath in file [...]/lib/system/system_template/modelixe.php on line 340 :
        The MxCachePath (data/template/cache/) is not a directory.

At the end of Qware installation, when platform redirects to the home page, this error occurs : ``` The 05/Apr/2021 15:31:43 ErrorManager report, you've got 1 error(s), see below to correct: Emergency break no 1 on SetMxCachePath in file [...]/lib/system/system_template/modelixe.php on line 340 : The MxCachePath (data/template/cache/) is not a directory. ```
Ghost added the
bug
master
labels 2021-04-05 15:34:34 +02:00
Author

To solve this error, installer requires to check and create the directory data/template/cache/ with web server permissions.

To solve this error, installer requires to check and create the directory data/template/cache/ with web server permissions.
Ghost changed title from [MODELIXE] Cache directory not exists to [TEMPLATE] Cache directory not exists 2021-04-05 16:06:06 +02:00
Author

Issue fixed. Added a check and directory creation at the end of installation, before redirecting to homepage.

Issue fixed. Added a check and directory creation at the end of installation, before redirecting to homepage.
Ghost added the
fixed
label 2021-04-05 16:07:08 +02:00
Ghost referenced this issue from a commit 2021-04-05 16:07:38 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-05 16:07:50 +02:00
Sign in to join this conversation.
No description provided.