Unable to add new images to existing gallery – errors in php error_log
-
We have the premium version of the plugin and are experiencing an issue attempting to add about 20 or so images to an existing gallery to filter to a specific category
the images upload to the media room fine when you “Add/Upload items”, but when you ‘submit’ to the portfolio so I can tag them with the proper filter, a SLEW of warnings shows up in the error log (and ultimately they don’t get added to the gallery)
I saw the post elsewhere here that suggested some changes to php.ini and I made those, but to no avail
The errors are as thus:[17-May-2024 18:22:32 UTC] PHP Warning: Undefined variable $post in /home/develgermanspros/public_html/wp-content/plugins/portfolio-filter-gallery-premium/portfolio-filter-gallery-premium.php on line 338 [17-May-2024 18:22:32 UTC] PHP Warning: Attempt to read property "ID" on null in /home/develgermanspros/public_html/wp-content/plugins/portfolio-filter-gallery-premium/portfolio-filter-gallery-premium.php on line 338
PHP version is 8.1, wordpress is at 6.5.3, and the premium plugin version is 7.1.2, and .user.ini contains the following:
memory_limit = 256M upload_max_filesize = 256M post_max_size = 256M max_input_vars = 5000 max_input_time = -1 max_input_nesting_level = 256 max_file_uploads = 100
- The topic ‘Unable to add new images to existing gallery – errors in php error_log’ is closed to new replies.