Cronwerks MCCode/MCCodes Forums

Please login or register.

Login with username, password and session length

News:

After purchasing with us the download link will be delivered to your forum message box.


This forum is now closed and has moved to a new location! Click here to find out why.

AuthorTopic: Version 2 Installation  (Read 506 times)

kieranrobo

  • Basic Member
  • *
  • Reputation Power: 62
  • kieranrobo has no influence.
  • Offline Offline
  • Posts: 26
    • View Profile
Version 2 Installation
« on: July 08, 2010, 03:09:28 AM »
Right. So ive got MCCODES v2. All my databases and all that are set up, but im having a problem trying to install it:


PHP version >= 4.2.0   OK
Game folder writable   Failed
MySQL support in PHP present   OK
Game installed at root level of domain or subdomain   OK

Its the diagnosis part of the installation.

Any help?!?!!?

Danny696

  • Senior Member
  • ****
  • Reputation Power: 317
  • Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.
  • Offline Offline
  • Posts: 540
    • View Profile
    • WWW
Re: Version 2 Installation
« Reply #1 on: July 08, 2010, 08:33:08 AM »
CHMOD the folder to 777
Logged
Project Choosen - 10%
Daniel - Hanson . Com

Danny696

  • Senior Member
  • ****
  • Reputation Power: 317
  • Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.
  • Offline Offline
  • Posts: 540
    • View Profile
    • WWW
Re: Version 2 Installation
« Reply #2 on: July 08, 2010, 08:42:40 AM »
Run this file (Note not tested):
Code: [Select]
<?php
$foldername 
dirname(__FILE__);
chmod($foldername0777);
echo
'Done!<br /><a href="/installer.php">Click here to install</a>';
?>

Logged
Project Choosen - 10%
Daniel - Hanson . Com

kieranrobo

  • Basic Member
  • *
  • Reputation Power: 62
  • kieranrobo has no influence.
  • Offline Offline
  • Posts: 26
    • View Profile
Re: Version 2 Installation
« Reply #3 on: July 08, 2010, 09:54:53 AM »
I fixed it. Hade to change public.html folder permissions :D
 


This forum is now closed and has moved to a new location! Click here to find out why.