Welcome Guest, Not a member yet? Register   Sign In
Multiple Applications
#11

[eluser]Greffer[/eluser]
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?
#12

[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 Smile. Just leave it at:
Code:
$application_folder = 'application';




Theme © iAndrew 2016 - Forum software by © MyBB