Cannot disable PM/emailing of DB backup notification

Support for IntegraMOD 140

Moderator: Integra Moderator

Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Tue Jul 25, 2006 8:35 am

IM latest version as per downloads area on this site, phpbb 2.0.21 IM patched.

I click on disable PM for notification of daily backup completion, it shows as disabled, however I am still receiving PMs.
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Mon Jul 31, 2006 7:47 am

*bump*
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Tue Aug 08, 2006 4:25 am

*bump*
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Thu Aug 24, 2006 6:15 am

*bump*
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Sun Sep 03, 2006 9:12 am

*bump*
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Mon Oct 09, 2006 8:26 am

*bump* Nobody else having this problem? Odd... No clue where to start for this. Will try re-install of the update.
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Mon Oct 09, 2006 8:38 am

Just noticed this in the readme:

BEFORE YOU OVERWRITE phpbb_security.php, make sure you change

function phpBBSecurity_AdminConfigName()
{
return 'admins_allowed';
}

function phpBBSecurity_ModConfigName()
{
return 'mods_allowed';
}

function phpBBSecurity_UseSpecial()
{
return 'block_unwanted';
}

to the correct names. These 3 need to be changed to what you currently have in your phpbb_security
file. If you dont change these in the new phpbb_security file before you overwrite it, you could
have problems saving some of the fields in the ACP.


So I probably forgot to get the old values.. is there anywhere I can get he old values from the DB so I can update my php file?
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Dragonsys » Mon Oct 09, 2006 8:47 am

when upgrading from 2.0.17, you really need to apply the phpBB Security update BEFORE installing any of the phpBB updates. The phpBB Updates have some of the code for Security v1.0.3, and if you have not upgraded to that version, then you will get errors on your boards.

Don't forget to run the ps_upgrade.php either.

"atomhead";p="16298" wrote:Just noticed this in the readme:

BEFORE YOU OVERWRITE phpbb_security.php, make sure you change

function phpBBSecurity_AdminConfigName()
{
return 'admins_allowed';
}

function phpBBSecurity_ModConfigName()
{
return 'mods_allowed';
}

function phpBBSecurity_UseSpecial()
{
return 'block_unwanted';
}

to the correct names. These 3 need to be changed to what you currently have in your phpbb_security
file. If you dont change these in the new phpbb_security file before you overwrite it, you could
have problems saving some of the fields in the ACP.


So I probably forgot to get the old values.. is there anywhere I can get he old values from the DB so I can update my php file?


Yes, they are in the phpbb_config table.
Last edited by Dragonsys on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 7:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Teelk » Mon Oct 09, 2006 9:57 am

Unfortunately, they're impossible to find if you don't know what you called them. Unless you know this little trick.

Using phpmyadmin, browse the config table looking for three field's config_name(s); sec_admin, sec_mods and sec_name.

The config_value of each is the same as phpbb_security.php values.

sec_admin = number of allowed admins.
sec_mods = number of allowed mods
sec_name = blocks unwanted... whatever it blocks...

Just so there's no confusion I'll repeat...

You want the config_value of these three fields.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Tue Oct 10, 2006 4:46 am

I confirmed that my values are correct and I made sure to run ps upgrade.. still getting the PMs <img>
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

PostAuthor: InterNETionallyKnown » Tue Oct 10, 2006 7:12 pm

which is it? pm's or emails?
Last edited by InterNETionallyKnown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

InterNETionallyKnown
Newbie
Newbie
 
Posts: 12
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 5:48 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Tue Oct 10, 2006 7:43 pm

I have both set to off but I'm getting PMs.
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Dragonsys » Wed Oct 11, 2006 5:58 am

did you download and install the Security 1.0.3 update? The IM patches only have part of the update applied, to get the rest of them you must install the Stand alone Security update.
Last edited by Dragonsys on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 7:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Wed Oct 11, 2006 7:18 am

http://integramod.com/forum/dload.php?a ... file_id=10

That's what I used, and I use the premodded files, copy them over into my install.
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Dragonsys » Wed Oct 11, 2006 7:41 am

"atomhead";p="16444" wrote:http://integramod.com/forum/dload.php?action=file&file_id=10

That's what I used, and I use the premodded files, copy them over into my install.


and then you did the phpBB updates after that correct?
It seems like somethign is missing. You might want to double check using the manual file edits, just to check and make sure nothing is missing.
Last edited by Dragonsys on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 7:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Fri Oct 13, 2006 5:57 am

I checked the files and I confirmed all the changes are in. So my only idea is that I installed the updates in the wrong order.

Is there a way around this?
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Mon Jan 29, 2007 7:30 am

Since I have no idea what I did wrong and the files look fine, what do I need to do to here? There's no way to start from scratch? Am I screwed forever? Is there a way to do a fresh install and port over my template, settings, and posts?
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Fri Feb 09, 2007 3:58 pm

Can someone please tell me where in the DB I need to look to fix this setting manually.. what table or something. This is really annoying. I made a dummy admin for now just so I'm not getting the PMs every day.
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Wed Feb 14, 2007 11:02 am

Setting up Dummyadmin didn't work. Preferences aren't saving. Going to try copying over tpl files as per the install doc.
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Teelk » Wed Feb 14, 2007 6:53 pm

The db columns are in the config table.

phpBBSecurity_notify_admin_pm - for pm's
phpBBSecurity_notify_admin_em - for emails

The code to turn this feature off seems fine to me, so I'm not entirely sure where to go from here. Check to see that those fields exist, their value should be 0 to turn them off.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Helter