Currently, I had a problem regarding to Cacti and PHP with HTTP 500 Internal Server Error
I have installed :
MySQL 5.7.16
MySQL Workbench 6.3.8
PHP 5.5.33
Spine 0.8.8a
Net-SNMP 5.5.0-2
OpenSSL OpenSSL Light-1_0_2j
RRDTool 1.2.15-cygwin-1.5.20
VC++ 11 x64
VC++ 12 x64
Cacti 0.8.8f
Once all of that finished, I tried to install Cacti by connect to http://localhost/cacti (already extract cacti into C:inetpub/wwwroot) but HTTP 500 Internal Server Error appear.
EDIT : PHP SOLVED but Cacti still cant be installed.
(SOLVED) Can not install Cacti
Moderators: Developers, Moderators
(SOLVED) Can not install Cacti
Last edited by zetoo on Mon Dec 05, 2016 8:56 pm, edited 3 times in total.
Re: (Help) Can not install Cacti
Turn out, on php.ini
I forgot to remove semicolon (;). Now I need to log in into Cacti for installation but I got 500 HTTP Internal Server Error again.
My Cacti configuration :
$database_type = "mysql";
$database_dafault = "cacti";
$database_hostname = "localhost";
$database_username = "xxxx";
$database_password = "xxxx";
$database_port = "3306";
$database_ssl = false;
EDIT : $url_path = "/cacti/";
$cacti_session_name = "Cacti";
Cacti is extracted on C:\inetpub\wwwroot\Cacti.
Already tried to downgrade and upgrade both PHP and Cacti but still didnt work at all.
I forgot to remove semicolon (;). Now I need to log in into Cacti for installation but I got 500 HTTP Internal Server Error again.
My Cacti configuration :
$database_type = "mysql";
$database_dafault = "cacti";
$database_hostname = "localhost";
$database_username = "xxxx";
$database_password = "xxxx";
$database_port = "3306";
$database_ssl = false;
EDIT : $url_path = "/cacti/";
$cacti_session_name = "Cacti";
Cacti is extracted on C:\inetpub\wwwroot\Cacti.
Already tried to downgrade and upgrade both PHP and Cacti but still didnt work at all.
Last edited by zetoo on Mon Dec 05, 2016 8:52 pm, edited 1 time in total.
Re: (Help) Can not install Cacti
You missed adding a semicolon after that.zetoo wrote:$url_path = "/cacti/"
Re: (Help) Can not install Cacti
sorry, already fixed it.cigamit wrote:You missed adding a semicolon after that.zetoo wrote:$url_path = "/cacti/"
Re: (Help) Can not install Cacti
Turn out, I forgot to change two things:
- php.ini
delete semicolon (;) in front of extensions:
extension=php_curl.dll
extension=php_gd2.dll
extension=php_intl.dll
extension=php_ldap.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_snmp.dll
extension=php_sockets.dll
- config.php (inetpub/wwwroot/cacti/include/config.php)
$database_hostname = "127.0.0.1";
Sorry newbie mistakes
- php.ini
delete semicolon (;) in front of extensions:
extension=php_curl.dll
extension=php_gd2.dll
extension=php_intl.dll
extension=php_ldap.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_snmp.dll
extension=php_sockets.dll
- config.php (inetpub/wwwroot/cacti/include/config.php)
$database_hostname = "127.0.0.1";
Sorry newbie mistakes
Who is online
Users browsing this forum: No registered users and 2 guests