Announcement

#1 2024-01-17 23:18:23

Jan Becket
Member
2015-01-17
41

Locked out of my site

Hello

My Piwigo site has become unavailable and gives this error message:

[mysql error 1146] Table 'janbeck_piwigo.piwigo_sessions' doesn't exist

The message occurs here on my site: https://www.janbecket.net/piwigo/index.php?/category/9

There are two other Piwigo sub-domain installations on my site and those are working fine, so Iʻm not sure this is related to the recent upgrade to version 14.1.0.

I do maintain backups of my site and normally I would be able to install one of those, but unfortunately I am traveling and do not have access to those. My trip is related to images on the site (an exhibit opening) and so it would be awkward if the site were not available.

Thanks for any assistance!

Jan







Piwigo URL: http://janbecket.net

Offline

 

#2 2024-01-18 00:04:52

erAck
Only trying to help
2015-09-06
2043

Re: Locked out of my site

Sounds like your database is corrupted. If you have access to it, e.g. via mysql or phpMyAdmin or other tools talking SQL, you could try to create the table using

Code:

CREATE TABLE `piwigo_sessions` (
  `id` varchar(255) binary NOT NULL default '',
  `data` mediumtext NOT NULL,
  `expiration` datetime NOT NULL default '1970-01-01 00:00:00',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM;

and hope that was the only fault.


Running Piwigo at https://erack.net/gallery/

Offline

 

Board footer

Powered by FluxBB

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