• Resolved fmh999

    (@fmh999)


    Hello.

    I’m really interested in using this plugin. I’ve installed this plugin on 2 separate WordPress sites for testing before putting on the production site.

    I seem to be seeing a lot of PHP errors (When debugging is enabled) that’s including after doing the most recent update of 5 hours ago. They’re probably small errors but obviously I rather see no errors. ??

    If you want to discuss further, I can send you (plugin author) screenshots and go from there.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @fmh999,

    Could you please share with us the screenshots of the errors that you are receiving. Also please mention whether you are having any issues with the export and import process.

    Thread Starter fmh999

    (@fmh999)

    Hello, thanks for replying. The importing of review works well so no issues there and the website is running PHP 7.2+

    The errors are as follows:

    Warning: session_start(): open(/var/cpanel/php/sessions/imh-php72/sess_ce69c5ee4a768cc940471cca1d9e7e18, O_RDWR) failed: No such file or directory (2) in /home/…/wp-content/plugins/product-reviews-import-export-for-woocommerce/product-reviews-import-export.php on line 80

    Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/imh-php72) in /home/…/wp-content/plugins/product-reviews-import-export-for-woocommerce/product-reviews-import-export.php on line 80

    Warning: Cannot modify header information – headers already sent by (output started at /home/…/wp-content/plugins/product-reviews-import-export-for-woocommerce/product-reviews-import-export.php:80) in /home/rock/public_html/wp-includes/functions.php on line 6221

    Warning: Cannot modify header information – headers already sent by (output started at /home/…/wp-content/plugins/product-reviews-import-export-for-woocommerce/product-reviews-import-export.php:80) in /home/rock/public_html/wp-admin/includes/misc.php on line 1282

    Warning: Cannot modify header information – headers already sent by (output started at /home/…/wp-content/plugins/product-reviews-import-export-for-woocommerce/product-reviews-import-export.php:80) in /home/rock/public_html/wp-admin/admin-header.php on line 9

    Plugin Author WebToffee

    (@webtoffee)

    Hi @fmh999,

    It seems like the PHP errors that you are receiving is from some other plugins installed on your site. Could you please try deactivating our plugin and check if the errors still occur or not. Or else, please try deactivating all the plugins on your site except Woocommerce and Product Reviews Import Export plugin and check if the issue still persists or not.

    Thread Starter fmh999

    (@fmh999)

    Hello,

    I disabled all plugins except Woocommerce and this one, the errors still resist. I’ve installed the plugin on another WordPress website and I see the same errors there as well.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @fmh999,

    Could you please please try editing the php.ini and check if the issue persists or not. You may please follow the below steps.

    Step 1: Open file php.ini
    Step 2: Find the line session.save_path = ...
    Example: session.save_path = "C:/Users/ADMINI~1/AppData/Local/Temp/1"

    Step 3: Change to the correct valid path
    Example: session.save_path = "C:/Users/ADMINI~1/AppData/Local/Temp/2"

    Step 4: restart Apache

    Thread Starter fmh999

    (@fmh999)

    Hello,

    I only found: session.save_path = "/var/cpanel/php/sessions/imh-php72"

    What should I do with this?

    Thanks,

    Plugin Author WebToffee

    (@webtoffee)

    Hi @fmh999,

    We have fixed the issue on the latest version of the plugin. Please update the plugin to the latest version.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PHP errors’ is closed to new replies.