problem in opencart admin panel, when click any menu it redirect to login page again - session

i use open cart 3.x
after i login to admin panel,
if i click on any menu link, it tell me : Invalid token session. Please login again
how do i fix that ??

it is fixed automatically and the issue happen because the hosting and domain was new
after 2 days, it is fixed automatically
thanks for all

Related

How to disable user registration in Joomla 3.x

In Older versions this option was at Global Configuration section.
At joomla 3.x seems that this option has been moved.
I want only my existing users to be able to login.
Has anyone any idea where this option is available? Thanks in advance!
Log into your Joomla 3.0 admin dashboard
In the top menu, click Users and then click User Manager
In the tabs toward the top of the page, click the Options tab
Under the Component tab, find the following setting:
Allow User Registration
If set to Yes, new Users allowed to self-register.
To disable user registration, set Allow User Registration to No, and then click the Save button in the top left of the page.
After disabling the registration option, you will notice that the Create an account link within your Login Form will no longer show, as users can no longer create an account on their own.
Reference
It's very simple ,Follow the steps below:
a)select System --> Global Configuration -->Users manager.
b)Under the component tab you will see the 1st option as Allow user registration.
Please refer the screenshot below.

How to enable/view hidden tabs in magento admin panel?

I need to enable the SSL certificate through my magento admin panel. The SSL certificate is already installed on the server. Some of the tabs in configuration menu (web, currency etc) are hidden or disabled by the previous website developer. I cannot see the 'WEB' option under 'GENERAL' tab in the configuration menu. Could anyone help me please how to enable the hidden tabs?
If you have database access, you can change the role of current user in table admin_role in row role_type.
If you are unable to view the web tab inside general it may be due to several reasons
1) you are login not as admin in magento admin section.
2) The tab must be disable programmatically from core.
Hope it helps you
THanks,

Joomla administrator re-directs to homepage in localhost

I am trying to access my localhost version of the Joomla Administrator, however each time I navigate to the administrator directory, my Joomla website index page loads instead?
I suspect the htaccess file may be the issue but not 100%?
Any ideas?
Cheers
Ok seeing as you have some protection plugin which re-directs the user from the admin panel if they try and access the page, you won't be able to to either.
And seeing as you can't login to disable it, you will have to do it manually via PhpMyAdmin. Follow these instructions:
Enter PhpMyAdmin
Open the table called jos_extensions (jos is the prefix which may be different for you)
Find the protection extension you have installed which is causing the redirect and go to edit it.
You will find a column called enabled. You need to change the value from 1 to 0
You should then be able to login to the Joomla admin panel
Hope this helps

Can´t access Joomla admin panel with administrator account

This problem started with me needing to add a module to my frontpage so only guests will see it, after they login the module disappears. So I read this tutorial :
Basically says to do this..
Create a Guest Group in the User Manager
Add a new Guest Viewing Access Level
Change the default guest group in the User Manager options
And it works! But the problem now is when I login with my administrator account on admin panel, i get only 3 icons from Zoo component, no admin bar menu, nothing! And if try to login to the admin panel with a default user account I get the same thing! I´m now in the joomla database to try and see if I can delete the user group I created before and maybe it works?
I cannot lose the content of the website, it´s important! Please help. I´m the latest version of joomla.
Thanks very much
Backup your files and database and set your website in offline mode: edit your configuration.php file and set:
public $offline = '1';
After that, you can try your solution.

Joomla, registration pages requires login

I am running Joomla! version 1.7. I've set up a registration page in the menu manager, however, when I click the link, it says I need to be logged in to register.
Not sure what I going. Can anyone help please?
Thanks!
Check the access level of that menu link.
It should be public. But you have set something else.
Turns out registration was disabled in the user manager settings.

Resources