You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cacti installer is broken on fresh install of 1.2.10.
The GUI shows an "action failed" message with a few warnings:
Action failed
Sorry, we could not process your last action.
Error: 200 OK
Reason:
Notice: Undefined index: name in /var/www/cacti-testing/htdocs/cacti/lib/installer.php on line 1079
Notice: Undefined index: name in /var/www/cacti-testing/htdocs/cacti/lib/installer.php on line 1080
Notice: Undefined index: name in /var/www/cacti-testing/htdocs/cacti/lib/installer.php on line 1081
Notice: Undefined index: name in /var/www/cacti-testing/htdocs/cacti/lib/installer.php on line 1088
{"Mode":1,"Step":1,"Errors":[],"Eula":null,"Prev":{"Text":"Previous","Step":0,"Enabled":false,"Visible":true},"Next":{"Text":"Begin","Step":2,"Enabled":false,"Visible":true},"Test":{"Text":"Test Connection","Step":-4,"Enabled":true,"Visible":false},"Theme":"modern","StepData":{"Eula":null,"Theme":"modern","Language":"en-US"},"Html":"
Also see attached screenshot.
To Reproduce
Steps to reproduce the behavior:
Install a fresh copy of cacti 1.2.10
Populate the cacti database (using cacti.sql)
Edit include/config.php with your DB settings
Point your browser to the installation site.
See error
Expected behaviour
Installer should proceed normally and without warnings.
this stupid error still persist! how developers can release a broken version? where's the real fix commit due after applied 501009a there's no files or fixeds .. neither commit 8e68706 not fix anything!
How can people not search properly to find a simple fix?
I would suggest before berating people, you try asking nicely for help. For now, this was fixed and verified.
Cacti
locked as too heated and limited conversation to collaborators
Mar 20, 2020
netniV
changed the title
Cacti installer is broken on fresh install of 1.2.10
Packages that are not properly formatted can cause installation issues
Apr 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The cacti installer is broken on fresh install of 1.2.10.
The GUI shows an "action failed" message with a few warnings:
Also see attached screenshot.
To Reproduce
Steps to reproduce the behavior:
cacti.sql
)include/config.php
with your DB settingsExpected behaviour
Installer should proceed normally and without warnings.
Screenshots

Desktop
Additional context
This is somewhat similar to #3323, except this is a fresh install, not an upgrade.
Removing
'Cacti_Stats.xml.gz'
frominstall/functions.php
does allow the installation to continue.The text was updated successfully, but these errors were encountered: