vinkogyorgy 1 Posted February 19, 2023 Share Posted February 19, 2023 (edited) 20 minutes ago, IonutRO said: Szerintem a GD könyvtár nincs engedélyezve. Ellenőrizze ezt: https://stackoverflow.com/questions/2283199/enabling-installing-gd-extension-without-gd I think it is allowed Edited February 19, 2023 by Metin2 Dev Core X - External 2 Internal 1 Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-155387 Share on other sites More sharing options...
Metaphor1 0 Posted February 19, 2023 Share Posted February 19, 2023 Not working for me too, same problem as @vinkogyorgy Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-155388 Share on other sites More sharing options...
NoIdeaForAnickName 5 Posted February 19, 2023 Share Posted February 19, 2023 Can someone explain what should I do to login as admin? I have blank panel. When I try to find column "web_admin" I cant find it. How can I add this column? I use TMP4. 3 Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-155395 Share on other sites More sharing options...
liukefu 1 Posted January 2, 2024 Share Posted January 2, 2024 (edited) Where can I find the complete database update script,Thanks ! Edited January 2, 2024 by liukefu Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-162072 Share on other sites More sharing options...
adv1453 69 Posted February 15, 2024 Share Posted February 15, 2024 my new account get Account is temporarily blocked. () why? Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-163190 Share on other sites More sharing options...
metrix2020 6 Posted November 17, 2024 Share Posted November 17, 2024 How can i change the default port 3306 to another? Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-168221 Share on other sites More sharing options...
DarkOne 14 Posted January 12 Share Posted January 12 If your register page is blank. Go to php.ini file. search this ;extension=gd remove ; then restart the server 1 Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-168992 Share on other sites More sharing options...
DarkOne 14 Posted January 12 Share Posted January 12 (edited) If you get an error like this. It means you are missing a column in your data base. Goto into Navicat and add new Query and type this and run ALTER TABLE account ADD COLUMN web_admin int NOT NULL DEFAULT 0; this will add the new table into the account. In my case I also had to add coins and jcoins. For the admin panel to show up go back into Navicat and select an account and under web_admin change from 0 to 9. Edited January 12 by DarkOne 1 Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-168995 Share on other sites More sharing options...
Shiki007 0 Posted April 20 Share Posted April 20 sorry guys, cant find the Go to php.ini file. can you help pls? Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-170439 Share on other sites More sharing options...
Hyu 2 Posted April 30 Share Posted April 30 On 4/20/2025 at 3:05 PM, Shiki007 said: sorry guys, cant find the Go to php.ini file. can you help pls? php.ini is not part of the source files ; Enable GD extension extension=gd ; Increase upload limits upload_max_filesize = 50M post_max_size = 50M Instead of modifying php.ini i've added the custom-settings.ini above and registration is working COPY ./custom-settings.ini /usr/local/etc/php/conf.d/ Link to comment https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-170568 Share on other sites More sharing options...
Recommended Posts
Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now