Hello,
My Xibo Currently is version 1.8 self hosted working through Web application. Does anyone have a method or recommendation for updating to update Version 3.0
if you’re using custom install take a look in this topic:
basically you need:
PHP 7.2
pay attention to all php.ini configuration requirements reported by Xibo
Delete the 1.8.11 files, keeping only the ‘web/settings.php’ file (that is your database connection)
Paste the new CMS V2.3 files into the old CMS files folder
Configure the folder ‘vendor/bin’ according to the topic below:
Open CMD in administrator mode, and run the command:
'php vendor/bin/phinx migrate -c phinx.php'
You have migrated to version 2.3, now do the same process, updating …
1 Like
system
Closed
August 30, 2024, 8:33pm
3
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.