Announcement

#1 2017-01-27 21:21:03

mervyngroves
Member
2014-07-14
11

Errors when trying to install Piwigo on one.com shared hosting

Hi,

Trying to install Piwigo 2.8.6 on one.com hosting and get the following eror message:

Warning: session_start(): Failed to read session data: user (path: /path_to/tmp) in  /path_to/gallery_2014/include/common.inc.php on line 149 Warning: Cannot modify header information - headers already sent by (output started at  /path_to//gallery_2014/include/common.inc.php:149) in  /path_to/gallery_2014/include/page_header.php on line 101.

I also cannot login to the installation. No error message .........



Piwigo version: 2.8.6
PHP version: 7.1
MySQL version: MariaDB
Piwigo URL: http://ngnet.one/gallery_2014

Offline

 

#2 2017-01-27 21:38:57

mervyngroves
Member
2014-07-14
11

Re: Errors when trying to install Piwigo on one.com shared hosting

Downgraded to PHP 7.0 and no problems.

Offline

 

#3 2017-01-30 12:42:12

flop25
Piwigo Team
2006-07-06
7037

Re: Errors when trying to install Piwigo on one.com shared hosting

that error appears on other installation using 7.1 but only on a Windows server: could you tell us what server are you using?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#4 2017-01-30 14:38:57

mervyngroves
Member
2014-07-14
11

Re: Errors when trying to install Piwigo on one.com shared hosting

One.com basic hosting: Linux web11 4.4.26-20161020-1031-05fc878
PHP Version 7.0.15

Offline

 

#5 2017-01-30 14:50:19

flop25
Piwigo Team
2006-07-06
7037

Re: Errors when trying to install Piwigo on one.com shared hosting

could you try [Github] Piwigo issue #611 ?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#6 2017-01-30 20:04:27

mervyngroves
Member
2014-07-14
11

Re: Errors when trying to install Piwigo on one.com shared hosting

Substituting the code worked...on PHP Version 7.1.1.

if ($result)
{
$row = pwg_db_fetch_assoc($result);

if (is_null($row['data'])) {
return '';
}
return $row['data'];
}

else
{
return '';
}




http://ngnet.one/gallery_2014/

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact