Newly installed Magento, invalid login even with correct user and pass - magento

I'm using magento 1.9, and made sure that my var and media folder's permissions are on 777.
I can't seem to login into the admin panel even with the correct login details.

The problem seems to be frequent in many installation,i guess it the the cookie problem.
Have a look at the link below it may solve the issue.
https://www.facebook.com/notes/rohit-patel/after-installing-magento-cant-log-in-to-admin-panel/256699557722386
If the above link doesnot help try following the answer that i have provided in below link this should work.
Magento Can't login to my account on ios server
Hope this will help.

Related

Not able to access magento admin pannel

i’m working on Magento, I did something wrong but, I don’t know what i need to do now. Coming to my issue,I changed url path in system->configation->advanced->admin->admin base url, from that point Magento admin panel is gone. i’m not able to access admin panel. now i removed that path from data base -> core_config_data.
as a result now i’m able to see login popup but after entering credentials i’m not able to see admin panel.
I solved it by removing merge from cpanel->app->cache. Thank you and hope this will used for someone

Joomla! 403 error on SOME front-end pages

When I try to access two of my client's categories I get a "403 Forbidden" message. I searched SO and Joomla!'s official forums for an answer but so far I couldn't find anything related to the front end, only to some admin functions. I downloaded the site and the pages that weren't working on the server are working ok on my localhost. If I go to Directory Permissions in Joomla!'s backend it displays a red box saying "Unwritable" next to the Log and Temp directories. Checked on my host and they both have 755. What access should they have? Could it be some other problem?
Edit:
I managed to make those folders writable, apparently the problem was in the configuration.php script.
public $log_path = '../logs';
public $tmp_path = '../tmp';
This was the correct way they should haved been written. This still doesn't fix my problem so any help is still appreciated.
Thank you :)
I can't offer a solution sadly but I have the same problem. I've searched for days for a solution and am at a loss. I upgraded to Joomla 3.4.0 although problem existed before the upgrade.
Mine only happens when attempting to edit certain articles from the front-end. I've checked ACL and User has Publisher privileges and can successfully edit some pages but others cause 403 Forbidden after attempting to save changes even though they have the same category.
I tried replacing the article with a duplicate and gave it a different alias but it still wouldn't allow edits.
Have you checked the content > category manager > permissions for that user group on the problem category?

Magento Admin URL 404

I know that that similar issues and topics exist, however my issue differs slightly and none of the proposed fixes have worked.
I was accessing the Magento backend as normal. Approximately 10 minutes after that I could no longer access the Magento backend.
What I mean is that when I go to the admin url login page, I get a 404. However the 404 isn't generated by my host, it's generated by my webstore.
Everything about my webstore works as normal.
I've seen a number of fixes, mainly this one...
http://www.magentocommerce.com/boards/viewthread/207981/#t274443
I have a few main issues.
Admin Custom URL had been set (but not by me). It was set over a year ago when Magento was installed. It worked entirely fine until today.
I do not even have "admin/url/custom" and "admin/url/use_custom" in my "core_config_data" PHP table. It simply does not exist so I cannot change it. I looked manually for it and did a search for it. Nothing.
I tried updating the local.xml file and clearing "var/caches" and "var/sessions" but that did not work either.
I've been working this for hours and it's beyond frustrating. It's imperative that this be fixed ASAP because we are a fairly sizeable company.
Thanks ahead for helping. Anything at all would be appreciated.
First Check your Apache configurations
I know that you said you were only in the Magento admin but I would first check that apache was configured correctly. This is the first point of contact and you need to ensure that it's working right.
You need to locate a default Magento htaccess file that you can upload to your server. There's additional configurations that you need to make if you're in a subdirectory and also check to make sure that your mod_rewrite is working properly. There's an extensive tutorial on these things here, magento htaccess.
Make sure that you have the right magento admin url
I have to assume that you know what your magento admin url is, but of course I would double check that you're getting it right. There is an option in the admin area to change the admin url, you could have adjusted that on accident.
You say that you don't have "admin/url/custom" and "admin/url/use_custom" in your core_config_data table. This actually means that you didn't set the magento admin url from the admin area. However there is a third place that you can look for your admin url. This is in app/etc/local.xml but you couldn't have changed this from the administration area.
Did you turn off search engine friendly urls?
If you had been accessing your administrative area using /admin and then accidentally turned off SEF urls, then your admin area could have just simply moved to /index.php/admin. Of course you mentioned that you have a custom admin url, but I don't know what that is, so I'm giving examples with the default.
I can't really give you any more suggestions without more information. I hope that this helps!
Found this and thought I would post here since it shows up in google.
http://sourcelibrary.org/2011/05/19/magento-404-page-not-found-error-for-admin-panel-access/#comment-8444

Joomla 1.6 backend admin area blank

For some reason, when I log into my joomla 1.6 backend, it is now empty, displaying only a logout button. Any Ideas?
I just went through the same problem but on J!1.7.3. There may be many, many reasons but please check using just URL if you can see for example:
[YourDomainHere]/administrator/index.php?option=com_content or
[YourDomainHere]/administrator/index.php?option=com_modules
If content is listing and you're missing just Admin-menu and sub-navigation in back-end --> this means you messed-up with access levels and viewing access.
If you can't see content listing - ignore the rest of this post :-)
...with access levels and viewing access. To check that, try entering [YourDomainHere]/administrator/index.php?option=com_users&view=levels and enter each position in the list. Joomla backend navigation module usually has Access set to Special, so focus on this one. When enter Special - manager, author and super administrator should be ticked. If everything empty in any from the list - this is your issue :)
You need to add manager, author and super administrator to your Special access level. Obviously you can't see Save button, so you need to use database. [wrrr :) sounds scary?] Not a big deal, just go there using for example phpMyAdmin and find _viewlevels table. In there just edit Special and add [6,2,8] values to set up manager, author, super.....
Update database. Try to log-in one more time (close browser and clean cache before).
I hope if this wasn't helpful for you, will be for somebody else.
p.s. There may be a way of 'saving' changes in you joomla access levels with URL. Then you don't need to go to DB .. but I don't know if this is feasible at all :)
Check the rewrite of htaccess and the $mosConfig_absolute_path variable in config.php
Apparently, the Bluestork Template (admin template) has some security issues. In my case there were some missing files in the template folder /administrator/templates/bluestork/ that caused the administrator screen to appear blank. I've copied a clean version of the template in the bluestork folder and after that I was able to see the backend admin area.
I've removed the bluestork templates entirely for now, which seems to be the best option. Joomla installs 2.5.8, 2.5.6, 2.5.2, 1.7.0, 1.6.3 are affected. The Blustork Template is a target for hacks with old Joomla.
this happening becoz of admin user lost his permissions. see below article to fix this issue
http://www.codentalk.com/joomla-admin-showing-blank-page/

403 Forbidden Joomla Article with link

I have a site in joomla which works fine on local setup as well as stating but there is a problem on live. Whenever I add a link to an article (from administrator) and try to save the article it gives "4030 Forbidden Access to this resource on the server is denied!" error. I know its rights issue but exactly what sort of rights? I can even access the link to the image I am putting in article directly so there shouldn't be an access issue but there is.
Any ideas?
Thanks.

Resources