techsurgeons
Forum Replies Created
-
And one more datapoint… 2.0.2 seems to work fine.
Yes, with the same code for redirect() as 2.2. So I’m not sure what broke in the update.
I hope this plugin is worth the headache of trying to get it to work. ??
That worked. However… ??
Now I’m getting a very similar error on line 550 from a very similar function.
?> <script type="text/javascript"> var base_plupload_config=<?php echo json_encode($plupload_init); ?>; </script> <?php }
After trying to fix the above using similar code (or even commenting it out), I get a
Parse error: syntax error, unexpected end of file in /home/www/webhost4/website.com/htdocs/wp-content/plugins/slideshow-satellite/slideshow-satellite-plugin.php on line 841
And I see two different ways you assign a script variable. The top one is the function giving me an error.
<script type=”text/javascript”>
window.location = ‘<?php echo (empty($url)) ? get_option(‘home’) : $url; ?>’;
</script><script type=”text/javascript”>
var base_plupload_config=<?php echo json_encode($plupload_init); ?>;
</script>Hey, I’m not (yet) good with PHP, but this seems odd…
<?php
flush();
}Shouldn’t there be a “?>” after the flush? Or is the “<?php” extraneous?
-J
That’s the spot it’s crashing out at.
I tried it on three different sites and a couple different servers. Same error.
I agree it’s bizarre. How can I help debug?
-J
Soon please. InnoDB is the default search engine in MySQL/MariaDB and MyISAM is incompatible with Master/Master clustering like the MariaDB with Galera Clustering we have implemented.
There looks to be some implementation of FullText Indexing for InnoDB coming in 5.6/10.0, so having a solution for their FullText implementations would probably be the best use of your efforts.
-J
See what version of Curl is in use on your host.
7.31.0 has a bug. Install a later version and restart PHP.
-J
Forum: Plugins
In reply to: [W3 Total Cache] Looking ahead to PHP 5.5… Zend Optimizer & the end of APCHi Fredrick, thanks for the response.
APC hasn’t had a stable release since May 2011 and 3.1.4 had to be pulled for a nasty bug. Development on it is slower than a WP site not running W3TC. And APC is even less compatible with PHP 5.5 than it is with 5.4 – I traced the source of my 500 errors to APC with PHP 5.4.
https://svn.php.net/viewvc/pecl/apc/trunk/?view=log
Thanks!
-JNot the original author, and yes, I know I’m commenting to an old post but..
Yes, the wp-cron job I see 500 errors on is POST. This triggers something. I’m using php-fpm, both PHP 5.3 & 5.4 versions and the current version of both WP & WPSC.
-J
[22/May/2013:12:30:54 -0700] “POST /wp-cron.php?doing_wp_cron=1369251054.8545761108398437500000 HTTP/1.0” 200 – “-” “WordPress/3.5.1; https://djparsons.com” 279 290
[22/May/2013:13:47:22 -0700] “POST /wp-cron.php?doing_wp_cron=1369255642.0790309906005859375000 HTTP/1.0” 200 – “-” “WordPress/3.5.1; https://djparsons.com” 279 290
[22/May/2013:14:51:10 -0700] “POST /wp-cron.php?doing_wp_cron=1369259470.4355010986328125000000 HTTP/1.0” 500 – “-” “WordPress/3.5.1; https://djparsons.com” 279 172
[22/May/2013:15:00:56 -0700] “POST /wp-cron.php?doing_wp_cron=1369260056.7815160751342773437500 HTTP/1.0” 200 17 “-” “WordPress/3.5.1; https://djparsons.com” 279 327