- Joined
- Mar 13, 2010
- Messages
- 917
I'd try looking for a youtube tutorial or something. Currently on mobile and don't have the time to grab a good one for you atm.
I'd try looking for a youtube tutorial or something. Currently on mobile and don't have the time to grab a good one for you atm.
Are you sure your database is actually imported into the Mamp setup? If it is, you should be able to use phpmyadmin to see the tables and the data in them.
If you're running into the 32M file limit, just edit php.ini in Mamp (should be a php folder there) and set uploads to something larger than your import file.
Make a simple "Hello World" index.html file and put it in your document root (don't overwrite your site index file - you can name it something else instead) and point your browser to it. If it shows up, great. If not, you can start looking at your configuration, though it ought to work straight out of the box.
No Index.php is fine and apache pulls it just like a .html file.
Do the other process that Nev_Dull descirbed and check your vBulletins configuration file to make sure all the paths line up with how they are now supposed to with MAMP.
Yes, you're only looking at the files that are in your Mamp setup. All these should be copies of your real site, so don't worry about making mistakes. You can also backup any files before making changes (e.g., before changing a config.php, copy it to config.php.BAK) Your database is also a copy, so if something goes wrong, you just replace it with another copy. That's the nice thing about working in a virtual setup, you can fiddle with impunity.
And yes, if there are multiple places in the database table that shows the path or url, change them all to your Mamp setup (http://localhost:8888) The path should be something like "/Applications/MAMP/htdocs" from what I remember. I think you can check that in your Mamp preferences.
If we haven't figured this out by the time I purchase my first Macbook Pro here in the next week or two (hopefully) I'll try to create a full on video tutorial for you lol
And yes, if there are multiple places in the database table that shows the path or url, change them all to your Mamp setup (http://localhost:8888) The path should be something like "/Applications/MAMP/htdocs" from what I remember. I think you can check that in your Mamp preferences.
I just don't know why it's giving you so much trouble.
* I changed the database username and password in the forum config file to the default Mamp ones...
* logged into the forum admin page options and changed the forum url to localhost:8888
Yes we did. Basically you need to make sure all the parts are in alignment with each other. So, you need to:Did we discuss these two things for my setup previously in this thread (or maybe I didn't get to them yet)? I didn't do any modifying of the forum config file yet (I guess I wanted to do one thing at a time...and modify the database URL items first...to see if this helped things work).
Basically you need to make sure all the parts are in alignment with each other. So, you need to:
set the Mamp document root to htdocs/forums...
...set the url in those locations in the database to http://localhost:8888 (because "forums" is your document root)...
1: set up the forum config file with the correct paths to the forum and forum database...
2: as well as the database connection info (username: root password: root).