Cacti 1.2.3 window installer error - JavaScript enable

Post support questions that relate to the Windows 2003/2000/XP operating systems.

Moderators: Developers, Moderators

Post Reply
areast
Cacti User
Posts: 105
Joined: Wed Oct 29, 2014 5:08 am

Cacti 1.2.3 window installer error - JavaScript enable

Post by areast »

HI

Does anyone guide me how to fix this error?
Attachments
Untitled.png
Untitled.png (13.99 KiB) Viewed 16003 times
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by netniV »

Unfortunately, that is a masked error. The real error will be in the cacti.log or the apache php error log.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
areast
Cacti User
Posts: 105
Joined: Wed Oct 29, 2014 5:08 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by areast »

I do have enable below under php.ini but still not allow to install

; Notes for Windows environments :
;
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
; extension folders as well as the separate PECL DLL download (PHP 5+).
; Be sure to appropriately set the extension_dir directive.
;
;extension=bz2
extension=php_com_dotnet.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_gmp.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_mysqli.dll
extension=php_openssl.dll
extension=php_pdo_mysql.dll
extension=php_snmp.dll
extension=php_sockets.dll
zend_extension=php_opcache.dll
fastcgi.impersonate=1
fastcgi.logging=0
cgi.fix_pathinfo=1
cgi.force_redirect=0
error_log=d:\bin\php\php_errors.txt

extension=curl
extension=fileinfo
extension=gd2
extension=gettext
extension=gmp
extension=intl
extension=imap
extension=interbase
extension=ldap
extension=mbstring
extension=exif ; Must be after mbstring as it depends on it
extension=mysqli
extension=oci8_12c ; Use with Oracle Database 12c Instant Client
extension=odbc
extension=openssl
extension=pdo_firebird
extension=pdo_mysql
extension=pdo_oci
extension=pdo_odbc
extension=pdo_pgsql
extension=pdo_sqlite
extension=pgsql
extension=shmop

; The MIBS data available in the PHP distribution must be installed.
; See http://www.php.net/manual/en/snmp.installation.php
;extension=snmp

extension=soap
extension=sockets
extension=sqlite3
extension=tidy
extension=xmlrpc
extension=xsl
Attachments
Untitled.png
Untitled.png (38.24 KiB) Viewed 15987 times
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by netniV »

1.2.5 is due to be released so I would suggest trying that as it fixes a number of issues.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
areast
Cacti User
Posts: 105
Joined: Wed Oct 29, 2014 5:08 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by areast »

Tried 1.2.5 installer.exe
Same issue

d:\bin>cd php

