You are not logged in.

#1 2016-01-15 18:40:40

thePhysicist8
Member
Registered: 2015-06-25
Posts: 17

[SOLVED] After upgrading to PHP 7, my Owncloud login screen is missng.

Hello all.

I discovered yesterday when I tried to restart my Apache server that my last pacman -Syu had included PHP 7 and I didn't notice. Following the instructions on this page, I updated my httpd.conf and php.ini so that I didn't get any errors when I restarted the Apache server or ran php -v. When I visit my site in the browser, instead of seeing the normal Owncloud login screen, I see a blank page with some HTML:

<!DOCTYPE html>
<!--[if lte IE 8]><html class="ng-csp ie ie8 lte9 lte8" data-placeholder-focus="false" lang="en" ><![endif]-->
<!--[if IE 9]><html class="ng-csp ie ie9 lte9" data-placeholder-focus="false" lang="en" ><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class="ng-csp" data-placeholder-focus="false" lang="en" ><!--<![endif]-->
	<head data-requesttoken="">
		<meta charset="utf-8">
		<title>
		ownCloud		</title>
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="referrer" content="never">
		<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
		<meta name="apple-itunes-app" content="app-id=543672169">
		<meta name="theme-color" content="#1d2d44">
		<link rel="shortcut icon" type="image/png" href="Memcache \OC\Memcache\APCu not available for local cache Is the matching PHP module installed and enabled?

Everything was working fine up until I updated PHP. I'm out of ideas as to what may still be wrong. Let me know if there's any other information I can provide.

Last edited by thePhysicist8 (2016-01-15 19:47:45)

Offline

#2 2016-01-15 19:19:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] After upgrading to PHP 7, my Owncloud login screen is missng.

Offline

#3 2016-01-15 19:37:26

thePhysicist8
Member
Registered: 2015-06-25
Posts: 17

Re: [SOLVED] After upgrading to PHP 7, my Owncloud login screen is missng.

karol wrote:

I had this set up properly before the server stopped working. Would updating PHP have changed something?

Offline

#4 2016-01-15 19:45:57

thePhysicist8
Member
Registered: 2015-06-25
Posts: 17

Re: [SOLVED] After upgrading to PHP 7, my Owncloud login screen is missng.

Sorry! I'm an idiot!

I didn't realize that that wiki page had been updated since I first set it up. In case anyone else is having this issue, here's the relevant part of the page:

Note: As of 2016-01-04 and OwnCloud 8.2.2, the "APCu Backwards Compatibility Module" is still needed and provided by the package php-apcu-bc. You need to add extension=apc.so AFTER extension=apcu.so in /etc/php/conf.d/apcu.ini

Thanks for the help.

Offline

Board footer

Powered by FluxBB