Jump to content

admin blanked


Guest r.mcl

Recommended Posts

My fault, but when I added my details to become an administrator I didn't tick the box 'supa user'. I then deleted the other user as I was taking over from him .Now I cannot access any of the management catagories on the left hand side in order to modify the web site including the 'add new administrator' section. How do I resolve this ?

Link to comment
Share on other sites

You have to upgrade your account to superuser OR add super admin manually:

1) using DB manager like phpMyadmin

2) using php script

Simple script will update yourusername to super admin. Replace yourusername with your one.

<?php

include_once("includes/global.inc.php");

include_once("classes/db.inc.php");

$db = new db();

$db->misc("UPDATE `".$glob['dbprefix']."CubeCart_admin_users` SET isSuper = 1 WHERE username = 'yourusername');

?>

Just make a php file (content above), upload to site root folder and "run". Run means add URL with path to this file and hit <ENTER> in your borwser.

:)

Link to comment
Share on other sites

My fault, but when I added my details to become an administrator I didn't tick the box 'supa user'. I then deleted the other user as I was taking over from him .Now I cannot access any of the management catagories on the left hand side in order to modify the web site including the 'add new administrator' section. How do I resolve this ?

;) I am now back on line.........thanks convict.

Link to comment
Share on other sites

  • 1 month later...
Guest www_ecommerce

Maybe we are missing something.

We created a php file and tried both the DB user-name and CubeCart user-name and then saved run.php and uploaded to store root. Then visited www.domain.com/store/run.php and nothing happens. Then visited www.domain.com/store/admin/ and have same results of when login all boxes on left hand side are grey and comment of saying you do not have permission to access.

Please advise.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...