• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Reinstalling gesior

strutZ

Australian OT Member {AKA Beastn}
Joined
Nov 16, 2014
Messages
1,393
Solutions
7
Reaction score
552
Was going through gesior install and got this after admin account. any ideas?


Code:
Error occured!
Error ID: #E-7
More info: Cannot load class DOMDocument, file ./classes/class.domdocument.php doesn't exist

File: /var/www/gesior/install.php   Line: 27
File: Unknown   Line: Unknown
File: /var/www/gesior/classes/vocations.php   Line: 13
File: /var/www/gesior/classes/website.php   Line: 157
File: /var/www/gesior/classes/website.php   Line: 163
File: /var/www/gesior/system/load.compat.php   Line: 57
File: /var/www/gesior/install.php   Line: 443
 
@Gesior.pl bump same happened to me
TFS 1.3 - Gesior2012 [master-branch]

edit :

can't find it in any of other branches either. What's going on ?

update:

looks like its a file for the php itself but why is it not able to find it ?


update 2:

solved it by installing the module php extension php-dom

1. apt-get install php-dom
2. service apache2 restart
3. done
 
Last edited:
Back
Top