Apologies Opa!
I rolled back to an earlier version so my galleries can work. Still, if you want to check things out you can!
Beste Jacob,
I installed the latest update, and errors start occurring.
I received automatic e-mail from WordPress:
Foutdetails
===========
Een fout van het type E_PARSE werd veroorzaakt op regelnummer 1458 van het bestand /home/dasavina/domains/salsaviva.nl/public_html/nieuw/wp-content/plugins/wp-photo-album-plus/wppa-ajax.php. Foutmelding: syntax error, unexpected ‘->’ (T_OBJECT_OPERATOR), expecting ‘)’
Bvd Aart
I’m seeing a PHP error in the log, coming from this line:
wppa_update_album( array( ‘id’ => $alb, ‘cats’ => $mycats . $cats, ‘modified’ -> time() ) );
Looks like a syntax error
should be
‘modified’ => time()
Sorry for the inconvenience.
It has been hotfixed.
Just de-activate and delete the plugin.
Then re-install as if it is a new one.
This will help you out.
Thank you Opa!! It looks to be working!
Appreciate the update!
-Art
Thanks, fixed, and it also fixed a warning coming from WooCommerce,
[25-Jul-2019 03:33:27 UTC] WC_Log_Handler_File::get_log_file_path was called incorrectly. This method should not be called before plugins_loaded. Backtrace: WooCommerce->log_errors, WC_Logger->critical, WC_Logger->log, WC_Log_Handler_File->handle, WC_Log_Handler_File->add, WC_Log_Handler_File->should_rotate, WC_Log_Handler_File::get_log_file_path, wc_doing_it_wrong. This message was added in version 3.0.
Which seemed to be unrelated but apparently was triggered by this error.