pupungbp
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] WPML switching IssueHi @andvsb I haven’t solved it yet, mind sharing where you host the site?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php7.2 502 errorGuys,
The latest update, Version 2.5.36 seems fixed all the issues in PHP 7.2 on WPE, Thanks for the hard work and great support.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php7.2 502 errorOn my other site on WPE, seems the update works but I still see the error notice, otherwise the frontend looks great, no 502 error.
[Thu Dec 20 21:54:37.237459 2018] [php7:error] [pid 29568] [client 114.124.198.2:15475] PHP Fatal error: require(): Failed opening required ‘/wp-content/plugins/all-in-one-event-calendar-old/lib/calendar/updates.php’ (include_path=’.:/usr/share/php’) in /wp-content/plugins/all-in-one-event-calendar-old/lib/bootstrap/loader.php on line 88, referer: https://xxxxxxxx.wpengine.com/wp-admin/plugins.php
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php7.2 502 errorHi Sunny,
I’m on WPE and still has the issue of 502 bad gateway if I use PHP 7.2.Just sent ticket and error log to the “get help” page thanks.
I got 502 bad gatewar error on my 2 different sites using this plugin after update to 2.5.32
Forum: Plugins
In reply to: [Gravity Forms Coupons: Exclude Shipping] Shipping not removedI also experience the same issue, the plugin does nothing to the shipping fee. please help.
Forum: Installing WordPress
In reply to: Avoiding wordpress.com in my urlAll you need is “self hosted” WordPress, choose your favorite web hosting company and host your own WordPress in it. Here’s a link to show you what’s the different between wordpress.com and “self hosted”.
Forum: Fixing WordPress
In reply to: WordPress site seems to be completely goneHi,
Try to reset the theme to default and deactivate all plugin. You can do that by accessing phpmyadmin:
Disable all pluginUPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';
Back to default theme:
You can Follow the step herehope it works.
Forum: Fixing WordPress
In reply to: Can't upload files over 1mb – HTTP ErrorProbably this is something to do with PHP Settings on php.ini file. Usually located in /etc/Apache2/php.
Change the upload_max_filesize property to bigger size:
upload_max_filesize = 100M;
Restart the service
`/etc/init.d/apache restart’hope it helps
Thanks for your response, where can I get the beta release?
– P
Forum: Themes and Templates
In reply to: JQuery Cycle Plugin and other JQuery issuesHi, Try to renaming
$
to
jQuery
instead. It works for me as well under WordPress 3.0.1. Much like:jQuery(document).ready(function() { jQuery('#slideshow') .before('<div id="nav-slide">') .cycle({ fx: 'fade', speed: 'fast', timeout: 0, pager: '#nav-slide' }); });