Title: NerdInProgress's Replies | WordPress.org

---

# NerdInProgress

  [  ](https://wordpress.org/support/users/nerdinprogress/)

 *   [Profile](https://wordpress.org/support/users/nerdinprogress/)
 *   [Topics Started](https://wordpress.org/support/users/nerdinprogress/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nerdinprogress/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nerdinprogress/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nerdinprogress/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nerdinprogress/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nerdinprogress/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/nerdinprogress/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nerdinprogress/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anthologize] [Plugin: Anthologize] I get a 404 when exporting my book](https://wordpress.org/support/topic/plugin-anthologize-i-get-a-404-when-exporting-my-book/)
 *  Thread Starter [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-anthologize-i-get-a-404-when-exporting-my-book/#post-3080691)
 * Actually I was able to increase memory and resolve this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quotes Collection] Problem with Google Authorship](https://wordpress.org/support/topic/problem-with-google-authorship/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/problem-with-google-authorship/#post-3508316)
 * I have the same problem, but it isn’t with the plugin. *any* quote seems to trigger
   it, though some don’t. I cannot see the difference between those that do and 
   those that are fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anthologize] [Plugin: Anthologize] I get a 404 when exporting my book](https://wordpress.org/support/topic/plugin-anthologize-i-get-a-404-when-exporting-my-book/)
 *  Thread Starter [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-anthologize-i-get-a-404-when-exporting-my-book/#post-3080312)
 * My error logs show
 * `"PHP message: PHP Fatal error: Cannot use string offset as an array in /path/
   to/wp-content/plugins/anthologize/includes/theming-functions.php on line 263"`
 * Seems like faulty coding. Some variable has been defined as a string then used
   as an array. No time to figure it out, but if anyone figures out the correct 
   code or workaround, do update.
 * I will, if I crack it too. Pity to lose such a good plugin over some (I think
   minor) coding error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anthologize] [Plugin: Anthologize] Unable to export](https://wordpress.org/support/topic/plugin-anthologize-unable-to-export/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-anthologize-unable-to-export/#post-2358238)
 * Same here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Satellite] [Plugin: Slideshow Satellite] WordPress database error](https://wordpress.org/support/topic/plugin-slideshow-satellite-wordpress-database-error/)
 *  Thread Starter [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-wordpress-database-error/#post-2570632)
 * [http://vidyut.net/wordpress-database-error-you-have-an-error-in-your-sql-syntax/](http://vidyut.net/wordpress-database-error-you-have-an-error-in-your-sql-syntax/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Satellite] [Plugin: Slideshow Satellite] WordPress database error](https://wordpress.org/support/topic/plugin-slideshow-satellite-wordpress-database-error/)
 *  Thread Starter [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-wordpress-database-error/#post-2570622)
 * And
 *     ```
       IF (isset($styles['infomin'] == "Y")) {
           ?>
           .orbit-caption h5, .orbit-caption p { margin:0 !important; }
       ```
   
 * to
 *     ```
       IF (isset($styles['infomin']) && $styles['infomin'] == "Y") {
           ?>
           .orbit-caption h5, .orbit-caption p { margin:0 !important; }
       ```
   
 * Also figured out the reason for the database error – wrong character set used
   in database. Fixed now.
 * Some notices remaining about undeclared stuff, nothing serious.
 * Slideshow working.
 * SOLVED
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Satellite] [Plugin: Slideshow Satellite] WordPress database error](https://wordpress.org/support/topic/plugin-slideshow-satellite-wordpress-database-error/)
 *  Thread Starter [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-wordpress-database-error/#post-2570503)
 * Also, I was getting a bunch of Parse errors.
 * Changed
 *     ```
       if (isset($styles['background'] == '#000000')) {
       	$loadbg = $styles['background']." url('../images/loading.gif')";
       } else {
       	$loadbg = $styles['background']." url('../images/spinner.gif')";
       }
       IF (isset($styles['navbuttons'] == 0)) { $navright = 'url(../images/right-arrow.png) no-repeat 0 0';$navleft = 'url(../images/left-arrow.png) no-repeat 0 0'; }
       IF (isset($styles['navbuttons'] == 1)) { $navright = 'url("../pro/images/right-sq.png") no-repeat 30px 0';$navleft = 'url(../pro/images/left-sq.png) no-repeat 0 0'; }
       IF (isset($styles['navbuttons'] == 2)) { $navright = 'url(../pro/images/right-rd.png) no-repeat 30px 0';$navleft = 'url(../pro/images/left-rd.png) no-repeat 0 0'; }
       IF (isset($styles['navbuttons'] == 3)) { $navright = 'url(../pro/images/right-pl.png) no-repeat 30px 0';$navleft = 'url(../pro/images/left-pl.png) no-repeat 0 0'; }
       IF (isset($styles['nav'] == 'off')) { $navright = 'none'; $navleft = 'none'; }
       ```
   
 * To
 *     ```
       if (isset($styles['background']) && $styles['background'] == '#000000') {
       	$loadbg = $styles['background']." url('../images/loading.gif')";
       } else {
       	$loadbg = $styles['background']." url('../images/spinner.gif')";
       }
       IF (isset($styles['navbuttons']) && $styles['navbuttons'] == 0) { $navright = 'url(../images/right-arrow.png) no-repeat 0 0';$navleft = 'url(../images/left-arrow.png) no-repeat 0 0'; }
       IF (isset($styles['navbuttons']) && $styles['navbuttons'] == 1)) { $navright = 'url("../pro/images/right-sq.png") no-repeat 30px 0';$navleft = 'url(../pro/images/left-sq.png) no-repeat 0 0'; }
       IF (isset($styles['navbuttons']) && $styles['navbuttons'] == 2)) { $navright = 'url(../pro/images/right-rd.png) no-repeat 30px 0';$navleft = 'url(../pro/images/left-rd.png) no-repeat 0 0'; }
       IF (isset($styles['navbuttons']) && $styles['navbuttons'] == 3)) { $navright = 'url(../pro/images/right-pl.png) no-repeat 30px 0';$navleft = 'url(../pro/images/left-pl.png) no-repeat 0 0'; }
       IF (isset($styles['nav']) && $styles['nav'] == 'off')) { $navright = 'none'; $navleft = 'none'; }
       ```
   
 * The images are still not loading as a slideshow. Strange, because it used to 
   work. Wondering if I should take a look at the caching.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Does Wordbooker support Disqus comments?](https://wordpress.org/support/topic/does-wordbooker-support-disqus-comments/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years ago](https://wordpress.org/support/topic/does-wordbooker-support-disqus-comments/#post-2068591)
 * Yes. please. That would be perfect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Google's mod_pagespeed and W3](https://wordpress.org/support/topic/plugin-w3-total-cache-googles-mod_pagespeed-and-w3/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years ago](https://wordpress.org/support/topic/plugin-w3-total-cache-googles-mod_pagespeed-and-w3/page/2/#post-1752528)
 * Hey, thanks for your very detailed reply. It makes me understand things better.
   I am a bit leery of spikes, since I recently was harassed off a server with CPU
   usage as the main reason for the site to be suspended. I may have overreacted.
 * I will keep this information in mind, and when I have a day or two off, I will
   personally monitor the website when I run pagespeed and respond with more practical
   information.
 * My site is not image heavy as such nor is it a big problem, but images have consistently
   been one area of low score historically, since I often forget to compress. So
   it was tempting that this can be automated, that is all.
 * My site is at [http://aamjanata.com](http://aamjanata.com) There are other sites
   as well on this server – all running WP, but they are configured similar and 
   perform similar.
 * I am amazed and appreciate that you found this post and took the time to attend
   this. This, more than anything else gives me the confidence to try it trusting
   that I can get help fast if things go bad.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Google's mod_pagespeed and W3](https://wordpress.org/support/topic/plugin-w3-total-cache-googles-mod_pagespeed-and-w3/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years ago](https://wordpress.org/support/topic/plugin-w3-total-cache-googles-mod_pagespeed-and-w3/page/2/#post-1752525)
 * FWIW, With w3tc, apc, memcache and varnish already, I don’t anticipate pagespeed
   delivering miraculous improvement. The only thing remaining is the images. Seriously.
 * Also, I am concerned with the compression of pagespeed, though I did not test
   it. I have seen that some scripts don’t combine/minify happily. What will pagespeed
   do to them? If someone can share their experience, that would be good.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Google's mod_pagespeed and W3](https://wordpress.org/support/topic/plugin-w3-total-cache-googles-mod_pagespeed-and-w3/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years ago](https://wordpress.org/support/topic/plugin-w3-total-cache-googles-mod_pagespeed-and-w3/page/2/#post-1752524)
 * I tried mod_pagespeed yesterday on a VPS – Ubuntu SE + Apache. A rough “first
   feel”:
 * CPU usage started rising steadily. Must admit that I was quite happy with how
   the site was running, and added pagespeed only because I heard it compresses 
   images. (hint, hint)
 * Installed, did something else for a while, saw the spike, disabled. I suppose
   the pages rendered fairly well, but didn’t see anything mindbogglingly amazing.
   Not providing any data because I didn’t stick with it long enough to generate
   anything reliable. Saw CPU spiking rapidly and that was that for me. Enhancements
   are for websites, not for crashing the servers. If nothing the defaults need 
   to be set safer till people can configure them.
 * If I test/tweak, I will update. At the moment, w3tc is doing just fine
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] It appears Page Cache URL rewriting is not working](https://wordpress.org/support/topic/it-appears-page-cache-url-rewriting-is-not-working/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years ago](https://wordpress.org/support/topic/it-appears-page-cache-url-rewriting-is-not-working/#post-2105695)
 * Same here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Icons] [Plugin: Category Icons] Any chance of a Category Header Image feature?](https://wordpress.org/support/topic/plugin-category-icons-any-chance-of-a-category-header-image-feature/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-category-icons-any-chance-of-a-category-header-image-feature/#post-1950241)
 * +1 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple 301 Redirects By BetterLinks - Easy WordPress Redirect Manager for Redirects, 404 Error Log & More] [Plugin: Simple 301 Redirects] Is a wildcard available?](https://wordpress.org/support/topic/plugin-simple-301-redirects-is-a-wildcard-available/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-simple-301-redirects-is-a-wildcard-available/#post-1574774)
 * Any update on the wildcards?
 * With the plugin redirection gone totally dead, this is the one hope left 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [fopen() Cron Error](https://wordpress.org/support/topic/fopen-cron-error/)
 *  [NerdInProgress](https://wordpress.org/support/users/nerdinprogress/)
 * (@nerdinprogress)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/fopen-cron-error/#post-1671275)
 * Is it possible that it is from some plugin that setup a cron and is now disabled?
 * I have the same problem and I remember that when I’d tested Mailman, something
   to do with cron had come up…. it is uninstalled, but this message comes up with
   debug enabled. Is there a way to check why wordpress is doing the cron?

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/nerdinprogress/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nerdinprogress/replies/page/2/?output_format=md)