-
Author
-
August 30, 2016 at 16:26 #134281earthcloudParticipant
The demo content doesn’t load for me. Plus I am wondering how to create a sidebar/side menu like you have on http://seventhqueen.com/themes/kleo/home-register/ – this is the page I am trying to recreate but specifically the side panel that has the icons and opens when clicked.
When I do try to import demo content, it locks up and doesn’t do anything, sometimes creates a 500 error.
August 30, 2016 at 18:39 #134311RaduModeratorHi,
Regarding the import problems check this please : https://archived.seventhqueen.com/kleo/article/facing-problems-importing-demo-content these settings should be increased to can perform demo import.
Your register forum don’t displays the fields because i think you have BuddyPress plugin uninstalled or de-activated also check this setting please check : Wp-admin -> settings -> general -> anyone can register -> check it.
For a better debugging process you should follow the next procedure to find out what error you encounter when you import data.
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.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2016 at 21:20 #134339earthcloudParticipantI think I have the error fixed now. Thank you ..
Please though …. how do I get that pop out sidebar that you have on that same page? The one that has the icon you can click and it pops out the sidebar – on that same page https://archived.seventhqueen.com/kleo/article/facing-problems-importing-demo-content I know it is probably part of your page but I must have it … please ….August 31, 2016 at 17:24 #134450RaduModeratorPlease provide a screenshot to can figure out what about icon are you talking..
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 31, 2016 at 17:40 #134453earthcloudParticipantSorry, it’s on this demo page you guys have: http://seventhqueen.com/themes/kleo/home-register/ the icons on the right side that pull out the panel to show the themes and options
September 1, 2016 at 17:02 #134546RaduModeratorHi,
We are using a plugin named : k-style-switcher but I say that the plugin cannot be fond and if you search you will find this plugin instead of k-style-switcher : https://wordpress.org/plugins/wp-user-stylesheet-switcher/changelog/ but anyway that plugin it’s modified a lot to look and to behave like that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2016 at 09:55 #142398snowcatParticipantWarning: session_start(): open(/var/lib/php/session/sess_92ifa192em8o3d9vekke7ef195, O_RDWR) failed: Permission denied (13) in /var/www/html/wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php on line 30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Broobe_SA_Plugin_Admin has a deprecated constructor in /var/www/html/wp-content/plugins/social-articles/includes/admin/social-articles-tools.php on line 8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WP_Import has a deprecated constructor in /var/www/html/wp-content/themes/kleo/lib/importer/wordpress-importer.php on line 38
Fatal error: Uncaught Error: Class ‘DOMDocument’ not found in /var/www/html/wp-content/themes/kleo/lib/importer/parsers.php:61 Stack trace: #0 /var/www/html/wp-content/themes/kleo/lib/importer/parsers.php(17): WXR_Parser_SimpleXML->parse(‘/var/www/html/w…’) #1 /var/www/html/wp-content/themes/kleo/lib/importer/wordpress-importer.php(1026): WXR_Parser->parse(‘/var/www/html/w…’) #2 /var/www/html/wp-content/themes/kleo/lib/importer/wordpress-importer.php(140): WP_Import->parse(‘/var/www/html/w…’) #3 /var/www/html/wp-content/themes/kleo/lib/importer/wordpress-importer.php(108): WP_Import->import_start(‘/var/www/html/w…’) #4 /var/www/html/wp-content/themes/kleo/lib/importer/import.php(342): WP_Import->import(‘/var/www/html/w…’) #5 /var/www/html/wp-content/themes/kleo/lib/importer/import.php(755): kleoImport->import_content() #6 /var/www/html/wp-includes/plugin.php(524): kleoImport->do_import(”) #7 /var/www/html/wp-admin/admin.php(154): do_action(‘admin_init’) #8 /var/www/html/wp-admin/themes.php(10): require_once(‘/v in /var/www/html/wp-content/themes/kleo/lib/importer/parsers.php on line 61
Warning: Unknown: open(/var/lib/php/session/sess_92ifa192em8o3d9vekke7ef195, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
November 1, 2016 at 20:13 #142442RaduModeratorHi,
Do you have somehow php 7 ? if yes tri to switch to php 5.6 to test it , let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 2, 2016 at 04:04 #142502snowcatParticipantjust
COPY CODEsudo yum install php70w-xml or
sudo yum install php70-xml
November 2, 2016 at 20:47 #142590RaduModeratorYes, the domdocument library misses from your php version, now it’s ok right ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.