sharc316
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Crashed TablesYes, I’ve accessed that. The log has almost 700,000 errors in it.
Anything I can look for there?
Sample from error log:
10-May-2014 12:40:56] WordPress database error MySQL server has gone away for query INSERT INTOwp_options(option_name,option_value,autoload) VALUES ('cron', 'a:2:{i:1399725656;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}', 'yes') ON DUPLICATE KEY UPDATEoption_name= VALUES(option_name),option_value= VALUES(option_value),autoload= VALUES(autoload`) made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, wp_schedule_update_checks, wp_schedule_event, _set_cron_array, update_option, add_option
[10-May-2014 12:40:56] WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_options WHERE option_name = ‘timezone_string’ LIMIT 1 made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, wp_schedule_update_checks, get_option, apply_filters(‘pre_option_gmt_offset’), call_user_func_array, wp_timezone_override_offset, get_option
[10-May-2014 12:40:56] WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_options WHERE option_name = ‘gmt_offset’ LIMIT 1 made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, wp_schedule_update_checks, get_option
[10-May-2014 12:40:56] WordPress database error MySQL server has gone away for query INSERT INTOwp_options(option_name,option_value,autoload) VALUES (‘cron’, ‘a:2:{i:1399751880;a:1:{s:20:\”wp_maybe_auto_update\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}s:7:\”version\”;i:2;}’, ‘yes’) ON DUPLICATE KEY UPDATEoption_name= VALUES(option_name),option_value= VALUES(option_value),autoload= VALUES(autoload) made by require(‘wp-load.php’), requir`Forum: Fixing WordPress
In reply to: Crashed TablesYes, I checked all the boxes in the blog folder and selected repair.
According to the instructions i should be able to log into admin when renaming plugins folder.
But it’s still blank.
Please let me know if there is something else i can do?
Forum: Fixing WordPress
In reply to: Crashed TablesHey
So I followed the steps above but still same thing.
The theme I’m using is called fixed-blix so i renamed it: fixed-blixold.
Then I renamed the plugins folder to: plugins.hold
Still a blank page.
Anything else I can try?
Forum: Fixing WordPress
In reply to: Crashed TablesNVM I see the instructions
Forum: Fixing WordPress
In reply to: Crashed TablesHi Esmi,
Thanks for the help.
How do I reset the plugin folder?
@konrads Where in custom community can I change site width? I know I did this before but now cannot seem to find it for my life. PLease help.
Forum: Themes and Templates
In reply to: Fixed Blix Theme Header ClickablePosted here:
Forum: Themes and Templates
In reply to: Fixed Blix Theme Header ClickableCan someone please help with this?
In explorer when I click on the header the first time it goes here:
http://bequjuice.com/blog/www.bequjuice.com/
When I click the second time, then it goes to the desired location of here: http://www.bequjuice.comIn firefox it seems to be working correctly and goes to http://www.bequjuice.com.
Forum: Themes and Templates
In reply to: Fixed Blix Theme Header ClickableYes it does. This is what it is:
<?php get_header(); ?> <div id="content" class="column">what should i do with it?
Forum: Themes and Templates
In reply to: Fixed Blix Theme Header ClickableI changed:
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>to
<div id="header"> <h1><a href="http://bequjuice.com/">beQu Juice::Premium Juice Brand</a></h1> <h3><?php bloginfo('description'); ?></h3> </div>is this correct?
In internet explorer when I click on the heading first it does this:
http://bequjuice.com/blog/www.bequjuice.com/then when I click the second time it does go to http://www.bequjuice.com, weird.
any ideas why this is happening?
Thanks.
Forum: Themes and Templates
In reply to: Fixed Blix Theme Header ClickableThank you Timdesain, it is clickable now to blog home page now. I would like the header to point to bequjuice.com. Is it possible for me to do that?
Forum: Themes and Templates
In reply to: Fixed Blix Theme Header Clickablesorry. Here is the link:
Forum: Themes and Templates
In reply to: Blix Make Header a LinkI tried to replace the code:
<div id=”header”>
<h1>/”>
<?php bloginfo(‘name’); ?>
</h1>
</div>with:
<div id=”header”>
“>
<img src=”http://example.com/headerimage.jpg” alt=”<?php bloginfo(‘name’); ?>” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
<?php bloginfo(‘name’); ?>
</h1>How do I change to where the link goes to? I already have an image in the header. Should I still put the path in the image src here?
I also want the main page(bequjuice.com/blog) header to be clickable and lead to my site (bequjuice.com). With changing this code it’s not clickable.
Please help.