Replies: 1 comment 3 replies
-
Because you don't have composer dependencies installed. Composer.phar aka composer you can get from. https://getcomposer.org/download/ Or you can download just release version with dependencies installed already. I'll publish new version tomorrow if you can wait :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been awhile since I looked at my Live Helper version because it was functioning so well and noticed I needed an upgrade 3.70 to 4.52 and followed all the steps in the upgrade instructions. When I got to step 6 I got stumped as there is no composer install or composer update file to call in the browser in the new master files. How am I supposed to upgrade composer as per this line: Overwrite composer.json and composer.lock files and run composer install or composer update command. Tried these: livehelper/index.php/site_admin/composer/update and livehelper/index.php/site_admin/system/update. What am I missing, the instructions are a little vague?
Update: Noticed this error in my error log: [23-Feb-2025 17:28:23 UTC] PHP Fatal error: require_once(): Failed opening required 'lib/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/username/public_html/livehelper/index.php on line 30
Looked in the lib/vendor/ directory and autoload.php isn't there.
Beta Was this translation helpful? Give feedback.
All reactions