Viewing 7 reply threads
You must be logged in to reply to this topic.
I am having trouble importing the sample files. It gets 3/4 of the way at “import template dummy content” and just hangs.
please, i need to work in my website, i cant because of that
Hello,
Please make sure to have all theme requirements set up properly. See the documentation for details:
https://codeless.co/june/documentation/#requirements
It is very important to have enough memory and all the access right.
Let us know if you need help.
PS: Support work time is from Monday to Friday, 9AM to 5PM (UTC +1:00). Please consider the timezone differences while waiting for a reply.
Best regards!
mon anglais est trop bas, tout est en ordre mais le dummy template ne charge pas
Hello Comunitik,
Il faut que t’ajoute plus de temps à ton script. Est-ce que t’as accès au SSH ou c’est une host?
En gros si t’as accès à ton .htaccess ajoute les lignes suivantes:
<IfModule mod_php5.c>
php_value post_max_size 32M
php_value upload_max_filesize 32M
php_value memory_limit 128M
php_value max_execution_time 300
php_value max_input_time 300
php_value session.gc_maxlifetime 1200
</IfModule>
Si t’as pas accès au .htaccess tu peux directement implémenter sur le PHP File:
ini_set(‘max_execution_time’, 300);
Les 300 est l’équivalent de 5 minutes!
Hello,
@comunitik,
Please make sure to have the latest version of theme and Codeless Builder first! A new version was released today. Then increase the max execution limit as pyrophoenix suggested. You can ask your host provide to do that for you.
Let us know for anything.
@pyrophoenix thank you for participating!
Best regards!
You must be logged in to reply to this topic.