[eluser]pickupman[/eluser]
[quote author="Greffer" date="1302177667"]When I place the application into it's own folder, I get
Your application folder path does not appear to be set correctly. Please open the following file and correct this: index.php
I set
Code:
$application_folder = '/myfirstapp/application';
What is it that I am doing wrong?[/quote]
Make sure you have renamed application folder back t application. And my instruction didn't say to change $application_folder
. Just leave it at:
Code:
$application_folder = 'application';