PPNSteve
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Component Order – Fatal error on line 223thanks for the fix.. kinda annoying to get an error on a plugin update that’s suppose to be fixing bugs, lol.
Forum: Plugins
In reply to: [Publish To Apple News] Component Order – Fatal error on line 223relevant code:
/** * Renders the component order field. * * @static * @access public */ public static function render_meta_component_order() { ?> <ul id="meta-component-order-sort" class="component-order ui-sortable"> <?php // Get the current order $component_order = get_option( 'meta_component_order' ) ?: $this->get_default_for( 'meta_component_order' ); if ( ! empty( $component_order ) && is_array( $component_order ) ) { foreach ( $component_order as $component_name ) { echo sprintf( '<li id="%s" class="ui-sortable-handle">%s</li>', esc_attr( $component_name ), esc_html( ucwords( $component_name ) ) ); } } ?> </ul>Forum: Plugins
In reply to: [Publish To Apple News] Component Order – Fatal error on line 223Ditto:
Mar 29, 07:12:39 PHP Fatal error: Using $this when not in object context in /home/[redacted]/public_html/wp-content/plugins/publish-to-apple-news/admin/settings/class-admin-apple-settings-section-formatting.php on line 233
I’m on 4.4.2 now and am seeing this (and the dreaded connection lost error too) more and more often then not.
I wish I could tell ya what’s wrong but I’m just as stumped as you are..HELLO? ..anyone there?
Forum: Fixing WordPress
In reply to: Will I still get hit with google penalties?If you haven’t already, add 301 redirect from old page to the new page versions.. that’ll get the search engines seeing the right / new pages.
What I did when i converted a large HTML site to WP is after updating WP with all relevant old HTML page info/data, I moved the old HTML pages into a separate folder in the root dir and added the 301 redirects.. leave any image or other folders that you are still using in WP.
Now I can’t say if having both versions live will hurt you or not SEO-wise, but its not all that hard to move the files and go forward with the new WP site version.
FYI php execute time is set to 60 secs
The randomness of this problem, as others have stated, make finding the cause pretty hard.. let alone fixing it. I suggest we need to have a way to disable it completely.. I’ll take my chances with saving drafts / crashing.
Forum: Plugins
In reply to: [AMP] fopen errorsThe fopen errors are back…
in /home/yugioh-w/public_html/wp-content/plugins/amp/includes/lib/class-fastimage.php on line 31
Mar 15, 06:11:56 PHP Warning: fopen(http://www.yugioh-world.com/episodes/images/s0/10/000030.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/yugioh-w/public_html/wp-content/plugins/amp/includes/lib/class-fastimage.php on line 31
Mar 15, 06:11:56 PHP Warning: fopen(http://www.yugioh-world.com/episodes/images/s0/10/000050.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/yugioh-w/public_html/wp-content/plugins/amp/includes/lib/class-fastimage.php on line 31
Mar 15, 06:11:56 PHP Warning: fopen(http://www.yugioh-world.com/episodes/images/s0/10/000070.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not FoundWe not seeing ANY php errors on this.. it just seems to do nothing, and makes a white (empty) page.
The ONLY php error logged recently is:
[13-Mar-2016 10:35:52 UTC] PHP Warning: fopen(http://upload.wikimedia.org/wikipedia/en/9/94/Yugioh_Trading_Card_Game_Logo.png): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/[redacted]/public_html/wp-content/plugins/amp/includes/lib/class-fastimage.php on line 31If this helps, here is a list of all active plugins we’re using:
Active Plugin List
————————-===============———————–
404 to 301
Akismet
AMP
Auto Limit Posts Reloaded
Contact Form 7
Custom Meta Widget
Custom Sidebars
Disable XML-RPC
Error Log Monitor
Facebook Instant Articles & Google AMP Pages by PageFrog
Fourteen Colors
Glue for Yoast SEO & AMP
Google Analytics Dashboard for WP
Google Captcha (reCAPTCHA) by BestWebSoft
Nested Pages
NextGEN Gallery by Photocrati
No Page Comment
Really Simple CAPTCHA
Responsive Lightbox
SB Child List
Scroll Top
Simple Sitemap
Simple Social Buttons
Social
Social Media Widget by Acurax
TinyMCE Advanced
White Label CMS
WP Limit Login Attempts
WP Smush
Yoast SEOIf you update to the latest version of PageFrog, you’ll find a new feature called “Force AMP Compliance” which will disable conflicting plugins on AMP pages to avoid these errors. You’ll find this under Mobile Formats > Settings, it’s a checkbox near the bottom of the page.
This stops AMP pages from being generated – All we get is a blank page both in preview and live page views.
Forum: Plugins
In reply to: [AMP] Google Webmaster Tools reporting AMP errorsStill lots of validation errors with or without pagefrog’s plugin..
Not sure who’s to blame atm..
Forum: Plugins
In reply to: [Contact Form 7] Not a pleasant upgrade+1
Same… sort of.
getting errors on the AMP pages
Error Pages with errors
1 Prohibited attribute 2
2 Incorrectly nested tag 2
3 Invalid attribute value 2
4 Required attribute missing 2
5 Unknown syntax error 1here is a new thread (in the AMP plugin forum) listing the actual errors: https://wordpress.org/support/topic/help-with-amp-vaidation-errors
But have no idea WHAT is causing these errors nor anyway to see / repair them
A little help please..
Forum: Plugins
In reply to: [Facebook Instant Articles & Google AMP Pages by PageFrog] Page Support?as noted in the email, we have tried deactivating and re-activating the AMP plugin without success.
both plugins are the latest available.
Forum: Plugins
In reply to: [Facebook Instant Articles & Google AMP Pages by PageFrog] Page Support?So I updated and tested it.. upon activating and setting current pages yo use AMP, the /amp/ URL doesn’t work and redirects to 404 page (sitemap page in our case)