Jump to content
MakeWebGames

Grpg V2 (Issue which needs fixed)


SwiftGameR

Recommended Posts

Right so get to the point there is a slight issue with the grpg v2 engine if you have purchased this engine and are having issues please do the following.

open up your dbcon.php located in "inc/dbcon.php" and look for 

if (!file_exists(__DIR__.'/config.php') && !defined('INSTALLER')) {
    exit(header('Location: /install'));
}

change this to 

if (!file_exists(__DIR__.'/config.php') && !defined('INSTALLER')) {
    exit(header('Location: /install/install.php'));
}

 

I do not work for the GRPG Team just this bug has not been patched and people are buying the engine and prob request a refund so figured so save any hassle i have left adam and mtg a message on another topic but i posted the fix here for anyone who purchases it before it gets patched.

@Magictallguy when i tried it just error out saying something like to many redirects i think but once i actually set the location to the file it worked perfectly.

Just thought i would make a thread as i messaged Adam about it but hes most likely busy and plus someone emailed me asking for help to fix it get it fixed save any problems issues refunds etc.

Edited by SwiftGameR
  • Like 1
Link to comment
Share on other sites

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