Good Afternoon, Guys….
I have disabled some plugins, speacilly any ninja forms plugins and Master Slider Pro plugin. And the customize.php, to of course customize the theme, started to work again.
Hope it can help you guys…
-
This reply was modified 7 years, 5 months ago by bigwelly.
-
This reply was modified 7 years, 5 months ago by bigwelly.
Great thanks to Poul_Erik and StephenWise
Add this line of code anywhere in the root file: wp-config.php
/* Setup a temporary folder for uploading and updating */
define( ‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/tmp/’) ;
and create a new folder named “tmp” inside: /wp-content/
That’s it!
Not forgetting to set the folder and sub-folders permission to 755