quinze
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Error updating to 7.4.0@aahulsebos the culprit in my case is opcache. Unless flushed the previous files are seen as missing.
An opcache purge solves the issue. I wen back to the 7.3.0 version, redo the wp cli update and purged the cache.
No more issue
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Error updating to 7.4.0I made 2 ‘touch’ to create empty files. Quick and dirty fix
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Error updating to 7.4.0[03-Apr-2025 07:50:44 UTC] PHP Fatal error: Uncaught Error: Failed opening required '/home/perche/www/wp-content/plugins/complianz-gdpr/config/purpose.php' (include_path='.:/usr/share/php') in /home/perche/www/wp-content/plugins/complianz-gdpr/config/class-config.php:300
Stack trace:
#0 /home/perche/www/wp-content/plugins/complianz-gdpr/complianz-gpdr.php(91): cmplz_config->__construct()
#1 /home/perche/www/wp-content/plugins/complianz-gdpr/complianz-gpdr.php(159): COMPLIANZ->__construct()
#2 /home/perche/www/wp-content/plugins/complianz-gdpr/complianz-gpdr.php(236): COMPLIANZ::get_instance()
#3 /home/perche/www/wp-includes/class-wp-hook.php(324): {closure}()
#4 /home/perche/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#5 /home/perche/www/wp-includes/plugin.php(517): WP_Hook->do_action()
#6 /home/perche/www/wp-settings.php(559): do_action()
#7 /home/perche/www/wp-config.php(112): require_once('...')
#8 /home/perche/www/wp-load.php(50): require_once('...')
#9 /home/perche/www/wp-blog-header.php(13): require_once('...')
#10 /home/perche/www/index.php(17): require('...')
#11 {main}Mode DEBUG ON
Automatically updated vi cron (wp plugin update –all)[03-Apr-2025 07:50:22 UTC] PHP Fatal error: Uncaught Error: Failed opening required '/home/perche/www/wp-content/plugins/complianz-gdpr/config/countries.php' (include_path='.:/usr/share/php') in /home/perche/www/wp-content/plugins/complianz-gdpr/config/class-config.php:268
Stack trace:
#0 /home/perche/www/wp-content/plugins/complianz-gdpr/complianz-gpdr.php(91): cmplz_config->__construct()
#1 /home/perche/www/wp-content/plugins/complianz-gdpr/complianz-gpdr.php(159): COMPLIANZ->__construct()
#2 /home/perche/www/wp-content/plugins/complianz-gdpr/complianz-gpdr.php(236): COMPLIANZ::get_instance()
#3 /home/perche/www/wp-includes/class-wp-hook.php(324): {closure}()
#4 /home/perche/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#5 /home/perche/www/wp-includes/plugin.php(517): WP_Hook->do_action()
#6 /home/perche/www/wp-settings.php(559): do_action()
#7 /home/perche/www/wp-config.php(112): require_once('...')
#8 /home/perche/www/wp-load.php(50): require_once('...')
#9 /home/perche/www/wp-blog-header.php(13): require_once('...')
#10 /home/perche/www/index.php(17): require('...')
#11 {main}- This reply was modified 1 year, 1 month ago by quinze.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Error updating to 7.4.0@aahulsebos The issue is that 2 files are missing in /config
countries.php
purpose.php
This causes a Fatal Error to WP
- This reply was modified 1 year, 1 month ago by quinze.
@angelo_nwl and when do you intend to fix this ?
Forum: Plugins
In reply to: [WP2Social Auto Publish] "Default selection of auto publish" has no effectHi,
Same issue here with the version 1.2.4 under wordpress 4.4.1
The option_values in the DB are
+---------------------------------+--------------+ | option_name | option_value | +---------------------------------+--------------+ | xyz_fbap_default_selection_edit | 0 | | xyz_fbap_include_pages | 0 | | xyz_fbap_include_posts | 1 | | xyz_fbap_post_permission | 1 | +---------------------------------+--------------+But all new posts are set to default “Yes”
Custom posts are also published automatically while none of them are selected and the option field is empty in the DB.
Forum: Installing WordPress
In reply to: MAX_FILE_SIZEEdit
wp-admin/import/opml.phpModify line 42 by replacing the
value=30000by something more in line with the size of your OPML file<input type="hidden" name="MAX_FILE_SIZE" value="30000" />Save your file, reload your import page.
Forum: Fixing WordPress
In reply to: Auto-Update Failure in WordPress 2.7Create a
/tmpdirectory in your web directory, chmod it to 777 and refer to it in the following function.putenv('TMPDIR=/path/to/my/web/hosting/directory/www/tmp/');Put this in your wp-config.php
For cezarneaga it could be something like
putenv('TMPDIR=/is/htdocs/wp1090696_F7DLCX6X2Y/www/tmp/');Forum: Your WordPress
In reply to: Facebook Connect WordPress PluginIt works perfectly under Firefox but not with IE & Chrome.
The Facebook Connect button is not displayed
Did you experiment the same thing ?
Forum: Plugins
In reply to: [Plugin: Snap My Roll] [Plugin:SNap My Roll]I have increased the compression rate in the plugin version 1.0.7
Forum: Plugins
In reply to: [Plugin: Snap My Roll] [Plugin:SNap My Roll]Thanks for your last suggestion. I might take a look at it and may be add navigation, will see how easy it is…
Could you mark this topic as resolved ?
Forum: Plugins
In reply to: [Plugin: Snap My Roll] [Plugin:SNap My Roll]htmlentites removed and the timeout option has been added in 1.0.5.
some error message added to makes things clearer
Your snap my roll looks great under Firefox.
You’re not a pest, you are avery good debugger 😉
Forum: Plugins
In reply to: [Plugin: Snap My Roll] [Plugin:SNap My Roll]Have you already a websnapr key ?
Forum: Plugins
In reply to: [Plugin: Snap My Roll] [Plugin:SNap My Roll]I have decided to use the function
wp_upload_dir()to get the directory path to the upload dir.Could you give a try to the 1.0.4 ?
I have changed the
error()to anecho()Thansk again for your help making things better.
Forum: Plugins
In reply to: [Plugin: Snap My Roll] [Plugin:SNap My Roll]The plugin uses the
upload_pathoption to determine where to store the snapshots. This option is set into your blog options. Could you have a look at the value of it and post it here ?Your wordpress address is represented by the
siteurloption.
I never use the blog adress also known as thehomeI have solved the title problem in the 1.0.3 version