Is there any reason that I would see a double url when attempting to change my password from the admin panel?
For example I am able to see the dashboard which when I do there is a popup asking me to change my password and when I click "change password" I see something like the following:
Possibly. You could try hardcoding the $config['base_url'] value. FUEL tries to dynamically create that base_url. What's your uri_protocol set to in the CI config?
uri_protocol was set to AUTO and just changed it to REQUEST_URI and nothing has changed so far. It looks like its automatically adding an extra example.com/fuelcms before the functional url.
Maybe a good place to start would be to: 1. Hard code in the base url in the fuel/application/config/config.php file 2. Remove the .htaccess file (or comment out it's contents) 3. Add index.php for the $config['index_page'] value in the fuel/application/config/config.php
That get's you to the basic CI configuration that doesn't use .htaccess.
Hello. I have an issue with login. Everytime I fill up login form I am redirected to itself. My website is located on subdomain japanautostar.petrunko.com which is stored in directory /subdomains/japanautostar/ on petrunko.com.
I think this problem do not depend from server. I guess I should modify .htaccess for my subdomain to make it work, I've read Fuel CMS manual, tried few solutions, but neither is works. Do you have any idea what can cause this problem?
I'm sorry, but I don't at the moment. My only suggestion would be to try and isolate if it is a server environment or not. To do that, I'd recommend getting it setup in a different environment.
Comments
This thread towards the end talks a little about fixing issues when the uri_protocol is query_string:
http://www.getfuelcms.com/forums/discussion/comment/585/#Comment_585
For example if I type in "example.com/fuelcms/index.php?/fuel" it directs to a 404 thusly http://example.com/fuelcms/example.com/fuelcms/index.php/fuel/login/5a6e566c62413d3d
If I take out the first example.com/fuelcms then the login page loads.
I'm looking at the other threads now to see if they help at all.
1. Hard code in the base url in the fuel/application/config/config.php file
2. Remove the .htaccess file (or comment out it's contents)
3. Add index.php for the $config['index_page'] value in the fuel/application/config/config.php
That get's you to the basic CI configuration that doesn't use .htaccess.
My website is located on subdomain japanautostar.petrunko.com which is stored in directory /subdomains/japanautostar/ on petrunko.com.
.htaccess for petrunko.com looks like that: .htaccess in /subdomains/japanautostar/ folder looks like that: Can you help please? Login & password are like in new installation.