Kojichan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Overview (lite) MS] Updatet => 500 Server ErrorI don’t know if this helps or not, but I also encountered this error.
Mind you, I have an older version of Overview (lite) MS, and encountered this error.
Free Version – Build 2014-10-26
Version 2014.1026.2055So whatever it is, it more or less might be something else involving an update for WordPress itself.
Beautiful! Thank you so much!
I was actually coming here to post the same suggestion. I’m trying to debug something else, and am overwhelmed with log spam from this.
Here are a few other replacements I found in addition to Carsten Bach’s, separated by file in numerical Line order.
social_sharing_toolkit.php
Line 336, replace with:
if ( isset( $this->options['mr_social_sharing_bitly']['enable'] ) && $this->options['mr_social_sharing_bitly']['enable'] == 1) { echo ' checked="checked"';}
Line 353:
if ( isset( $this->options['mr_social_sharing_opengraph']['enable'] ) && $this->options['mr_social_sharing_opengraph']['enable'] == 1) { echo ' checked="checked"';}
Line 395:
if ( isset( $this->options['mr_social_sharing_'.$button_type.'buttons'][$button]['enable'] ) && $this->options['mr_social_sharing_'.$button_type.'buttons'][$button]['enable'] == 1) { echo ' checked="checked"';}
Line 642:
if ( isset( $this->options['mr_social_sharing_'.$type.'buttons'][$button]['enable'] ) && $this->options['mr_social_sharing_'.$type.'buttons'][$button]['enable'] == 1) {
Line 660:
if ( isset( $this->options['mr_social_sharing_follow_buttons'][$button]['enable'] ) && $this->options['mr_social_sharing_follow_buttons'][$button]['enable'] == 1) {
Line 701, replace with:
if ( isset( $this->options['mr_social_sharing_opengraph']['enable'] ) && $this->options['mr_social_sharing_opengraph']['enable'] == 1) {
includes/share.widget.php
Line 16:
if ( ( isset( $this->options['mr_social_sharing_pinterest']['default_image'] ) && $this->options['mr_social_sharing_pinterest']['default_image'] != '' ) && ( isset( $this->options['mr_social_sharing_pinterest']['fixed_image'] ) && $this->options['mr_social_sharing_pinterest']['fixed_image'] == 1) ) {
These are just the ones that I encountered on my site. There may be more unaccounted for in functions that weren’t being used at the time.
Mine seemed to be erroring about Ultimate TinyMCE… strange.
I hate to double post, but I can’t seem to edit my previous post. (Too long ago I’m assuming).
I ended up finding an old version of WordPress + PDO pack bundled in, installing that, then ‘Upgrading’ to the newest WordPress.
Worked out of the box, and the update, surprisingly, worked very well.
If anyone else is having this problem, try this website:
https://xeonbloomfield.com/2011/04/22/projects-wordpress-sqlite-repack/
(I hope that link works, if not do a google search for this:
[projects] WordPress SQLite Repack
And it’s the top-most link)
Ciao!
Forum: Plugins
In reply to: [BJ Lazy Load] [Plugin: BJ Lazy Load] Error activating after updateSame error.
Oh! Sweet! ?? Sorry, the original values there were in %, from plugin default. I didn’t know I could use PX.
I don’t like putting broken plugins up on live sites, so I’ve altered an old post for you to check out:
https://gamebushido.com/rants/nintendo-3ds-itll-swallow-your-soul/
I’m now at work, and I see the same issue here.
Here are the button settings:
[FrontpageSlideshow fs_cats=1 fs_slides=5 fs_show_prevnext_buttons=1 fs_main_width=645px fs_main_height=350px fs_slide_width=76.7% fs_buttons_width=23.3% fs_placeholder_height=320px fs_button_normal_color=#2a2a2a fs_button_hover_color=#7e7e7e fs_button_current_color=#9d0000 fs_text_opacity=50% fs_main_border_color=#000 fs_button_background_image=https://gamebushido.com/wp-content/plugins/frontpage-slideshow/images/gb_button_normal.gif fs_button_hover_background_image=https://gamebushido.com/wp-content/plugins/frontpage-slideshow/images/gb_button_over.gif fs_current_button_background_image=https://gamebushido.com/wp-content/plugins/frontpage-slideshow/images/gb_button_current.gif fs_rounded=0 fs_template=default]
These settings worked on WP 2.9, and I haven’t changed them since then.