Announcement

#1 2016-04-20 21:04:03

Peter de Bruin
Member
Netherlands
2013-09-17
35

automatic installation fails

Hello/Hi/Greetings from Peter de Bruin,

Tried to install on Wamp 3.X64 the latest version of Piwigo but got endless failures.  The Database and user are created with phpMyAdmin and mysql connection checked through Dreamweaver. Time is Euro/Amsterdam in PHP.ini

Piwigo version: latest version from Netinstall

( ! ) Warning: [mysql error 1146] Table 'fotoalbum.piwigo_sessions' doesn't exist SELECT data FROM piwigo_sessions WHERE id = 'nvdkk2j914kb91857iml1288k2' ; in C:\wamp64\www\fotoalbum\piwigo\include\dblayer\functions_mysqli.inc.php on line 832
Call Stack
#    Time    Memory    Function    Location
1    0.0010    315920    {main}( )    ...\TMP9uy5cw.php:0
2    0.0010    391656    include_once( 'C:\wamp64\www\fotoalbum\piwigo\include\common.inc.php' )    ...\TMP9uy5cw.php:26
3    0.0380    3049712    session_start ( )    ...\common.inc.php:149
4    0.0380    3050472    pwg_session_read( )    ...\common.inc.php:149
5    0.0380    3050656    pwg_query( )    ...\functions_session.inc.php:152
6    0.0380    3050880    my_error( )    ...\functions_mysqli.inc.php:134
7    0.0380    3051192    trigger_error ( )    ...\functions_mysqli.inc.php:832

PHP version: 5.6.16
MySQL version: 5.7.9
Piwigo URL: http://localhost/fotoalbum

Offline

 

#2 2016-04-20 22:10:33

flop25
Piwigo Team
2006-07-06
7037

Re: automatic installation fails

hello
and a normal install one?


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

 

#3 2016-04-21 13:06:23

Peter de Bruin
Member
Netherlands
2013-09-17
35

Re: automatic installation fails

Did a new install of Wamp64 with user and album DB.  Then opened a file in www called Fotoalbum In there the unzipped Piwigo files. Via Admin loaded the index php page for getting the DB formated by Piwigo.  Many failures
as before - the normal index file of piwigo picture enclosed. No luck sofar. Thanks for your help as I want a test environment before going for the hosting services

Offline

 

#4 2016-04-21 13:08:43

flop25
Piwigo Team
2006-07-06
7037

Re: automatic installation fails

ha that's because of that recent version of MySQL [Github] Piwigo issue #443
that's rare to have succh a new version on hosting


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

 

#5 2016-04-21 15:07:20

Peter de Bruin
Member
Netherlands
2013-09-17
35

Re: automatic installation fails

I have a windows PC with Wamp 3.X64 wich comes with MYSQL 5.7.9.  Understand I have to step back to earlier version of MYSQL  Is Apache : 2.4.9 MySQL : 5.6.17 PHP : 5.5.12 PHPMyAdmin : 4.1.14 SqlBuddy : 1.3.3 XDebug : 2.2.5 all right with you? Thanks

Offline

 

#6 2016-04-21 15:09:36

flop25
Piwigo Team
2006-07-06
7037

Re: automatic installation fails

yes We did php7 compatibility in the last 2.8, and for 2.9 MySQL 5.7 is planed


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

 

#7 2016-04-21 15:29:13

Peter de Bruin
Member
Netherlands
2013-09-17
35

Re: automatic installation fails

Thanks Flop,  Stepped back with WAMP to an earlier release ( with stuff as described above ) and got an Piwigo album now working. One error when installing : Mailer error; Could not initiate mail function - see attached picture for your information.  However when opening the Gallery it seems to work just fine. Did not test any mail function yet . Thanks for your support and instant help as I am now on my way again.

Offline

 

#8 2016-04-21 15:33:43

flop25
Piwigo Team
2006-07-06
7037

Re: automatic installation fails

my experience shows that setting a server for mailing on local on Windows might be very frustrating ... online test will be much more conclusive


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

 

#9 2016-04-21 15:45:27

Peter de Bruin
Member
Netherlands
2013-09-17
35

Re: automatic installation fails

For the moment I would like to experiment on my PC/Dreamweaver/Wamp combi with the possibilities of the Piwigo album. Would like to start a family album with shared and private sections managed by the registrated user like father,mother and child.  Still have one trigger error when opening the album :

( ! ) Warning: script_basename "tmp13in1uj" unknown in C:\wamp\www\fotoalbum\piwigo\include\section_init.inc.php on line 163
Call Stack
#    Time    Memory    Function    Location
1    0.0000    318720    {main}( )    ..\TMP13in1uj.php:0
2    0.0870    4752096    include( 'C:\wamp\www\fotoalbum\piwigo\include\section_init.inc.php' )    ..\TMP13in1uj.php:27
3    0.0870    4754248    trigger_error ( )

Does not influence the working. It disappears as soon as I use an album function. Only appears when opening the first time, hope this info helps.  Cheers Peter

Offline

 

#10 2016-04-21 15:50:57

flop25
Piwigo Team
2006-07-06
7037

Re: automatic installation fails

honestly you have the worst the environment possible to test ;) As a Windows user and former Dreamweaver user too I can assure you that a standard LAMP install (not MySQL 5.7 ;) ) and a simple text editor is what you will really use and that's much robust than a WAMP where Windows specificities can generate issues. But that's my dev environnement and I sometimes need to distinguish between win errors and piwigo errors


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

 

#11 2016-04-21 16:01:06

Peter de Bruin
Member
Netherlands
2013-09-17
35

Re: automatic installation fails

Thanks for the advise Flop. I ignore for the moment the mail and trigger-error as the functionality will be working when I get into your Piwigo hosting services. For the moment I like to test the multi person possibilities. That is independent log-in of by the Administrator assigned person which can create their own or share photo's with the other in the family.  So Group = Family with 3 users Father, Mother and Son.  Hope when you upload that the logged in person can indicate share or private and manage their own albums with respective photo's. That's all  - maybe you have a seen a example somewhere?  Thanks for all your help and quick responses Really helpfull.

Offline

 

#12 2016-04-21 20:04:13

flop25
Piwigo Team
2006-07-06
7037

Re: automatic installation fails

that's the community plugin, but there is no advanced multi administration


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

 

#13 2016-04-21 20:48:04

Peter de Bruin
Member
Netherlands
2013-09-17
35

Re: automatic installation fails

Thanks Flop25

Offline

 

Board footer

Powered by FluxBB

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