JaJuMa Ultimate Image Optimizer 2.3.29

No permission to download
Joined
Jan 11, 2021
Messages
68
Reaction score
162
Credits
$127
thanks to dear member @waseemazam submitted a new resource:

JaJuMa Ultimate Image Optimizer - Next-Generation AVIF & WebP Optimized Images, Lazy Loaded + High Resolution Images


Read more about this resource...
 
This module does not work for me on M 2.4.6-p2
Do you have a newer version?

In ClassReader.php line 34:
Class "Jajuma\ImageOptimizerUltimate\Console\Command\Optimize" does not exist
change version number to right number 2.3.29
check your error detail ,i can not repeat your error .and test with M2.4.6 P2
you need to check your config about Conversion Tool ,make sure it is ok for you



 
change version number to right number 2.3.29
check your error detail ,i can not repeat your error .and test with M2.4.6 P2
you need to check your config about Conversion Tool ,make sure it is ok for you

View attachment 59285

View attachment 59286


I get this error when installing the module
btw cwebp is installed on the server

1. php bin/magento setup:upgrade

Error:

Updating modules:
Class "Jajuma\ImageOptimizerUltimate\Console\Command\Optimize" does not exist

Debug

[2023-09-25T05:18:46.233285+00:00] main.DEBUG: Source class "\Jajuma\ImageOptimizerUltimate\Logger\ScanImages"

for "Jajuma\ImageOptimizerUltimate\Logger\ScanImagesLogger" generation does not exist. {"exception":"[object] (RuntimeException(code: 0): Source class \"\\Jajuma\\ImageOptimizerUltimate\\Logger\\ScanImages\" for \"Jajuma\\ImageOptimizerUltimate\\Logger\\ScanImagesLogger\" generation does not exist. at /vendor/magento/framework/Code/Generator.php:223)"} []
 
Last edited:
1.about cwebp , read plugin user Manual from backend config page.
2.In most cases, this is a file permission issue.
 
Anyone else come across a problem with the database prefix?

Extension installs and is able to be configured however when we go to the status page we get 'table doesn't exist' as the prefix is missing

3 exception(s):
Exception #0 (Magento\Framework\DB\Adapter\TableNotFoundException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX_magento.jajuma_image_optimizer' doesn't exist, query was: SELECT `jajuma_image_optimizer`.`image_id` FROM `jajuma_image_optimizer` WHERE (status = 'success')
Exception #1 (Zend_Db_Statement_Exception): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX_magento.jajuma_image_optimizer' doesn't exist, query was: SELECT `jajuma_image_optimizer`.`image_id` FROM `jajuma_image_optimizer` WHERE (status = 'success')
Exception #2 (PDOException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX_magento.jajuma_image_optimizer' doesn't exist

If we change the database table name to match the above it also fails as it appears it is also looking for the prefix table in the same query.

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX_magento.mage_jajuma_image_optimizer' doesn't exist, query was: SELECT `main_table`.* FROM `mage_jajuma_image_optimizer` AS `main_table` LIMIT 20Exception in /home/XXXXXX/public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:603