PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   odd issue. (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/118581-odd-issue.html)

mholtum June 19th, 2005 11:21 AM

odd issue.
 
I was updating my usergroup permissions for vb when I got this error:
Code:

Content visible to verified customers only.
Any idea as to how I fix that?

Brian June 19th, 2005 11:28 AM

Re: odd issue.
 
Looks like you didn't remove the changes to your admincp/usergroup.php file when you upgraded to RC4. If you check the readme file there are instructions there on what code you need to remove.

mholtum June 19th, 2005 12:02 PM

Re: odd issue.
 
It says Find and Remove :
Code:

Content visible to verified customers only.
When I search it states: Done, not found in current dcoument.

Any other ideas? I cant modify or add any usergroups.

Brian June 19th, 2005 12:03 PM

Re: odd issue.
 
It's in there. Try searching for just $gperms.

mholtum June 19th, 2005 12:15 PM

Re: odd issue.
 
ok, now I am feeling very stupid. I cant find it with Dreamweaver or Notepad. About what line number should it be?

Brian June 19th, 2005 12:22 PM

Re: odd issue.
 
It should be right around line 150. You may want to download the file from your server to make sure you have the same version on your computer as well.

mholtum June 19th, 2005 12:25 PM

Re: odd issue.
 
checked again. Nothing.. Now this is weird.

mholtum June 19th, 2005 01:01 PM

Re: odd issue.
 
Ok, I renamed my usergroup.php, usergroup1.php and then uploaded a fresh usergroup.php from a downloaded zip. When I try to edit the user group I get this error.
Code:

Content visible to verified customers only.
so, would this mean that when I upgraded it missed removing this column in my database?

ConqSoft June 19th, 2005 01:09 PM

Re: odd issue.
 
No, the SQL statement is being built from the PHP code, so that code must be somewhere else.... Did you upgrade all the Gallery .PHP files to the latest again also, just to make sure?

mholtum June 19th, 2005 01:12 PM

Re: odd issue.
 
should I re-upload all my gallery php files?

-Edit-

I went through and all the gallery files did in fact get updated. I checked the dates..

I am at a lose here.. I can't do anything with user/usergroup permissions. I need this..

Brian June 20th, 2005 11:35 AM

Re: odd issue.
 
The code has to be there somewhere... Try searching the file for 'gallerypermissions' and see if that helps. If not and you'd like to just submit a support ticket I'll take a look.

mholtum June 20th, 2005 12:10 PM

Re: odd issue.
 
still having no luck.. I am at a loss. Ticket submitted. #1745 Thanks so much

mholtum June 20th, 2005 08:09 PM

Re: odd issue.
 
Thanks for taking care of the issue.. I knew ( I was hoping ) I wasnt going nuts..

FD929 July 7th, 2005 05:54 PM

Re: odd issue.
 
What was the remedy?

mholtum July 7th, 2005 05:56 PM

Re: odd issue.
 
Quote:

Originally Posted by FD929
What was the remedy?

This was the response to my ticket from Brian:


It looks like the problem was that the code added to your includes/init.php file for the gallery was not removed. I could have swore that code would not affect anything when saving usergroups in the admin cp, but apparently there's something I'm forgetting about. Either way, I removed that code for you and things seem to be working fine now. :)

FD929 July 7th, 2005 06:11 PM

Re: odd issue.
 
I could swear I remember removing and reuploading init.php but apparently it didn't save.

I double checked init.php and compared it to the edit instructions for the install and there was the problem.

Thanks for the quick reply mholtum.


All times are GMT -5. The time now is 08:39 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97