Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
Hello, I had bought a Symbiostock Express theme, but installing is not Ok. https://yadi.sk/i/5gal0BIauvXVWw
I had set error_reporting in php.ini to 0. It is not help. Or should I disable errors in WordPress or somewhere else?
https://yadi.sk/i/-tOU9xGTxPzdnA
Ok, I had fix it. In wp-config.php file the following code:
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Thank you!
Well, now I have a new problem. After installation of this theme, I can’t find ‘Media’ tabs in Symbiostock, so I can’t find my uploaded photos. I can find it it in Media Tabs, but I can’t set there price and other settings.
https://yadi.sk/i/nOUDWnRzEIdukg
update: fixed.
You must be logged in to reply to this topic.