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]
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]
May i know your Cyberpanel Version ?
My current CP version is 2.1 …
whats build ? 1 or 2 ?
Build - 2.
can you do upgrade ?
official 2.1.2
but sometime developer fix some issue without changing the build number
Even after the upgrade, the CP reports: Installation failed. Error message: cannot unpack non-iterable int object [404]
Could I have disturbed anything after this - How to resolve PHPMyAdmin blank page error CyberPanel? - Solved Doc … so I can’t do the WP installation now?
CP main log file: [03.03.2022_10-48-57] (1045, “Access denied for user ‘root’@‘localhost’ (using password: YES)”)
at that case i cant help
because i never find that error ![]()
may @Dreamer know the solution ?
No any clue… Maybe @die2mrw007 know he is much better when nee to dig down.
did you change the sql root pass ?
or using same password from begining installation ?
Check this guide if you have changed MySQL root password: Some Dont's After Installing CyberPanel!
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.
I am sorry, dont understand your problem now.
PHPMyadmin itself dont have any password, it use mysql logins.
In this text, my problem is described under the second step, only the second part of that step does not suit me.
https://nextgenai.cloud/how-to-change-cyberpanel-admin-and-root-password-safely/
That is the old way, new way is described here → Some Dont's After Installing CyberPanel!
Because CyberPanel now comes with PHPMyadmin auto login.
Okay, but when I try to do this from the - MYSQL Password section, it reports “Permission denied” to me.
You can hire your self a system administrator, because the guide shared above is exactly what you need to do.
I will, of course. And you should hire someone for public relations. ![]()
this community represent usman and all cyberpanel developer team as an public relation ![]()
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
Where did such a long message come from, and I didn’t even ask anything.
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.
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.
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 ?

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 ![]()
glad you can solved it
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.
dude. i will not reply anymore
i talk generally not only about you…
Good night
excellent
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.
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
Solution is to update the password which seems you have changed in the below places:
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’: ‘’,
},
}
//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.