Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2020, 01:38 PM
RedVapor
Fire Beetle
 
Join Date: Dec 2018
Posts: 7
Default Install for PEQ Database Editor

these were helpful for me in setting it up...

For debian buster the PHP version is 7.3 so you have to edit a different file. The first grep will find your path to the files needed then you can modify that path at the end of the sed commands below.


Also need to remove index.html and chown the directory

Code:
grep -r short_open_tag /etc/php/

grep short_open_tag /etc/php/7.3/apache2/php.ini
grep short_open_tag /etc/php/7.3/cli/php.ini

sudo sed -i 's/short_open_tag\ =\ Off/short_open_tag\ =\ on/g' /etc/php/7.3/apache2/php.ini
sudo sed -i 's/short_open_tag\ =\ Off/short_open_tag\ =\ on/g' /etc/php/7.3/cli/php.ini

grep short_open_tag /etc/php/7.3/apache2/php.ini
grep short_open_tag /etc/php/7.3/cli/php.ini

sudo vi config.php
sudo rm index.html

sudo chown -R www-data:www-data /var/www/html/

systemctl restart apache2
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:35 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3