Jump to content
MakeWebGames

funnybone

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by funnybone

  1. Re: Developing locally on your own local PHP/MySQL/Apache server omg it gave me same error and then i remembered :oops: :oops: :oops: :oops: the joomla local server has database username and password set to root after i remembered that it worked as you said. thank you thank you :) :)
  2. Re: Developing locally on your own local PHP/MySQL/Apache server dude it cannot be that easy can it :? :? lol i will try that then if it works i will smash my head against the wall repeatetly
  3. Re: Developing locally on your own local PHP/MySQL/Apache server I realize that my posts are long, but i am really trying to do a step by step so that hopefully this will be of help to other noobs once I/We have figured it out. Now i am wondering if I must fill in these details in installer.php ? print "Database Details: <form action='installer.php?step=install' method='post'> <table width='70%' border='1'> <tr> <td>MySQL Hostname: If unsure, localhost is the default on most servers</td> <td><input type='text' name='dbHostName' /></td> </tr> <tr> <td>MySQL Username:</td> <td><input type='text' name='dbUserName' /></td> </tr> <tr> <td>MySQL Password:</td> <td><input type='password' name='dbPassword' /></td> </tr> <tr> <td>MySQL Database: Please make sure the user has access to the database.</td> <td><input type='text' name='dbDatabase' /></td> </tr> </table> <hr /> Admin Details <table width='70%' border='1'> <tr> <td>Admin Username:</td> <td><input type='text' name='adUsername' /></td> </tr> <tr> <td>Admin Password:</td> <td><input type='password' name='adPassword' /></td> </tr> <tr> <td>Confirm Password:</td> <td><input type='password' name='adCPassword' /></td> </tr> <tr> <td>Admin Email Address:</td> <td><input type='text' name='adEmail' /></td> </tr> </table> <input type='submit' value='Install' /> </form>"; I am going to try this and see what happens, hope i am not flooding this topic edit: that did nothing but give me the same error message: MCCodes Installation 1. Config -> 2. InstallWrote mysql.php file... INSTALLATION ERROR: Table 'adminlogs' already exists > Back so i am now going to delete adminlogs via cpanel and see what happens, if nothing new happens i will go play some bf2 and wait for some expert help deleted adminlogs, opened installer.php - filled in the details and... MCCodes Installation 1. Config -> 2. InstallERROR: You did not fill in one or more elements of the form. Please go back and try again. so i give up for now, beaten but not crushed
  4. Re: Developing locally on your own local PHP/MySQL/Apache server MC Codes Installation 1. Config -> 2. Install Warning: mysql_connect(): Access denied for user: 'admin@localhost' (Using password: YES) in W:\www\joomla\installer.php on line 66 INSTALLATION ERROR: Access denied for user: 'admin@localhost' (Using password: YES) > Back steps taken created blank database test ( deleted the previous one ) installed db got to installer.php and entered following details: Database Details: MySQL Hostname: localhost If unsure, localhost is the default on most servers MySQL Username: root MySQL Password: root MySQL Database: test Please make sure the user has access to the database. Admin Details Admin Username: admin Admin Password: admin Confirm Password: admin Admin Email Address: [email protected] i then get the error message, so maybe i need to edit config.php ( whats needed in joomla), but i cannot find a config.php file maybe i am ( well probably) being stupid and am missing something here, if so please hit me against the head call me stupid and then help me :-D I know that I am asking for alot of hand holding but i seem to have hit a mental block to trying to figure this out, and my only point of reference is how i install joomla ( maybe this is the root of my problem) Thanks in advance ok tried something else deleted test db created new one called mccode went to mysql.php and saw the following: <?php $c = mysql_connect('localhost', 'root', 'root'); mysql_select_db('mccode', $c); $mykey=1513619456; ?> now i get this error ( glad its not the same as previous but not sure if i am making progress), I live in South Africa and there are no posts about mccode, so thanks for the help so far. MCCodes Installation 1. Config -> 2. InstallWrote mysql.php file... INSTALLATION ERROR: Table 'adminlogs' already exists > Back
  5. Re: Developing locally on your own local PHP/MySQL/Apache server ok i have downloaded from your link, will retry from your source and see what happens holding thumbs that it works, thanks for your prompt non flaming reply :)
  6. Re: Developing locally on your own local PHP/MySQL/Apache server hi there firstly this is my first post, total noob so please be gentle :-D i am battling to install mccodes on a local server (Ravenswood-JS-1.0.12.1) i am using this since i use it to do my joomla template designs in and it is basically the same as xlammp etc. Below is the error message that i get 1. Diagnostics >> 2. Configuration >> 3. Installation & Extras Basic Diagnostic Results: PHP version >= 4.2.0 OK Game folder writable OK MySQL support in PHP present OK Game installed at root level of domain or subdomain Failed One of the basic diagnostics failed, so Setup cannot continue. Please fix the ones that failed and try again. Now i have no knowledge of php except for joomla template configs :oops: and only want to install mccodes to see what it is capable of before maybe buying v2. Steps done so far : 1. phpadmin created blank database ( test) 2. sql db imported into above database 3. opened installer.php 4. got error message 5. googled trying to install code on local server 6. found your forum 7. been sitting around here swearing at my p.c and damaging my own self confidence 8. got revenge playing bf2 shooting peeps while shouting damm you .php :lol: any advice or pointers would be appriciated, and yes total nOOB so no need to remind me. :)
×
×
  • Create New...