Image Optimizer for XF 2.0

Image Optimizer for XF 2.0 [Paid] 3.0.1

No permission to buy ($29.00)
I'll be sticking with the built in XF webp when I upgrade to 2.3
That's pretty much my plan as well.

I'm still waiting for a couple add-ons to release XF 2.3 compatible upgrades...but was hoping to improve things a bit while still running 2.2.
 
Hi. @truonglv, tell please when is the version for xenforo 2.3 planned? Because you first upgraded the version 3.0.1 and then removed it and downgraded to 2.2.1. As far as I understand, there is no support for xenforo 2.3 yet.
 
I upgraded to 2.3 then uninstall this but this error cannot remove in run-job
ErrorException: [E_WARNING] unlink(/var/www/****.com/src/addons/Truonglv/ImageOptimizer/scripts/gifsicle/.travis.yml): Permission denied in src/XF/Util/File.php at line 663
  1. XF::handlePhpError()
  2. unlink() in src/XF/Util/File.php at line 663
  3. XF\Util\File::deleteDirectory() in src/XF/Job/AddOnDeleteFiles.php at line 21
  4. XF\Job\AddOnDeleteFiles->run() in src/XF/Job/Manager.php at line 275
  5. XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 205
  6. XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 89
  7. XF\Job\Manager->runQueue() in src/XF/Admin/Controller/ToolsController.php at line 165
  8. XF\Admin\Controller\ToolsController->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 362
  9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 265
  10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
  11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
  12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
  13. XF\App->run() in src/XF.php at line 806
  14. XF::runApp() in admin.php at line 15

How can i stop it?
 
I upgraded to 2.3 then uninstall this but this error cannot remove in run-job


How can i stop it?
Sounds like your chmod permission issue.

Run PuTTy and use this:
Code:
sudo chown -R www-data:www-data /var/www/YourSite.com/
sudo chmod -R 755 /var/www/YourSite.com/

Or if you are on Shared server and use FTP to change directory chmod to make correct that are 755
 
At some point I got that horrible bug that deleted a good chunk of images from my website. Extremely disappointing, to say the least, but we have moved on from it. However I am getting really weary of these errors in my console whenever someone visits an old thread that has the images.

"League\Flysystem\FileNotFoundException: File not found at path: attachments/0/120-207cfea657d375d3ada78dbbdb7d8021.data src/vendor/league/flysystem/src/Filesystem.php:389

I would love to learn how to stop this error from appearing, how to erase these ghost images that this addon killed. Thank you in advance.
 
At some point I got that horrible bug that deleted a good chunk of images from my website. Extremely disappointing, to say the least, but we have moved on from it. However I am getting really weary of these errors in my console whenever someone visits an old thread that has the images.

"League\Flysystem\FileNotFoundException: File not found at path: attachments/0/120-207cfea657d375d3ada78dbbdb7d8021.data src/vendor/league/flysystem/src/Filesystem.php:389

I would love to learn how to stop this error from appearing, how to erase these ghost images that this addon killed. Thank you in advance.
Did this add-on cause a deleted attachment?

Disable add-on and try run rebuild attachment and use WEBP instead of XenForo core system
 
Is VPS Virtual Private Server? So I can't use it then?
You can, it just depends on how helpful and what options you have available from your current shared host. I allowed this on my shared hosting, and set up the requirements for my end users. However, I personally would not recommend this addon from past experience with it.
 
Ouch - how did it happen? on upgrading the addon? a user uploaded attachment triggered?
No, it happened during the add-on background cron optimizing images, but somehow several old images were lost (images uploaded after the add-on is installed are not affected).

I was able to recover some images from backup with the help of Xon, who created a single CLI script.
 
Ouch - how did it happen? on upgrading the addon? a user uploaded attachment triggered?
No, it happened during the add-on background cron optimizing images, but somehow several old images were lost (images uploaded after the add-on is installed are not affected).

I was able to recover some images from backup with the help of Xon, who created a single CLI script.
This is the same as what happened with me, and several of my customers.
 
Back
Top Bottom