hawk17 Posted November 23, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 04/01/12 Last Seen: June 2, 2024 Share Posted November 23, 2014 Mi error es el siguiente todo esta bien puedo crear cuentas y loguear al servidor pero lo que no puedo hacer es loguear al control panel me aparece un mensaje vacio y como veran el login solo me dice : Login: y ya nada y no aparece la barra de informacion. Espero y me puedan ayudar gracias. Error.bmp Quote Link to comment Share on other sites More sharing options...
Garkor Posted November 23, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 69 Reputation: 3 Joined: 09/04/14 Last Seen: July 23, 2015 Share Posted November 23, 2014 Does you have the newest version of ceres control panel? You should download it from here: http://cerescp.sourceforge.net/ At newest version I doesnt have any error. Best regards Quote Link to comment Share on other sites More sharing options...
Toshiro Posted November 27, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 106 Reputation: 29 Joined: 11/08/11 Last Seen: 13 hours ago Share Posted November 27, 2014 (edited) It seems there are some configuration problems (webserver or PHP) regarding the language packs, that even affect older versions of CeresCP (like the one you are now using), which causes text that contains special characters (like è, é, ñ, ä) to not display anymore. If you have the spanish language pack active and receive an empty message box when trying to login, it seems to be mostly the "Incorrect Code." message that's not displayed (tested on latest version). I'll take a look at the general webserver/PHP configuration and the code and see if I can find a solution for this, but for now the only workaround is to just use the english translation. Update: Okay, I just figured out the problem. Since PHP 5.4 htmlentities, which is used for encoding the language pack texts, uses UTF-8 as default encoding, but we're having an ISO-8859-1 string, so it just returned an empty string. This has now been fixed in the newest version of CeresCP. Make sure you use the official SVN repository (or my GIT repo) to download from, instead of downloading from the download section, containing outdated pre-packed files. Edited November 27, 2014 by Toshiro Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.