Jump to content

HELP! - 2 problems!


lewis4490

Recommended Posts

Hello,

 

I have got 2 problems so far.

 

Here they are:

 

When i go to allow clients to register it will click the box and then when i press save it says it has saved it but when i go to check to see if i can register as a client it does not allow this - Says "not allowed"

 

 

 

And my 2nd problem:

 

I'm getting this error:

 

You do not have the required permission to perform the selected operation!

 

Action: Configure Ban Control

 

When i try to do anything!

 

Please help me :)

 

Thanks in advance

 

Lewis

Link to comment
Share on other sites

for No. 1:

try clearing your Cache and the folder: templates_c (REMOVE ALL BUT INDEX.PHP)

 

I would try that but without whmcs allowing me to do so without this damn page showing up every time i try.

 

But i did remove all but index.php from that folder you told me to.

 

Lewis

Link to comment
Share on other sites

I see you logged in with a different user before Have you now removed that user or can you try that one?

 

it look like you hit Uncheck All then saved it. so I think you can only now do 1 of 2:

1, remove the script and re install it,

2, remove the database and install the backup you have,

Link to comment
Share on other sites

Ok first try this:

 

from phpMyAdmin

 

Drop tbladminperms (yes drop)

 

then run this:

 

 

--

-- Table structure for table `tbladminperms`

--

 

CREATE TABLE IF NOT EXISTS `tbladminperms` (

`roleid` int(1) NOT NULL,

`permid` int(1) NOT NULL,

KEY `roleid_permid` (`roleid`,`permid`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

--

-- Dumping data for table `tbladminperms`

--

 

INSERT INTO `tbladminperms` (`roleid`, `permid`) VALUES

(1, 1),

(1, 2),

(1, 3),

(1, 4),

(1, 5),

(1, 6),

(1, 7),

(1, 8),

(1, 9),

(1, 10),

(1, 11),

(1, 12),

(1, 13),

(1, 14),

(1, 15),

(1, 16),

(1, 17),

(1, 18),

(1, 19),

(1, 20),

(1, 21),

(1, 22),

(1, 23),

(1, 24),

(1, 25),

(1, 26),

(1, 27),

(1, 28),

(1, 29),

(1, 30),

(1, 31),

(1, 32),

(1, 33),

(1, 34),

(1, 35),

(1, 36),

(1, 37),

(1, 38),

(1, 39),

(1, 40),

(1, 41),

(1, 42),

(1, 43),

(1, 44),

(1, 45),

(1, 46),

(1, 47),

(1, 48),

(1, 49),

(1, 50),

(1, 51),

(1, 52),

(1, 53),

(1, 54),

(1, 55),

(1, 56),

(1, 57),

(1, 58),

(1, 59),

(1, 60),

(1, 61),

(1, 62),

(1, 63),

(1, 64),

(1, 65),

(1, 66),

(1, 67),

(1, 68),

(1, 69),

(1, 70),

(1, 71),

(1, 72),

(1, 73),

(1, 74),

(1, 75),

(1, 76),

(1, 77),

(1, 78),

(1, 79),

(1, 80),

(1, 81),

(1, 82),

(1, 83),

(1, 84),

(1, 85),

(1, 86),

(1, 87),

(1, 88),

(1, 89),

(1, 90),

(1, 91),

(1, 92),

(1, 93),

(1, 94),

(1, 95);

Then try logging in?
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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated