bcolflesh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress database error MySQL server has gone away…This is a serious, showstopping error on the part of WordPress – I have no idea how to properly troubleshoot this – deactivating plugins has no effect – seems like a core WP issue whenever a post is being edited (which is all the time here) – need some ideas here.
Forum: Plugins
In reply to: [User Login Log] Not all logins recordedI saw this when I realized people were logged in and not appearing in the plugin log – does it really make sense to work this way? Logging every successful login would make more sense – this is actually a “User Logout Log” plugin.
I think I’ll just write a hook into the login process instead.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] 5.x Breaks SiteThank you for the quick fix!
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Caption Plugin ErrorUsing the JavaScript embed method from your docs works, so I guess that’s the workaround for now, although you should really update this plugin with all the options for the 6+ player in a GUI.
3.88 works for me – thanks for the fix!
Yeah, here is the error:
PHP Parse error: syntax error, unexpected end of file in /mnt/vol/www/wp-content/plugins/contact-form-plugin/bws_menu/bws_functions.php on line 723
Forum: Fixing WordPress
In reply to: Blank Line at Top of SourceI added this guy’s hack for now:
https://wejn.org/stuff/wejnswpwhitespacefix.php.html
and adjusted it for the content-type I was targeting, works fine – still need to track down the offending file, or just start with a fresh install maybe.
Forum: Fixing WordPress
In reply to: Blank Line at Top of SourceI typically use the Chrome inspector, but I’m not sure what Firebug would show me differently – I assume this problem is taking place before the HTML is dumped to the browser.
I can’t see a message function on here, site is: pcntv.com
Forum: Plugins
In reply to: [JSON API] Blank line prepended to header outputI think now this might be an Apache/Ubuntu update issue – please close.
Forum: Plugins
In reply to: [JSON API] Blank line prepended to header outputRelevant error from error_get_last():
Array
(
[type] => 2048
[message] => call_user_func_array() expects parameter 1 to be a valid callback, non-static method RRHE::registerdate_column_orderby() should not be called statically
[file] => /mnt/vol/www/wp-includes/plugin.php
[line] => 214
)PHP Version 5.5.9-1ubuntu4.4
System Linux ip-x-x-x-x 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64
Build Date Sep 4 2014 06:54:42
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /etc/php5/apache2
Loaded Configuration File /etc/php5/apache2/php.ini
Scan this dir for additional .ini files /etc/php5/apache2/conf.d
Additional .ini files parsed /etc/php5/apache2/conf.d/05-opcache.ini, /etc/php5/apache2/conf.d/10-pdo.ini, /etc/php5/apache2/conf.d/20-curl.ini, /etc/php5/apache2/conf.d/20-json.ini, /etc/php5/apache2/conf.d/20-mcrypt.ini, /etc/php5/apache2/conf.d/20-memcache.ini, /etc/php5/apache2/conf.d/20-mysql.ini, /etc/php5/apache2/conf.d/20-mysqli.ini, /etc/php5/apache2/conf.d/20-pdo_mysql.ini, /etc/php5/apache2/conf.d/20-readline.ini
PHP API 20121113
PHP Extension 20121212
Zend Extension 220121212
Zend Extension Build API220121212,NTS
PHP Extension Build API20121212,NTS
Debug Build no
Thread Safety disabled
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
IPv6 Support enabled
DTrace Support enabled
Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, tls
Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.*Forum: Plugins
In reply to: [WP2Cloud] Tested with WordPress 4.x?Thank you! You should probably update the “Compatible up to:” on the description page.
It’s the HTTP -> HTTPS redirect, if I go the page with the form via HTTPS, it works, but the HTTP page fails as outlined above.
Fix coming?
More info, IE inspector:
SCRIPT7002: XMLHttpRequest: Network Error 0x4c7, The operation was canceled by the user.
From the requests:
URL Protocol Method Result Type Received Taken Initiator Wait?? Start?? Request?? Response?? Cache read?? Gap??
/wp-login.php?callback=jQuery18306515041758626913_1409861129462 HTTP POST 301 text/html 417 B 281 ms XMLHttpRequest 7098 16 0 265 0 85987URL Protocol Method Result Type Received Taken Initiator Wait?? Start?? Request?? Response?? Cache read?? Gap??
/wp-login.php?callback=jQuery18306515041758626913_1409861129462 HTTPS GET (Aborted) text/html 0.58 KB 0.53 s XMLHttpRequest 7379 109 421 0 0 114099Forum: Plugins
In reply to: [Accessible Video Library] Captions Never LoadNice, that’s helpful – thank you!