d:\bin\php>php -m
PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP Warning: Module 'gettext' already loaded in Unknown on line 0
PHP Warning: Module 'gmp' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'interbase' (tried: D:\BIN\php\ext\interbase (The specified module could not be found.), D:\BIN\php\ext\php_interbase.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'ldap' already loaded in Unknown on line 0
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
PHP Warning: Module 'mysqli' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'oci8_12c' (tried: D:\BIN\php\ext\oci8_12c (The specified module could not be found.), D:\BIN\php\ext\php_oci8_12c.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_firebird' (tried: D:\BIN\php\ext\pdo_firebird (The specified module could not be found.), D:\BIN\php\ext\php_pdo_firebird.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_oci' (tried: D:\BIN\php\ext\pdo_oci (The specified module could not be found.), D:\BIN\php\ext\php_pdo_oci.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'snmp' already loaded in Unknown on line 0
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
[PHP Modules]
bcmath
bz2
calendar
com_dotnet
Core
ctype
curl
date
dom
exif
fileinfo
filter
gd
gettext
gmp
hash
iconv
imap
intl
json
ldap
libxml
mbstring
mysqli
mysqlnd
odbc
openssl
pcre
PDO
pdo_mysql
PDO_ODBC
pdo_pgsql
pdo_sqlite
pgsql
Phar
readline
Reflection
session
shmop
SimpleXML
snmp
soap
sockets
SPL
sqlite3
standard
tidy
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache
Attachments
Untitled.png
Untitled.png (43.72 KiB) Viewed 15936 times
User avatar
Osiris
Cacti Guru User
Posts: 1424
Joined: Mon Jan 05, 2015 10:10 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by Osiris »

Looks like cacti is looking for php.exe in a bad location. Messages will be in your Apache error log.
Before history, there was a paradise, now dust.
areast
Cacti User
Posts: 105
Joined: Wed Oct 29, 2014 5:08 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by areast »

Checked the path is correct installation path

PHP Version 7.2.20
Build Date Jul 2 2019 12:55:53
Compiler MSVC15 (Visual C++ 2017)
Architecture x64
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x64\instantclient_12_1\sdk,shared" "--with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x64\instantclient_12_1\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\windows
Loaded Configuration File D:\bin\php\php.ini

**********************
However I found this log
D:\bin\php>php.exe -i
PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP Warning: Module 'gettext' already loaded in Unknown on line 0
PHP Warning: Module 'gmp' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'interbase' (tried: D:\BIN\php\ext\interbase (The specified module could not be found.), D:\BIN\php\ext\php_interbase.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'ldap' already loaded in Unknown on line 0
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
PHP Warning: Module 'mysqli' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'oci8_12c' (tried: D:\BIN\php\ext\oci8_12c (The specified module could not be found.), D:\BIN\php\ext\php_oci8_12c.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_firebird' (tried: D:\BIN\php\ext\pdo_firebird (The specified module could not be found.), D:\BIN\php\ext\php_pdo_firebird.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_oci' (tried: D:\BIN\php\ext\pdo_oci (The specified module could not be found.), D:\BIN\php\ext\php_pdo_oci.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: Module 'snmp' already loaded in Unknown on line 0
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
phpinfo()
PHP Version => 7.2.20

.
.
.
.
Configuration File (php.ini) Path => C:\windows
Loaded Configuration File => D:\BIN\php\php.ini
User avatar
Osiris
Cacti Guru User
Posts: 1424
Joined: Mon Jan 05, 2015 10:10 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by Osiris »

Apache error_log?
Before history, there was a paradise, now dust.
areast
Cacti User
Posts: 105
Joined: Wed Oct 29, 2014 5:08 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by areast »

From D:\bin\Apache24\logs\error.log

[Tue Jul 23 15:51:23.221505 2019] [mpm_winnt:notice] [pid 3960:tid 612] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Tue Jul 23 15:51:23.221505 2019] [mpm_winnt:notice] [pid 3960:tid 612] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Tue Jul 23 15:51:23.221505 2019] [core:notice] [pid 3960:tid 612] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Tue Jul 23 15:51:23.252750 2019] [mpm_winnt:notice] [pid 3960:tid 612] AH00418: Parent: Created child process 4776
MIB search path: D:\BIN\php\extras\mibs
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
[Tue Jul 23 15:51:23.659000 2019] [mpm_winnt:notice] [pid 4776:tid 548] AH00354: Child: Starting 64 worker threads.
[Tue Jul 23 15:53:09.314816 2019] [mpm_winnt:notice] [pid 3960:tid 612] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Tue Jul 23 15:53:11.346059 2019] [mpm_winnt:notice] [pid 4776:tid 548] AH00364: Child: All worker threads have exited.
[Tue Jul 23 15:53:11.361684 2019] [mpm_winnt:notice] [pid 3960:tid 612] AH00430: Parent: Child process 4776 exited successfully.
[Tue Jul 23 15:53:15.455414 2019] [mpm_winnt:notice] [pid 1108:tid 604] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Tue Jul 23 15:53:15.455414 2019] [mpm_winnt:notice] [pid 1108:tid 604] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Tue Jul 23 15:53:15.455414 2019] [core:notice] [pid 1108:tid 604] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Tue Jul 23 15:53:15.455414 2019] [mpm_winnt:notice] [pid 1108:tid 604] AH00418: Parent: Created child process 4200
[Tue Jul 23 15:53:15.846035 2019] [mpm_winnt:notice] [pid 4200:tid 548] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
[Tue Jul 23 16:17:47.037001 2019] [mpm_winnt:notice] [pid 1108:tid 604] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Tue Jul 23 16:17:49.061952 2019] [mpm_winnt:notice] [pid 4200:tid 548] AH00364: Child: All worker threads have exited.
[Tue Jul 23 16:17:49.093214 2019] [mpm_winnt:notice] [pid 1108:tid 604] AH00430: Parent: Child process 4200 exited successfully.
[Tue Jul 23 16:18:26.291279 2019] [mpm_winnt:notice] [pid 1668:tid 632] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Tue Jul 23 16:18:26.291279 2019] [mpm_winnt:notice] [pid 1668:tid 632] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Tue Jul 23 16:18:26.291279 2019] [core:notice] [pid 1668:tid 632] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Tue Jul 23 16:18:26.291279 2019] [mpm_winnt:notice] [pid 1668:tid 632] AH00418: Parent: Created child process 872
[Tue Jul 23 16:18:26.775649 2019] [mpm_winnt:notice] [pid 872:tid 616] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
[Tue Jul 23 16:23:26.147552 2019] [core:error] [pid 872:tid 1104] (20024)The given path is misformatted or contained invalid characters: [client ::1:57491] AH00127: Cannot map GET /cacti/D:/bin/Apache24/htdocs/cacti/include/js/LC_MESSAGES/jquery-ui-datepicker-zh-CN.js?2daa2ea0d80a671cb5d425770c957890 HTTP/1.1 to file, referer: http://localhost/cacti/install/install. ... 3870205751
[Tue Jul 23 16:23:26.147552 2019] [core:error] [pid 872:tid 1104] (20024)The given path is misformatted or contained invalid characters: [client ::1:57491] AH00127: Cannot map GET /cacti/D:/bin/Apache24/htdocs/cacti/include/js/LC_MESSAGES/jquery-ui-timepicker-zh-CN.js?8542ca5ccf91e1ada3c1ea9ef0f057a6 HTTP/1.1 to file, referer: http://localhost/cacti/install/install. ... 3870205751
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
[Wed Jul 24 15:07:27.635834 2019] [mpm_winnt:notice] [pid 1668:tid 632] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 24 15:07:29.667080 2019] [mpm_winnt:notice] [pid 872:tid 616] AH00364: Child: All worker threads have exited.
[Wed Jul 24 15:07:29.713947 2019] [mpm_winnt:notice] [pid 1668:tid 632] AH00430: Parent: Child process 872 exited successfully.
[Wed Jul 24 15:07:31.370279 2019] [mpm_winnt:notice] [pid 1628:tid 652] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Wed Jul 24 15:07:31.370279 2019] [mpm_winnt:notice] [pid 1628:tid 652] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Wed Jul 24 15:07:31.370279 2019] [core:notice] [pid 1628:tid 652] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Wed Jul 24 15:07:31.385905 2019] [mpm_winnt:notice] [pid 1628:tid 652] AH00418: Parent: Created child process 5124
[Wed Jul 24 15:07:31.885895 2019] [mpm_winnt:notice] [pid 5124:tid 548] AH00354: Child: Starting 64 worker threads.
[Wed Jul 24 15:10:13.154979 2019] [mpm_winnt:notice] [pid 1628:tid 652] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 24 15:10:15.170919 2019] [mpm_winnt:notice] [pid 5124:tid 548] AH00364: Child: All worker threads have exited.
[Wed Jul 24 15:10:15.202166 2019] [mpm_winnt:notice] [pid 1628:tid 652] AH00430: Parent: Child process 5124 exited successfully.
[Wed Jul 24 15:10:16.173150 2019] [mpm_winnt:notice] [pid 2716:tid 636] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Wed Jul 24 15:10:16.173150 2019] [mpm_winnt:notice] [pid 2716:tid 636] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Wed Jul 24 15:10:16.173150 2019] [core:notice] [pid 2716:tid 636] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Wed Jul 24 15:10:16.173150 2019] [mpm_winnt:notice] [pid 2716:tid 636] AH00418: Parent: Created child process 5900
[Wed Jul 24 15:10:16.626282 2019] [mpm_winnt:notice] [pid 5900:tid 560] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
[Wed Jul 24 15:12:53.494811 2019] [mpm_winnt:notice] [pid 2716:tid 636] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 24 15:12:55.520121 2019] [mpm_winnt:notice] [pid 5900:tid 560] AH00364: Child: All worker threads have exited.
[Wed Jul 24 15:12:55.551367 2019] [mpm_winnt:notice] [pid 2716:tid 636] AH00430: Parent: Child process 5900 exited successfully.
[Wed Jul 24 15:12:56.629491 2019] [mpm_winnt:notice] [pid 5564:tid 652] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Wed Jul 24 15:12:56.629491 2019] [mpm_winnt:notice] [pid 5564:tid 652] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Wed Jul 24 15:12:56.629491 2019] [core:notice] [pid 5564:tid 652] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Wed Jul 24 15:12:56.629491 2019] [mpm_winnt:notice] [pid 5564:tid 652] AH00418: Parent: Created child process 108
[Wed Jul 24 15:12:57.113877 2019] [mpm_winnt:notice] [pid 108:tid 636] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
[Wed Jul 24 15:20:03.048786 2019] [php7:error] [pid 108:tid 1108] [client ::1:61615] script 'D:/bin/Apache24/htdocs/phpfino.php' not found or unable to stat
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
[Wed Jul 24 15:34:03.526398 2019] [mpm_winnt:notice] [pid 5564:tid 652] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 24 15:34:05.545111 2019] [mpm_winnt:notice] [pid 108:tid 636] AH00364: Child: All worker threads have exited.
[Wed Jul 24 15:34:05.576360 2019] [mpm_winnt:notice] [pid 5564:tid 652] AH00430: Parent: Child process 108 exited successfully.
[Wed Jul 24 15:34:06.545114 2019] [mpm_winnt:notice] [pid 1748:tid 664] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Wed Jul 24 15:34:06.545114 2019] [mpm_winnt:notice] [pid 1748:tid 664] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Wed Jul 24 15:34:06.545114 2019] [core:notice] [pid 1748:tid 664] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Wed Jul 24 15:34:06.545114 2019] [mpm_winnt:notice] [pid 1748:tid 664] AH00418: Parent: Created child process 4708
[Wed Jul 24 15:34:07.029497 2019] [mpm_winnt:notice] [pid 4708:tid 624] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
[Wed Jul 24 16:09:17.465819 2019] [mpm_winnt:notice] [pid 1748:tid 664] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 24 16:09:19.487243 2019] [mpm_winnt:notice] [pid 4708:tid 624] AH00364: Child: All worker threads have exited.
[Wed Jul 24 16:09:19.518522 2019] [mpm_winnt:notice] [pid 1748:tid 664] AH00430: Parent: Child process 4708 exited successfully.
[Wed Jul 24 16:09:20.558407 2019] [mpm_winnt:notice] [pid 5796:tid 532] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Wed Jul 24 16:09:20.558407 2019] [mpm_winnt:notice] [pid 5796:tid 532] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Wed Jul 24 16:09:20.558407 2019] [core:notice] [pid 5796:tid 532] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Wed Jul 24 16:09:20.558407 2019] [mpm_winnt:notice] [pid 5796:tid 532] AH00418: Parent: Created child process 2516
[Wed Jul 24 16:09:21.199028 2019] [mpm_winnt:notice] [pid 2516:tid 588] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
[Wed Jul 24 16:15:44.095599 2019] [mpm_winnt:notice] [pid 5796:tid 532] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 24 16:15:46.119178 2019] [mpm_winnt:notice] [pid 2516:tid 588] AH00364: Child: All worker threads have exited.
[Wed Jul 24 16:15:46.150427 2019] [mpm_winnt:notice] [pid 5796:tid 532] AH00430: Parent: Child process 2516 exited successfully.
[Wed Jul 24 16:15:47.228552 2019] [mpm_winnt:notice] [pid 5428:tid 632] AH00455: Apache/2.4.39 (Win64) configured -- resuming normal operations
[Wed Jul 24 16:15:47.228552 2019] [mpm_winnt:notice] [pid 5428:tid 632] AH00456: Apache Lounge VC15 Server built: Mar 28 2019 11:59:33
[Wed Jul 24 16:15:47.228552 2019] [core:notice] [pid 5428:tid 632] AH00094: Command line: 'D:\\BIN\\Apache24\\bin\\httpd.exe -d D:/bin/Apache24'
[Wed Jul 24 16:15:47.228552 2019] [mpm_winnt:notice] [pid 5428:tid 632] AH00418: Parent: Created child process 1512
[Wed Jul 24 16:15:47.697298 2019] [mpm_winnt:notice] [pid 1512:tid 596] AH00354: Child: Starting 64 worker threads.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-v' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
'-q' is not recognized as an internal or external command,
operable program or batch file.
User avatar
Osiris
Cacti Guru User
Posts: 1424
Joined: Mon Jan 05, 2015 10:10 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by Osiris »

