Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • @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

    I made 2 ‘touch’ to create empty files. Quick and dirty fix

    [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.

    @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 ?

    Hi,

    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_SIZE

    Edit wp-admin/import/opml.php

    Modify line 42 by replacing the value=30000 by 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.

    Create a /tmp directory 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/');

    It works perfectly under Firefox but not with IE & Chrome.

    The Facebook Connect button is not displayed

    Did you experiment the same thing ?

    http://www.balencourt.com/blog/

    I have increased the compression rate in the plugin version 1.0.7

    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 ?

    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 😉

    Have you already a websnapr key ?

    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 an echo()

    Thansk again for your help making things better.

    The plugin uses the upload_path option 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 siteurl option.
    I never use the blog adress also known as the home

    I have solved the title problem in the 1.0.3 version

Viewing 15 replies - 1 through 15 (of 24 total)