Jump to content
MakeWebGames

Mccodes


Sixpac

Recommended Posts

This means you don't have `ext-mysql` enabled - you can confirm this by running phpinfo() or `php -i`.

  • What kind of server do you have? VPS? Shared?
  • Is your server Linux based or other?
  • Are you familiar with installing and compiling extensions?
  • Confused 1
Link to comment
Share on other sites

I've done nothing much

I got the mccodes lite and uploaded the files through a free hosting service. I want to test some codes ( recently started to learn PHP)

 

I'm guessing there's something wrong phpmyadmin .. 

 

Server ? I think it's localhost .. 

I'm not familiar with installing extensions.

Link to comment
Share on other sites

1 hour ago, Sixpac said:

I've done nothing much

I got the mccodes lite and uploaded the files through a free hosting service. I want to test some codes ( recently started to learn PHP)

 

I'm guessing there's something wrong phpmyadmin .. 

 

Server ? I think it's localhost .. 

I'm not familiar with installing extensions.

Speak to your host about installing the extension you need.
Edit; Or, if your host supports Multi-PHP versions, then drop your PHP version down to something below PHP7

  • Confused 1
Link to comment
Share on other sites

1 hour ago, Sixpac said:

I've done nothing much

I got the mccodes lite and uploaded the files through a free hosting service. I want to test some codes ( recently started to learn PHP)

 

I'm guessing there's something wrong phpmyadmin .. 

 

Server ? I think it's localhost .. 

I'm not familiar with installing extensions.

You can run everything locally, on your machine which will make it easier as you won't have to rely on the free hosting provider to keep you up or deal with (likely) intrusive ads.

https://hub.docker.com/r/mattrayner/lamp

Or install mysql and php on your machine and run the server from the game root directory with `php -S localhost:8000` then navigate to http://localhost:8000

  • Thanks 1
Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...