Register Members List Search Today's Posts Mark Forums Read

Reply
 
Thread Tools
  #1  
Old 26 Nov 2014, 18:59
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Usergroup Manager

So I have tried to change settings for usergroups and they end up being errors for SQL and such...


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Is there anyway of fixing this?
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
  #2  
Old 26 Nov 2014, 19:54
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Real name: Len Kaiser
Do you have this setting in your admin usergroup as the color & style of the word Administrators?


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

If so you cannot include the back slashes. You can use CSS in that area but it has to be done like this:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Then your closing tag in the second box would be


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Not


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #3  
Old 26 Nov 2014, 20:02
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by HM666 View Post
Do you have this setting in your admin usergroup as the color & style of the word Administrators?


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

If so you cannot include the back slashes. You can use CSS in that area but it has to be done like this:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Then your closing tag in the second box would be


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Not


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I do have this set in my use admincp...


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

And I still get the same error after hitting update.
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
  #4  
Old 26 Nov 2014, 20:15
kh99 kh99 is offline
 
Join Date: Aug 2009
Real name: Kevin
It looks like that's caused by a problem with your glowhost spam-o-matic installation. If you have it installed, then for some reason you have a column missing from the usergroup table. You can either try to add it back, or uninstall the product and reinstall it if you still want it.

If you have uninstalled it, then for some reason it seems that you still have a plugin from it. Maybe check the plugin manager and if you see it there you could try disabling or deleting it.
Reply With Quote
  #5  
Old 26 Nov 2014, 20:16
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by kh99 View Post
It looks like that's caused by a problem with your glowhost spam-o-matic installation. If you have it installed, then for some reason a column is missing form the usergroup table. You can either try to add it back, or uninstall the product and reinstall it if you still want it.

If you have uninstalled it, then for some reason it seems that you still have a plugin from it. Maybe check the plugin manager and if you see it there you could try disabling or deleting it.

I'll see what I can do with that. I'll try and see if I can get it work if not I will show what it comes up as after.

--------------- Added 26 Nov 2014 at 20:35 ---------------

Still getting the same errors, is there a way like steps of removing Glowhost imported to phpmyadmin?
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
  #6  
Old 26 Nov 2014, 22:45
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Real name: Chris
When you say," Glowhost imported to phpmyadmin " what is it you mean?
Reply With Quote
  #7  
Old 26 Nov 2014, 23:01
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by ozzy47 View Post
When you say," Glowhost imported to phpmyadmin " what is it you mean?
The table that was put into phpmyadmin...I'm really not sure how to explain it.
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
  #8  
Old 26 Nov 2014, 23:03
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Real name: Chris
So your install of phpmyadmin randomly added this table to your database?
Reply With Quote
  #9  
Old 26 Nov 2014, 23:04
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by ozzy47 View Post
So your install of phpmyadmin randomly added this table to your database?
When I went in to install it...the table added itself after...but I can figure out how to remove that table cause it's not on the actually table set.
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
  #10  
Old 26 Nov 2014, 23:07
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Real name: Chris
Ok lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

So it looks like this:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.

Then navigate to the ACP, and un install the mod. Once that is done, remove or comment out that line in the config file, and see if you still have the same issue.
Reply With Quote
  #11  
Old 26 Nov 2014, 23:12
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by ozzy47 View Post
Ok lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

So it looks like this:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.

Then navigate to the ACP, and un install the mod. Once that is done, remove or comment out that line in the config file, and see if you still have the same issue.

I have done this, but still the problem is caused. I have even looked on the net for the same problem that has been solved in the past and couldn't find it.

EDIT: I have fixed the problem. I still had the files from the upload file.
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!

Last edited by Phillip; 26 Nov 2014 at 23:17. Reason: FIXED
Reply With Quote
  #12  
Old 26 Nov 2014, 23:22
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Real name: Chris
Ok good, glad it is sorted. It is wise, any time you uninstall a mod, to remove all files that came with it, so this sort of thing is avoided.
Reply With Quote
  #13  
Old 26 Nov 2014, 23:28
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by ozzy47 View Post
Ok good, glad it is sorted. It is wise, any time you uninstall a mod, to remove all files that came with it, so this sort of thing is avoided.

I thought I did, but I checked the include/xml file and there it was. So thank you.
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
  #14  
Old 26 Nov 2014, 23:31
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Real name: Chris
Not a problem. Just happy you are back running correctly.
Reply With Quote
  #15  
Old 26 Nov 2014, 23:38
Phillip's Avatar
Phillip Phillip is offline
 
Join Date: Apr 2014
Originally Posted by ozzy47 View Post
Not a problem. Just happy you are back running correctly.

I am as well, thank you for reminding me that there were also files to it.
__________________
OffTopix.com - General Discussion Community
Forum Peak - Promotion and General Discussion Forum!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 00:39.

Layout Options | Width: Wide Color: