ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
923 stars 219 forks source link

Demo content install issue: The execution failed. Please check error.log #4321

Open ayamedayoo opened 11 months ago

ayamedayoo commented 11 months ago

have tried to install demo content one my server. but the problem is an error showing when tried to install demo content. hello

I have set max execution time 500 but the still same issue and no error details found except mysql_connect() deprecated notice.

I have tried with debug: true and debug_log true. Nothing there.

wirdfire commented 8 months ago

Hey guys i am having this same problem in 2023. Unyson is not able to import or install demo content is there something i can do to have this solved? client is on my neck pls

tejkhatriremote commented 6 months ago

Hello I faced the same issue I m using php 8.1 with I have set below configuration in my wordpress's wp-config.php file

// Set WP Memory Limit define('WP_MEMORY_LIMIT', '512M');

// Set Upload Max. Filesize @ini_set('upload_max_filesize','256M');

// Set Max. Post Size @ini_set('post_max_size','128M');

// Set Max. Execution Time @ini_set('max_execution_time', '120000');

// Set PHP Max. Input Vars @ini_set('max_input_vars', '8000');

// Set PHP Max. Input Time @ini_set('max_input_time', '-1');

I need help . let me know

Darkthousand commented 3 months ago

Anyone found the solution ? Please i'm facing the same issue