You are viewing a single comment's thread.

view the rest of the comments →

0
0

[–] 13385579? [S] ago 

Thank you!

New problem if you don't mind. (sorry if you are the anon below and this is a duplicate for you)

This version of ownCloud requires at least PHP 5.6.0 You are currently running PHP 5.5.9-1ubuntu4.25. Please update your PHP version.

I THINK I installed PHP 7.0, but it still doesn't seem to work - I'm guessing the previous version is what's actively being used, and was not updated to/replaced by 7.

0
0

[–] 13385768? ago 

Your webserver (apache?) is misconfigured. You need to configure it so it uses PHP7 not 5. In your httpd.conf (in /etc/httpd/ or /etc/apache/) you need to comment in the line LoadModule php7_module modules/mod_php.so and comment out the php5 one. Verify with apt-get that you installed all the php7 or php7.1 stuff.

0
1

[–] 13392085? [S] 0 points 1 point (+1|-0) ago 

I GOT IT! THANK YOU!

THank you so very much for the help!

0
0

[–] 13391760? [S] ago 

Apache, yes.

In your httpd.conf (in /etc/httpd/ or /etc/apache/) you need to comment in the line LoadModule php7_module modules/mod_php.so and comment out the php5 one.

Trying to find it, but in case I cannot, how do I do this? How do I check the correct file address (/httpd/ or /apache/)?

Verify with apt-get that you installed all the php7 or php7.1 stuff.

Same here. How do I use apt-get to verify all php7 stuff? (think i snagged 7, was unaware of a 7.1)