Server IP : 68.65.122.142  /  Your IP : 18.227.190.202
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/elgg2/../spip/../phplite/../piwigo/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/elgg2/../spip/../phplite/../piwigo/notes.txt
1. We copy the mod_upgrade.php for auto upgrade and then after auto upgrade we revert the original file orig_upgrade.php
// Softaculous Change
define(PHPWG_IN_UPGRADE, true);
2. Change the $dbver in upgrade.php it is the value from database config table `piwigo_db_version` row
3.Please remove 'derivatives' and 'elegant' entries from [[dbprefix]]config table (i.e below the 'data_dir_checked' entry),as they are made automatically(since version 2.8.6).
4.PHP REQUIREMENT LINK : https://piwigo.org/guides/install/requirements (12.x.x onwards requires php 7.0))
5. Delete entry from `[[dbprefix]]activity` table as it creates after login.
6. Post login in manual installation, Enable all the languages from "configuration --> Languages" take a dump of a SQL and update our languages table and install.xml file accordingly.