- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
/
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
cp -r /var/www/limesurvey/* /backup/ rm -rf /var/www/limesurvey/* wget https://download.limesurvey.org/latest-master/limesurvey6.2.7+230918.zip unzip limesurvey6.2.7+230918.zip cp limesurvey/* /var/www/limesurvey/ cp /backup/application/config/security.php /var/www/limesurvey/application/config/ cp /backup/application/config/config.php /var/www/limesurvey/application/config/ \cp -r /backup/upload/* /var/www/limesurvey/upload/ chown -R nginx:nginx /var/www/limesurvey/tmp /var/www/limesurvey/upload /var/www/limesurvey/application/config
Please Log in to join the conversation.
i did not overwrite any file because i renamed the old install-folder so no old files could be used...This sounds like not all old files were replaced with new versions. Make sure, that on unzipping the new files all old files are overwritten.
Please Log in to join the conversation.
Please Log in to join the conversation.
ok, some details are visible now...Try to activate debug mode in/applicaiton/config/config.php, then try again.
You should see a much more elaborate error. Please paste it here.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.