.33b Cannot delete host
-
Strange problems are popping up, and not once, this is at least 3 host I cannot delete. Errors keep popping up on the web page, is there a way to delete them in the database and which tables do I remove them from?
There error is something like ID is invalid
-
Can you show a screenshot?
-
I just tested and delete works fine on my end. Maybe provide error logs as well?
-
It may be morning time, I am not currently at the office. I will get you a screenshot in the A.M.
-
This is the message
-
Is this if you’re manually trying to delete?
What I mean is are you typing the command into the address bar? Or do you have hosts that don’t have valid IDs?
-
This is if I delete them through the website after they have been registered. It seems to have something to do with maybe not setting the image or the operating system? I am not sure but some work, some do not work. I also ran into this after one was registered and I change the station name, then tried to delete it.
-
Also I noticed if I am in the host section and update a record a message pops up extremely fast on the screen before it redirects.
FOG ERROR: Location: Record not found, no data array or ID passed.
That is not the verbatim message, I had to click it 10 times to read it all.
-
I am also having this same issue. Has anyone found a fix for it? How can I manually delete the host? I cannot even do any tasks with the host…
-
What revision of 0.33b are you working with?
-
[quote=“Tom Elliott, post: 24644, member: 7271”]What revision of 0.33b are you working with?[/quote]
ive just updated to 1379.
-
Are you still seeing this same issue?
-
[quote=“Tom Elliott, post: 24650, member: 7271”]Are you still seeing this same issue?[/quote]
yes. even if i edit the host i want to delete i get a debug error. is there a directory somewhere I can manually delete this? I’ve even tried to delete it from the host machine itself and get a “failed to delete” message…
-
[quote=“cpom1, post: 24652, member: 22638”]yes. even if i edit the host i want to delete i get a debug error. is there a directory somewhere I can manually delete this? I’ve even tried to delete it from the host machine itself and get a “failed to delete” message…[/quote]
When you went to 0.33b, did you upgrade from 0.32?
-
[quote=“Tom Elliott, post: 24653, member: 7271”]When you went to 0.33b, did you upgrade from 0.32?[/quote]
no. just installed 0.33b
-
So how did you create the host? How are you seeing the host?
-
[quote=“Tom Elliott, post: 24655, member: 7271”]So how did you create the host? How are you seeing the host?[/quote]
Basically i went through the PXE boot and menu came up and did Host Add.
-
so is there anything I can do? I am stuck here and need to take the image from this computer
-
install php my admin and delete the host out of the hosts table.
Or run the sql query:
“DELETE FROM hosts WHERE hostID=”" OR hostID=“0"”
-
[quote=“BPSTravis, post: 24665, member: 22444”]install php my admin and delete the host out of the hosts table.
Or run the sql query:
“DELETE FROM hosts WHERE hostID=”" OR hostID=“0"”[/quote]
OMG! thanks!!!