That's what I thought, the installer can not find your PHP version. It will use c:/php/php.exe by default. If you install php there, the installer should work. There is a bug request to start using the OS's path, but that is not done yet.
Before history, there was a paradise, now dust.
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by netniV »

There's a future enhancement request tabled for 1.3.x to utilise the OS path over our own hard coded list of paths. That way, if PHP or spine has been installed properly it should be found. And since the path environment is usually the order that an OS expects it should be the same one that you'd use at the command line (aside from aliases!)

Starting from 1.2.5, the installer should actually tell you that it failed to find the location of PHP if there is an empty result for the modules list. There is a setting 'path_php_binary' in the settings table that should point to the correct location.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
dpell352
Posts: 13
Joined: Fri Jan 20, 2023 8:26 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by dpell352 »

I have a similar issue, but I'm not getting an error. At the initialization screen, it just has a cactus inside a spinning circle, but never gets beyond that.
Attachments
cacti.png
cacti.png (56.84 KiB) Viewed 9520 times
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by TheWitness »

You may have to force refresh your browser cache. There are a lot of good plugins for this, but if you clear your cacti for the Cacti site, that might be enough. I use the "Clear Cache" add on in Firefox.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
dpell352
Posts: 13
Joined: Fri Jan 20, 2023 8:26 am

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by dpell352 »

I cleared the cache, but still the same result. I also tried Chrome but got the same result.
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Cacti 1.2.3 window installer error - JavaScript enable

Post by TheWitness »

Bring up your browsers debug log and show the console. Likely a JS error there.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest