Recent Posts

Pages: [1] 2 3 ... 10
1
2. Community Leadership and Moderator Roles
Some games implement programs that empower trusted players to Call of Duty Black Ops 6 Bot Lobbies become community moderators or ambassadors. These roles often come with:

Special privileges to moderate chat, forums, or report reviews

Early access to new content or features

Recognition on official platforms such as leaderboards or Black Ops 6 Bot Lobbies social media

This formal recognition not only motivates these players but also fosters a culture of responsibility and cooperation within the community.
2
General Discussion / Mmoexp Diablo 4 Items: More Balanced Gameplay
« Last post by Rozemondbell on Today at 08:08:17 AM »
Impact:
Builds now benefit more from weaving basics into Diablo 4 Items their rotation, making fights feel more fluid and less “burst or bust.” This change promotes sustained combat and strategic skill usage.

Overall Result
More Balanced Gameplay: Players can’t rely solely on Overpower burst; they need to use their whole toolkit effectively.

Build Diversity: More viable options open up, allowing for Diablo IV Items for sale creative combinations of basics and powerful skills.

Improved Solo and Group Play: Sustained damage and utility from basics help both solo players and teams perform better in varied combat situations.

Meta Shift: The meta shifts away from “spam Overpower” builds to more well-rounded playstyles emphasizing both burst and sustained damage.
3
General Discussion / Mmoexp FC 25 Coins: Best Players to Start With
« Last post by Rozemondbell on Today at 07:34:31 AM »
7. Best Players to Start With
Budget-friendly starters who punch above their weight:

Danilo Pereira (Brazil – CDM)

Luis Muriel (Colombia – ST)

Jonathan Clauss (France – RB)

Jude Bellingham (Real Madrid – CM, strong hybrid links)

These players offer strong stats, easy chemistry, and FC 25 Coins are cheap early on.

8. When to Spend and Save Coins
Spend coins on SBCs that give tradeable packs or special players.

Avoid opening gold packs with coins — return is rarely worth it.

Save coins to FC 25 Coins for sale buy meta players during market dips, like after Weekend League or promo drops.
4
Support / Re: SQLSTATE[23000] Error - Foreign Key Constraint in thread Table
« Last post by oabm77 on March 20, 2025, 10:22:31 PM »
Thank you for the clarification! I deleted the foreign key constraint as suggested, and it successfully resolved the issue.

I appreciate your support and quick response. Keep up the great work with Mibew!

Best regards,
5
Support / Re: SQLSTATE[23000] Error - Foreign Key Constraint in thread Table
« Last post by faf on March 20, 2025, 09:24:47 PM »
Would you recommend manually removing this foreign key constraint, or is there another preferred fix?

Yes, at the moment that's the fix. Delete the foreign key constraint.

As far as I can see, the cause of the issue in question is the difference between MySQL and MariaDB in how they handle inline references specification. While MySQL ignores them, MariaDB (starting from 10.5) attempts to apply  the constraint. Please, bear in mind that Mibew Messenger wasn't tested with MariaDB.
6
Support / Re: SQLSTATE[23000] Error - Foreign Key Constraint in thread Table
« Last post by oabm77 on March 20, 2025, 07:26:43 PM »
Hello,

Thank you for your response. Here are my answers to your questions:

It was a clean installation—I did not upgrade from a previous version.
I downloaded Mibew Messenger 3.6.0 directly from the official site.
No third-party plugins or modifications have been installed—it's a default setup.
Regarding the foreign key constraint issue, I checked the database schema, and the thread table does contain a foreign key reference to opgroup(groupid), which seems to be causing the problem.




Would you recommend manually removing this foreign key constraint, or is there another preferred fix?

Thanks for your help!

Best regards,
Omar B.
7
Support / Re: SQLSTATE[23000] Error - Foreign Key Constraint in thread Table
« Last post by faf on March 20, 2025, 06:54:40 PM »
Well, I'll take a look at the issue in question. However, I have several questions.

1. Is it a clean installation or you've upgraded from some previous version?

2. Have you downloaded the distribution of Mibew Messenger from our official site?

3. Do you use some third-party plugins or something else, that might affect Mibew Messenger?

You see, there should not be such foreign key in the database schema.
8
Support / SQLSTATE[23000] Error - Foreign Key Constraint in thread Table
« Last post by oabm77 on March 19, 2025, 07:14:22 PM »
Hello Mibew Team,

I recently installed Mibew Messenger on my server, and everything seemed to work fine. However, when starting a new chat session, I receive the following database error:

Code: [Select]
SQLSTATE[23000]: Integrity constraint violation: 1452
Cannot add or update a child row: a foreign key constraint fails (`chat_visae`.`thread`,
CONSTRAINT `thread_ibfk_1` FOREIGN KEY (`groupid`) REFERENCES `opgroup` (`groupid`))

My Setup:
Mibew Version: 3.6.0
PHP Version: 8.2
Database: 10.11.11-MariaDB
Web Server: Apache

Troubleshooting Steps Taken:
Checked the opgroup table using:

Code: [Select]
SELECT * FROM opgroup;
The table is not empty because I have already created groups and agents.

Questions:
Is this a known bug in recent Mibew versions?
Should Mibew automatically assign a valid groupid to chat threads?
What is the correct way to handle this foreign key constraint issue?

Any help would be greatly appreciated! Thanks in advance.

Best regards,
Omar B.
9
Support / Re: Problem with adding new users
« Last post by faf on January 22, 2025, 10:41:13 AM »
First of all, you'd better fix the email issue.

Second of all, take a look at this part of the code. Mibew Messenger tries to salt the password if it's possible. So, if you really need to alter the password directly in the database, you should calculate it manually. Or just set it to md5 hash of the password as it is written in the FAQ.

Otherwise, one could simply give your known user administrative permissions. It's defined by iperm field in the very same mibewoperator table.
10
Support / Problem with adding new users
« Last post by zhomart on January 15, 2025, 10:02:44 AM »
I need to add new users to mibew. In the mibewoperator table there is a user booster, he is an operator. I know his password. There is also a user admin and I forgot his password, and his password is hashed in the DB. I can't recover the password because the message does not arrive in the mail. That's why I can't add users via the admin panel, because I don't know the admin password. I copied the booster hashed password and put it to admin in DB. But I always get the error "Incorrect login or password". How can I deal with this situation?
Pages: [1] 2 3 ... 10