Jump to content

Recommended Posts

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

JSdjS5q.png

I think it is allowed

1APRcHt.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
Link to comment
https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-155387
Share on other sites

  • 10 months later...
  • 1 month later...
  • 9 months later...
  • 1 month later...

If you get an error like this. It means you are missing a column in your data base.

spacer.png

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 by DarkOne
  • Good 1
Link to comment
https://metin2.dev/topic/14624-metin2cms-v212/page/3/#findComment-168995
Share on other sites

  • 3 months later...
  • 2 weeks later...
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

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
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.