View Single Post
  #7  
Old 2nd September 2017, 15:43
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Default
[quote=thartley55;50546]
Quote:
Originally Posted by outtyrox View Post
Code:
        
        $myfile = fopen("newfile.txt", "w") or die("Unable to open file!");

        fwrite($myfile, $sqlContents);

        fclose($myfile);
So, where does this part get placed?

you don't need that part. it was from before were I worked to get the export of the default database.



I'm hoping someone will automate importing the default .sql database for step 3.

--------------------------------------------------------------------------------------------


until someone automates case 3 you can just import the .sql file attached below.


here's how:

1. first just comment out all of step 3 commands in install.php for now or remove everything but this.


Code:
case 3:
showmessage("MySQL Tables has been created & confirmed. Basic settings are being configured...");
break;
2. then import the attached .sql file from your cpanel thru myphpadmin

Code:
http://www64.zippyshare.com/v/ypsdhmBB/file.html
Code:
how to video: https://www.youtube.com/watch?v=jW5lrS6EUPM


Click the image to open in full size.

note: don't forget to edit the config.php with your database info also

3. now proceed as normal and run the install.php and your in business.

Last edited by outtyrox; 2nd September 2017 at 16:08.
Reply With Quote
The Following User Says Thank You to outtyrox For This Useful Post:
z3ro (2nd September 2017)