Jump to content
MakeWebGames

Recommended Posts

Posted

Please help

I've been adding mods off of the threads into my game that I'm building to get back into MCCodes and all of the mods I add are returning nothing but a blank page.

Is there something wrong with the engine or are the codes being messed up by the forum?

Can someone please help me it would be greatly appreciated.

Posted

It could be many things, error in code, or could be your hosting, also depreciated mysql could be the cause of the blank return if you are using mysql and not mysqli,pdo, some hosting has made changes and completely removed mysql being used.

Posted

yea alot of mods are screwed here as adam said the forum did a move a while ago and some old code from the forums got left in some of the mods.

if you post links to where you got them i might be able to help fix some of them

Posted
Please help

I've been adding mods off of the threads into my game that I'm building to get back into MCCodes and all of the mods I add are returning nothing but a blank page.

Is there something wrong with the engine or are the codes being messed up by the forum?

Can someone please help me it would be greatly appreciated.

Perhaps checking/debugging the code would help. Use a decent code editor (such as Notepad++ or Sublime Text (preferred)) to help you spot the issues faster.

Most of the time, MWG's syntax highlighter inserts strange characters as a "newline", or turns "a" tags from something like

<a href='file.php'> to <a href="http://file.php">

for some reason

Make sure to bugcheck all code coming from here. Or shoot me a link and I'll repair it for you

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...