Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 2, 20196 yr I'm struggling with installation on CentOS 7. After steps listed below when I'm trying to reach my localhost/admin/install/index.php all I got is blank screen. sudo yum install httpd mariadb mariadb-server php php-common php-mysql php-gd php-xml php-mbstring php-mcrypt php-xmlrpc unzip wget -y sudo systemctl start httpd sudo systemctl start mariadb sudo systemctl enable httpd sudo systemctl enable mariadb sudo mysql_secure_installation mysql -u root -p CREATE DATABASE hhforum; GRANT ALL PRIVILEGES on hhforum.* to '******'@'localhost' identified by '***************'; FLUSH PRIVILEGES; exit sudo chown -R apache:apache /var/www/html/ sudo chmod -R 755 /var/www/html/ systemctl restart httpd I should mention, that I've disabled SELinux and firewall since I'm behind pfsense firewall.
January 2, 20196 yr Read this useful topic, might be help you: Also you can use CentminMod for an automated LEMP install: https://centminmod.com/
January 2, 20196 yr Author 3 hours ago, JohnDer said: Read this useful topic, might be help you: Also you can use CentminMod for an automated LEMP install: https://centminmod.com/ Thank You for that link. Looks detailed enough with explanation, will give it a try later.
January 3, 20196 yr Sorry to barge in, but what if we already running Invision on plain Apache, is there an upgrade path to PHP-FM+NGINX? Worth it?
January 4, 20196 yr Blank screen is a PHP error typically, anything in your error logs? What version of PHP is running? If it's out of the box RHEL repos, it's likely really really really old...
January 4, 20196 yr On 1/2/2019 at 4:41 AM, j3zz said: I'm struggling with installation on CentOS 7. After steps listed below when I'm trying to reach my localhost/admin/install/index.php all I got is blank screen. sudo yum install httpd mariadb mariadb-server php php-common php-mysql php-gd php-xml php-mbstring php-mcrypt php-xmlrpc unzip wget -y sudo systemctl start httpd sudo systemctl start mariadb sudo systemctl enable httpd sudo systemctl enable mariadb sudo mysql_secure_installation mysql -u root -p CREATE DATABASE hhforum; GRANT ALL PRIVILEGES on hhforum.* to '******'@'localhost' identified by '***************'; FLUSH PRIVILEGES; exit sudo chown -R apache:apache /var/www/html/ sudo chmod -R 755 /var/www/html/ systemctl restart httpd I should mention, that I've disabled SELinux and firewall since I'm behind pfsense firewall. Personally I would reinstall everything on a fresh centos using centosmod: https://centminmod.com/
January 5, 20196 yr Author Looks like I got too exited about new toy. I've re downloaded whole package from client area, unpacked it again and it works flawlessly now. Some files were gone while I was messing with package by moving it from different machines including VM's via FTP ... Anyway, thanks everyone who replied. Now I've compared those two packages. Time period between downloading them was around 3-4 days ...
Archived
This topic is now archived and is closed to further replies.