Hi,
I’ve created a new site in modx using xampp as my local host.
I’ve now got to the stage where i’m ready to upload the site live to a server. I’ve tried several time to connect to http://localhost/xampp/ so i can create a mysql database to upload on my server but i keep getting page load error message. Has anyone else had a similar experience?
This is the first time i’ve tried this with modx so i’m not overly confident i am doing this correctly.
Any help would be greatly appreciated
Regards
Holty33
What is the message? It maybe your .htaccess file causing issues.
Quote from: holty33 at Aug 05, 2008, 11:45 AM
Hi,
I’ve created a new site in modx using xampp as my local host.
I’ve now got to the stage where i’m ready to upload the site live to a server. I’ve tried several time to connect to http://localhost/xampp/ so i can create a mysql database to upload on my server but i keep getting page load error message. Has anyone else had a similar experience?
This is the first time i’ve tried this with modx so i’m not overly confident i am doing this correctly.
Any help would be greatly appreciated
Regards
Holty33
If your local MOx site is working, you already have a working MySQL database.
If you want to export the database files to upload to the remote server, you can probably use:
http://localhost/phpmyadmin/
or just
http://localhost/ or
http://127.0.0.1 if you want the xampp welcome page.
Thanks BobRay. I’ve managed to export my sql database and get my site up live.
Wondered if i could ask for your help again?
I’ve uploaded the site onto the live server and changed the resource path but now when i preview my site, i notice that my navigation has re-ordered itself. Is there a way i can correct this?
Kind regards
Holty33
-
☆ A M B ☆
- 24,524 Posts
Thank you for these links. I’ll have a look through and see if i can fix it.
Thanks
Holty33
Quote from: holty33 at Aug 06, 2008, 04:14 AM
Thank you for these links. I’ll have a look through and see if i can fix it.
Thanks
Holty33
The quick fix (though not the best fix) is to go into the Wayfinder source, find the SQL query, and take out the "GROUP BY" clause.