Announcement

#16 2021-11-19 15:28:17

windracer
Member
St. Pete, FL
2014-12-28
444

Re: Piwigo 12.1.0

In your include/constants.php, is the LOUNGE_TABLE constant there? Maybe not all of your files were upgraded?

Code:

if (!defined('LOUNGE_TABLE'))
  define('LOUNGE_TABLE', $prefixeTable.'lounge');

Offline

#17 2021-11-20 03:36:20

russmcclay
Member
2017-08-24
28

Re: Piwigo 12.1.0

windracer wrote:

In your include/constants.php, is the LOUNGE_TABLE constant there? Maybe not all of your files were upgraded?

Code:

if (!defined('LOUNGE_TABLE'))
  define('LOUNGE_TABLE', $prefixeTable.'lounge');

Thanks for the reply.  The line is there in constants.php

Also, in this thread another person has exactly the same problem with errors at the exact same code lines:

https://piwigo.org/forum/viewtopic.php? … 59#p182159

Offline

#18 2021-11-28 15:43:38

Jean-Pierre GRIOT
Guest

Re: Piwigo 12.1.0

Helo I have an issue with "Personal Favicon". I received the following message :
Warning: Parameter 2 to Favicon() expected to be a reference, value given in /var/www/html/photos/include/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php on line 63

#19 2021-11-28 17:26:44

erAck
Only trying to help
2015-09-06
1998

Offline

#20 2021-12-14 17:16:26

myVortexServers
Member
2021-08-04
20

Re: Piwigo 12.1.0

I've started with Piwigo 12 then upgraded to 12.1.0 with no problems but be warned, all plugins aren't compatible with this version so I suggest to test it out before you launch your gallery to public.

Offline

#21 2022-01-14 07:13:01

Tom Tarrant
Guest

Re: Piwigo 12.1.0

Thanks for the update!


Notice: Undefined offset: 5 in /var/www/piwigo.org/forum/include/parser.php on line 551

#22 2022-01-18 08:57:32

russmcclay
Member
2017-08-24
28

Re: Piwigo 12.1.0

A follow-up my problem reported earlier in this thread.  We were able to solve the problem by adding the missing table based on the schema found here:

[Github] Piwigo file install/piwigo_structure-mysql.sql

All that was necessary was:

CREATE TABLE `piwigo_lounge` (
  `image_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `category_id` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`image_id`,`category_id`)
) ENGINE=MyISAM;

After that the site worked. Then we upgraded from 12.1.0 to 12.2.0 without any errors.

Offline

#23 2022-03-14 23:11:24

Christopher Hensher
Guest

Re: Piwigo 12.1.0

I'm on latest version with smartpocket. Desktop view is working fine but suddenly mobile view of photos shows only code, including 'on line nn: Warning: Undefined variable $row_height in...' plus photo path.
What's happening here?

Board footer

Powered by FluxBB

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