CyberPanel Community

Cannot unpack non-iterable int object [404]

es
esamurai #1

When installing a WordPress application on a new website, it reports this error to me:

Installation failed. Error message: cannot unpack non-iterable int object [404]

28 replies
es
esamurai #3

My current CP version is 2.1 …

es
esamurai #5

Build - 2.

es
esamurai #7

Even after the upgrade, the CP reports: Installation failed. Error message: cannot unpack non-iterable int object [404]

es
esamurai #10

CP main log file: [03.03.2022_10-48-57] (1045, “Access denied for user ‘root’@‘localhost’ (using password: YES)”)

Dr
Dreamer #12

No any clue… Maybe @die2mrw007 know he is much better when nee to dig down.

MK
Mirza Khadnezar S [sick] #13

did you change the sql root pass ?
or using same password from begining installation ?

es
esamurai #15

I changed the root user password of phpMyAdmin, but now when I want to say the password to the CyberPanel system to use an updated password, in this way as you tell me, it reports to me that permission was denied.

RM
Rana Muhammad Usman Nasir #16

I am sorry, dont understand your problem now.

PHPMyadmin itself dont have any password, it use mysql logins.

es
esamurai #19

Okay, but when I try to do this from the - MYSQL Password section, it reports “Permission denied” to me.

RM
Rana Muhammad Usman Nasir #20

You can hire your self a system administrator, because the guide shared above is exactly what you need to do.

es
esamurai #21

I will, of course. And you should hire someone for public relations. :slight_smile:

MK
Mirza Khadnezar S [sick] #22

this community represent usman and all cyberpanel developer team as an public relation :slight_smile:

there is a some limitation about helping on forum and direct help.

some of personal customization can be answered here
and
some is not…

try use cwp-free and ask help at community
you will get less than here
why ? because they have additional cost for paid support (even for cwp-pro version)
or try cpanel
you can just sit and sleep
all your problem will takecared by them
but you know the price ? fantastic

es
esamurai #23

Where did such a long message come from, and I didn’t even ask anything. :slight_smile: I’m just kidding. Most open-source products have a certain learning curve they require, so community responses should never be short and incomplete. And let me tell you something I know, and that is sales. “Potential future customers are those users from the community who are satisfied with the overall service, so only when they overcome this barrier, they will decide to pay for one of the offered packages.” And I use cPanel on some sites, even Plesk, I also used some other commercial control panels, but after the updates, there are almost no bugs with them. And you have to count on that very much because in their case, it doesn’t waste users’ time or any correspondence on the forums.

es
esamurai #24

And I solved this problem, with cat / etc / cyberpanel / mysqlPassword I checked what the current password is, so I just returned that initial one. Now everything works. Only a few days of correspondence pass in vain due to ordinary trifles and incomplete answers.

MK
Mirza Khadnezar S [sick] #25

Who care with your life stories
hahahaha joking

did you know this is always happen ?
user always think cyberpanel just like other panel. No…(i think) cyber panel is not same… why ?

  1. cyberpanel is individual idea and hobbies
  2. cyberpanel need some knowledge about linux and troubleshooting
    so, when they have a problem, they think to get the answer as soon as possible like 1+1=2 without giving complete information.
    we all here not have mambojambo spell so we can trace your error, your timeline from start ended with error. your installation.
    image

then, for now cyberpanel has not released or has plans to update like other panels.
If you installed cyberpanal today, then the error is found today. Probably not owned by other users who installed cyberpanel last week.
although now when you see the version it’s the same.

i talk based on today, im not dev, staff, admin… cyberpanel currently focus on compatibility with litespeed and provide free support on this community even litespeed have paid support :slight_smile:

glad you can solved it

es
esamurai #26

It’s not my life story, it’s a niche of Web Hosting Control Panels, and it’s called the market, like it or not, your choice.
I never expect an immediate answer from you at all, nor did I say that you are obliged to do that, but I submitted the CP main log file at the very beginning and received one answer a day from you. Now it is resolved. I don’t know at all why then now you suddenly send long messages every hour. I guess we all have more important responsibilities.
In the future, I know which system administrator I will contact personally if I have problems, but I am also interested in learning as much as possible. Greetings.

MK
Mirza Khadnezar S [sick] #27

dude. i will not reply anymore

i talk generally not only about you…

Good night

excellent

es
esamurai #28

Okay if so, but it seems to me that you are experiencing everything too personally. It is not easy for us when a bug happens, because of the work itself, so you wait for an answer for more than 24 hours.

MK
Mirza Khadnezar S [sick] #29

lol
i am not

i can understand this
thats why i never touch the core anymore
my concept
i use cyberpanel
then my configuration should only edited using cyberpanel

RA
Rabia Abu Hanna #30

Solution is to update the password which seems you have changed in the below places:

Step 1:

search for DATABASES = and change root password to what you changed to

nano /usr/local/CyberCP/CyberCP/settings.py

The below users should both have the same password.

DATABASES = {
‘default’: {
‘ENGINE’: ‘django.db.backends.mysql’,
‘NAME’: ‘cyberpanel’,
‘USER’: ‘cyberpanel’,
‘PASSWORD’: ‘XXXXXXXX’,
‘HOST’: ‘localhost’,
‘PORT’: ‘’
},
‘rootdb’: {
‘ENGINE’: ‘django.db.backends.mysql’,
‘NAME’: ‘mysql’,
‘USER’: ‘root’,
‘PASSWORD’: ‘XXXXXXX’,
‘HOST’: ‘localhost’,
‘PORT’: ‘’,
},
}

Step 2:

//this only contains root password - check if it is same as root password you changed to

nano /etc/cyberpanel/mysqlPassword

Good luck as it works for me.

Sign in to reply