-
Author
-
August 21, 2016 at 01:41 #133277bradley.friedParticipant
Since installing the latest update, when I try to access the WordPress menu control page, wordpress hangs and the page never opens. If I turn off the Kleo theme, I can access the menu controls normally. How can I fix this so that I can access the menu controls with the Kleo theme on?
August 22, 2016 at 11:59 #133336LauraModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 23, 2016 at 03:50 #133468bradley.friedParticipantHi Laura,
I followed your instructions. This is the contents of the debug.log created when I tried to access the WordPress menu controls. Note that I have not changed the active plugins since the recent updates to Kleo, and that the menu controls were working fine before the theme update.
Brad
[23-Aug-2016 09:40:51 Asia/Tokyo] PHP Notice: Undefined index: action in /home/tfl365/public_html/wp-content/plugins/ea-key-master/main.php on line 28
[23-Aug-2016 09:40:51 Asia/Tokyo] PHP Notice: Undefined index: action in /home/tfl365/public_html/wp-content/plugins/ea-key-master/main.php on line 31
[23-Aug-2016 09:40:51 Asia/Tokyo] PHP Notice: A session had already been started – ignoring session_start() in /home/tfl365/public_html/wp-content/plugins/ea-key-master/main.php on line 55
[23-Aug-2016 09:40:51 Asia/Tokyo] PHP Notice: Undefined index: page in /home/tfl365/public_html/wp-content/plugins/ea-key-master/admin/admin.php on line 31
[23-Aug-2016 09:40:51 Asia/Tokyo] PHP Notice: Undefined index: action in /home/tfl365/public_html/wp-content/plugins/ea-key-master/admin/admin.php on line 33
[23-Aug-2016 09:40:52 Asia/Tokyo] PHP Notice: DAP_LoginLogout で呼び出された WP_Widget のコンストラクターメソッドはバージョン 4.3.0 から非推奨になっています。代わりにCOPY CODE__construct()
を使ってください。 in /home/tfl365/public_html/wp-includes/functions.php on line 3766
[23-Aug-2016 09:40:52 Asia/Tokyo] PHP Notice: DAP_ProductLinks で呼び出された WP_Widget のコンストラクターメソッドはバージョン 4.3.0 から非推奨になっています。代わりにCOPY CODE__construct()
を使ってください。 in /home/tfl365/public_html/wp-includes/functions.php on line 3766
[23-Aug-2016 09:40:52 Asia/Tokyo] PHP Notice: EAKeyMaster_Widget_ManagerForm で呼び出された WP_Widget のコンストラクターメソッドはバージョン 4.3.0 から非推奨になっています。代わりにCOPY CODE__construct()
を使ってください。 in /home/tfl365/public_html/wp-includes/functions.php on line 3766
August 23, 2016 at 03:56 #133469bradley.friedParticipantPlease see the attached .TXT file for details of debug.log
Attachments:
You must be logged in to view attached files.August 24, 2016 at 07:47 #133611bradley.friedParticipantI am under some time pressure to fix this and I have not heard back from you for more than 24 hours. Can I roll back to Kleo 4.0 since it didn’t have the broken menu controls issue? Can you give me a download link to that version?
Thanks,
Brad
August 28, 2016 at 23:10 #134119LauraModeratorGlad you could resolve it! If you need anything let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.