Amasty ChatGPT AI Content Generator for Magento 2

Amasty ChatGPT AI Content Generator for Magento 2 1.0.1

No permission to download
Joined
Jan 17, 2023
Messages
26
Reaction score
38
Credits
$84
thanks to dear member @belonet submitted a new resource:

Amasty ChatGPT AI Content Generator for Magento 2 - Amasty ChatGPT AI Content Generator for Magento 2

Maximize your productivity by automatically generating compelling descriptions and metadata for your online store pages. Focus on growing your business while AI Content Generator takes care of your content needs.

  • Generate content for product and category pages
  • Add metadata to product, category and CMS pages
  • Create content for multiple products with one click
  • Generate texts via Page Builder
  • Take advantage of OpenAI integration

Read more about this resource...
 
I installed but when I run php -f bin/magento setup:upgrade
I get
In ClassReader.php line 43:

Class Amasty\Base\Utils\BatchLoader does not exist


In ClassReader.php line 36:

Class Amasty\Base\Utils\BatchLoader does not exist
In most cases, this situation is due to a file permission issue in the generated code directory. Please fix it
 
In most cases, this situation is due to a file permission issue in the generated code directory. Please fix it
I run
Code:
find . -type f -exec chmod 644 {} \;           
find . -type d -exec chmod 755 {} \;       
chmod -Rf 777 var
chmod -Rf 777 pub/static
chmod -Rf 777 pub/media
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
chmod -Rf 775 bin

and everything is the same
 
I run
Code:
find . -type f -exec chmod 644 {} \;           
find . -type d -exec chmod 755 {} \;       
chmod -Rf 777 var
chmod -Rf 777 pub/static
chmod -Rf 777 pub/media
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
chmod -Rf 775 bin

and everything is the same
please config generated and all subdirectory folder with 777
you can find system will auto to work
 
please config generated and all subdirectory folder with 777
you can find system will auto to work
I navigated to folder GENERATED and run
Code:
chmod -R 777 .
All subfolders have permission 777

And result is:
Code:
Cache cleared successfully
File system cleanup:
/home/seva/kaciga.rs/generated/code/Amasty
/home/seva/kaciga.rs/generated/code/Amazon
/home/seva/kaciga.rs/generated/code/Composer
/home/seva/kaciga.rs/generated/code/Dotdigitalgroup
/home/seva/kaciga.rs/generated/code/MageWorx
/home/seva/kaciga.rs/generated/code/Magefan
/home/seva/kaciga.rs/generated/code/Magento
/home/seva/kaciga.rs/generated/code/Sm
/home/seva/kaciga.rs/generated/code/Swissup
/home/seva/kaciga.rs/generated/code/Symfony
/home/seva/kaciga.rs/generated/code/Vertex
/home/seva/kaciga.rs/generated/code/WeSupply
/home/seva/kaciga.rs/generated/code/WeltPixel
The directory '/home/seva/kaciga.rs/generated/metadata/' doesn't exist - skipping cleanup
/home/seva/kaciga.rs/pub/static/frontend
Updating modules:
Class Amasty\Base\Utils\BatchLoader does not exist
In ClassReader.php line 43:
  Class Amasty\Base\Utils\BatchLoader does not exist
In ClassReader.php line 36:
  Class Amasty\Base\Utils\BatchLoader does not exist
 
I navigated to folder GENERATED and run
Code:
chmod -R 777 .
All subfolders have permission 777

And result is:
Code:
Cache cleared successfully
File system cleanup:
/home/seva/kaciga.rs/generated/code/Amasty
/home/seva/kaciga.rs/generated/code/Amazon
/home/seva/kaciga.rs/generated/code/Composer
/home/seva/kaciga.rs/generated/code/Dotdigitalgroup
/home/seva/kaciga.rs/generated/code/MageWorx
/home/seva/kaciga.rs/generated/code/Magefan
/home/seva/kaciga.rs/generated/code/Magento
/home/seva/kaciga.rs/generated/code/Sm
/home/seva/kaciga.rs/generated/code/Swissup
/home/seva/kaciga.rs/generated/code/Symfony
/home/seva/kaciga.rs/generated/code/Vertex
/home/seva/kaciga.rs/generated/code/WeSupply
/home/seva/kaciga.rs/generated/code/WeltPixel
The directory '/home/seva/kaciga.rs/generated/metadata/' doesn't exist - skipping cleanup
/home/seva/kaciga.rs/pub/static/frontend
Updating modules:
Class Amasty\Base\Utils\BatchLoader does not exist
In ClassReader.php line 43:
  Class Amasty\Base\Utils\BatchLoader does not exist
In ClassReader.php line 36:
  Class Amasty\Base\Utils\BatchLoader does not exist
checked package ,it is not include base core .now you can find it from here
 
Top