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 7: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 4:00 pm, edited 1 time in total.

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

Re: Cannot disable PM/emailing of DB backup notification

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

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

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

Re: Cannot disable PM/emailing of DB backup notification

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

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

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

Re: Cannot disable PM/emailing of DB backup notification

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

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

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

Re: Cannot disable PM/emailing of DB backup notification

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

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

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

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Mon Oct 09, 2006 7: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 4:00 pm, edited 1 time in total.

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

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Mon Oct 09, 2006 7: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 4:00 pm, edited 1 time in total.

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

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Dragonsys » Mon Oct 09, 2006 7: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 4: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 6: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 8: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 4: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 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: atomhead » Tue Oct 10, 2006 3: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 4:00 pm, edited 1 time in total.

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

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

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

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

Re: Cannot disable PM/emailing of DB backup notification

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

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

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

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Dragonsys » Wed Oct 11, 2006 4: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 4: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 6: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 6: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 4:00 pm, edited 1 time in total.

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

Re: Cannot disable PM/emailing of DB backup notification

PostAuthor: Dragonsys » Wed Oct 11, 2006 6: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 4: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 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Next

Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot]