FS72 Posted 2 hours ago Share Posted 2 hours ago Hello, I need to take care of a website that uses an old version of ProcessWire. The website needs to move to a new server. I have read that you have to install the software first and then transfer the data. Is this correct? Where can I download an old version 2.7? Link to comment Share on other sites More sharing options...
TomPich Posted 2 hours ago Share Posted 2 hours ago (edited) Hello, Why don’t you just move the files and the database? You don’t need to make a fresh install. Unlike WordPress, the database can be moved as it is. Then you have to change the DB config in the /site/config.php file. Be sure to check if the old version of PW works with the new PHP version. Edited 2 hours ago by TomPich add some advices Link to comment Share on other sites More sharing options...
FS72 Posted 2 hours ago Author Share Posted 2 hours ago I have transferred all files including the database. I have entered the access data for the database. The PHP version is the same. I get a 500 server error. Don't server paths have to be adjusted somewhere? Link to comment Share on other sites More sharing options...
FS72 Posted 1 hour ago Author Share Posted 1 hour ago I get the following error Error: Exception: load error: failed to find /var/www/XXXXXXXX/htdocs/site/templates/composition/html/styles/compile.less (in /usr/www/users/XXXXXXXX/XXXXXXXX/XXXXXXXX/site/templates/composition/lessphp/lessc.inc.php line 1818) The old server path looks like this: /var/www/XXXXXXXX/htdocs/ The new one, like this: /usr/www/users/XXXXXXXX/XXXXXXXX/XXXXXXXX/ Link to comment Share on other sites More sharing options...
zoeck Posted 52 minutes ago Share Posted 52 minutes ago You can find the 2.7 Versions here: https://github.com/ryancramerdesign/ProcessWire/tags But it looks more like you are using a less compiler (lessphp) somewhere in the templates, and it is trying to access the wrong path. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now