fidoboy
Forum Replies Created
-
The PHP version I’m using is in my first post here. I’m using PHP8 (php-fpm).
The WP-CLI command is
wp cron event run --due-now
.Hope it helps
Forum: Plugins
In reply to: [Post Order By Category] Bug detected and fixedAlso line 84 should be:
if ( ! is_admin() && $query->is_category() && $query->is_main_query() ) {
checking also ‘is_main_query’ before proceeding
Forum: Plugins
In reply to: [RediSearch] Indexing is giving errorJust edit the Admin.php file, locate function ‘supportedLanguages’ and add ‘static’ to it. So result should be:
public static function supportedLanguages() {
….
}Forum: Plugins
In reply to: [RediSearch] Crash in indexing options pageI’ve located the problem.
The issue is this reference call: self::supportedLanguages()
supportedLanguages function should be ‘public static’ to work.
- This reply was modified 3 years, 6 months ago by fidoboy.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Php Warning in new updateThis error is still present. But now it’s line 8257
Forum: Plugins
In reply to: [RediSearch] Indexing is giving errorI believe that php 8 is the problem. This plugin doesn’t work with php 8. I’m having this exact same problem when going to indexing options.
Forum: Plugins
In reply to: [RediSearch] RediSearch module not loaded!Hi! I’ve also the redisearch.so compiled from source, but I don’t know how to load it into redis. If I call it from command line like this:
redis-server –loadmodule /path/to/module/src/redisearch.so
it works fine, but not as a service. How can I put the module to be loaded with the redis service?
This error is still present and unsolved. Just a note here with the hope to see it solved
Forum: Plugins
In reply to: [XCloner Google Drive] Memory errors@xcloner I’ve changed it to 60 seconds first and then to 120 seconds and now there is no error in the log file, but when I use the plugin from the WordPress admin dashboard to transfer my backup to the Google Drive, it shows the word “error” in red color, and nothing more.
Could you try to check if it works with a 5Gb file? I don’t know what else to check to make it work
Forum: Plugins
In reply to: [XCloner Google Drive] Memory errorsThanks for the fast reply @xcloner I’ve changed that parameter to 512Mb and now I get this error message:
Fatal error: Maximum execution time of 60 seconds exceeded in /wp-content/plugins/xcloner-google-drive/vendor/nao-pon/flysystem-google-drive/src/GoogleDriveAdapter.php on line 1191
Forum: Plugins
In reply to: [XCloner Google Drive] Not able to backup to subdirectory in Google Drive@robbie I’m the system administrator. The PHP limit is even over the standards. I don’t believe that this could be the problem. I think that it’s a problem with this plugin.
Forum: Plugins
In reply to: [XCloner Google Drive] Not able to backup to subdirectory in Google DriveI have tried using the folder ID and not the name, but i get this error:
Fatal error: Allowed memory size of 314572800 bytes exhausted (tried to allocate 37748768 bytes) in /wp-content/plugins/xcloner-google-drive/vendor/nao-pon/flysystem-google-drive/src/GoogleDriveAdapter.php on line 1191
The file size of the backup is 5Gb
- This reply was modified 6 years, 5 months ago by fidoboy.
Yes. It has full writing permissions, and I’m able to generate de backup manually
Also, there is this error message:
Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/wp-content/backups/.xcloner-19f52/): failed to open dir: No such file or directory in /wp-content/plugins/xcloner-backup-and-restore/vendor/league/flysystem/src/Adapter/Local.php:481
Stack Trace1.DirectoryIterator->__construct(‘/home/mymovies/…’)
/wp-content/plugins/xcloner-backup-and-restore/vendor/league/flysystem/src/Adapter/Local.php:481
2.League\Flysystem\Adapter\Local->getDirectoryIterator(‘/home/mymovies/…’)
/wp-content/plugins/xcloner-backup-and-restore/vendor/league/flysystem/src/Adapter/Local.php:279
3.League\Flysystem\Adapter\Local->listContents(”, false)
/wp-content/plugins/xcloner-backup-and-restore/vendor/league/flysystem/src/Filesystem.php:271
4.League\Flysystem\Filesy in /home/mymovies/public_html/wp-content/plugins/xcloner-backup-and-restore/vendor/league/flysystem/src/Adapter/Local.php on line 481
/wp-content/plugins/xcloner-backup-and-restore/includes/class-xcloner-file-system.php:455- This reply was modified 6 years, 7 months ago by fidoboy. Reason: mistake
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] OneSignal Plugin Kills ServerI can confirm this issue. I’ve had to install the plugin because every time that a post is published, this plugin kills the server eating all resources