OctoberCMS Build: 443
PHP Version: 7.1.x
hit the system updates button to upgrade OC version from 443 to 447.
It didnt go through due to a permission file denied error.
And now, I cant connect to the backend anymore because of this error:
Call to undefined method October\Rain\Router\Helper::replaceParameters()
in /var/www/html/scheduler/modules/backend/widgets/Lists.php line 667
upgrade from 443 to latest version
@chrisvidal Use composer to upgrade. Should solve your issue.
I tried the command
php artisan october:update
but still the same error.
I dont have a composer.json at the root of the installation
Copy composer.json from the GitHub and run php composer update.
I got this error
mmap() failed: [12] Cannot allocate memory
PHP Fatal error: Out of memory (allocated 594550784) (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php on line 126
@chrisvidal allocate more memory? :)
I am on DigitalOcean.
I had to create a swap file memory, and install missing php-ext
it seems to be working now
thanks
Most helpful comment
@chrisvidal Use composer to upgrade. Should solve your issue.