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