[ABD] Auto db Backup

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Locked
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar
Contact:

Re: [3.2][RC] Auto db Backup

Post by KhurramMunawar »

david63 wrote: Sun Jan 08, 2017 5:32 pm I don't understand that at all.

I am fairly confident that the problem is timezone related
i am pointing about this issue.
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.2][RC] Auto db Backup

Post by david63 »

KhurramMunawar wrote: Tue Mar 21, 2017 9:39 am
david63 wrote: Sun Jan 08, 2017 5:32 pm I don't understand that at all.

I am fairly confident that the problem is timezone related
i am pointing about this issue.
As far as I am aware the timezone issue is fixed - I have not heard any adverse reports
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar
Contact:

Re: [3.2][RC] Auto db Backup

Post by KhurramMunawar »

ok thanks for help
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
WelshPaul
Registered User
Posts: 420
Joined: Tue Aug 19, 2014 2:09 pm

Re: [3.2][RC] Auto db Backup

Post by WelshPaul »

david63 wrote: Sun Jan 08, 2017 2:10 pm I must admit that I have had that happen, but never went back to. Once set it looks after itself anyway.

If you want 14 then set it to 15 :lol: :lol: :roll:
I too have this issue, if I set the time for 3 am it sets it at 4 am.

Image
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.2][RC] Auto db Backup

Post by david63 »

WelshPaul wrote: Thu Mar 30, 2017 9:07 am I too have this issue, if I set the time for 3 am it sets it at 4 am.
Are you using the latest version? As far as I am aware that issue has been fixed for some time.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
WelshPaul
Registered User
Posts: 420
Joined: Tue Aug 19, 2014 2:09 pm

Re: [3.2][RC] Auto db Backup

Post by WelshPaul »

david63 wrote: Thu Mar 30, 2017 9:57 am
WelshPaul wrote: Thu Mar 30, 2017 9:07 am I too have this issue, if I set the time for 3 am it sets it at 4 am.
Are you using the latest version? As far as I am aware that issue has been fixed for some time.
Definitely not fixed for me, running 2.1.0-rc2:
Image

Image

Image

Image

Image

It does it every time I submit a change. phpBB 3.2.0, PHP Version 7.1.0 and MySQL(i) 5.7.14.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.2][RC] Auto db Backup

Post by david63 »

WelshPaul wrote: Thu Mar 30, 2017 2:09 pm Definitely not fixed for me, running 2.1.0-rc2:
Are you sure that your Admin account is in the correct timezone?
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
WelshPaul
Registered User
Posts: 420
Joined: Tue Aug 19, 2014 2:09 pm

Re: [3.2][RC] Auto db Backup

Post by WelshPaul »

My user control panel states: UTC+01:00 - Europe/London

Correct date and time is given using this setting.
User avatar
WelshPaul
Registered User
Posts: 420
Joined: Tue Aug 19, 2014 2:09 pm

Re: [3.2][RC] Auto db Backup

Post by WelshPaul »

So it turns out that if I set my timezone within my user control panel to UTC+00:00 - UTC, the issue no longer occurs?

Setting UTC+01:00, UTC+02:00, UTC+02:00 with Europe/... and the issue returns for me.
User avatar
cc66
Registered User
Posts: 7
Joined: Thu Sep 15, 2016 9:45 am

Re: [3.2][RC] Auto db Backup

Post by cc66 »

hi,

Thanks a lot, it's fine for me!

first , my mistake was to put the extension files on "pico" directory :roll: ... and it did not work:

Must be in "david63" directory and then works fine :)
User avatar
jackennils
Registered User
Posts: 229
Joined: Mon Jun 01, 2009 7:48 pm

Re: [3.2][RC] Auto db Backup

Post by jackennils »

Is this still in the making? Time zone issue fixed? :?:
User avatar
WelshPaul
Registered User
Posts: 420
Joined: Tue Aug 19, 2014 2:09 pm

Re: [3.2][RC] Auto db Backup

Post by WelshPaul »

jackennils wrote: Sun Apr 23, 2017 1:24 am Is this still in the making? Time zone issue fixed? :?:
Nope, replacing this:

Code: Select all

			$dst = date('I', $time);
			$this->backup_date = mktime($hour + $dst, $minute, 0, $month, $day, $year);
With:

Code: Select all

$this->backup_date = mktime($hour, $minute, 0, $month, $day, $year);
Fixes the issue for me.
User avatar
jackennils
Registered User
Posts: 229
Joined: Mon Jun 01, 2009 7:48 pm

Re: [3.2][RC] Auto db Backup

Post by jackennils »

Okay, thank you. I'll give it a try. :)
danireef
Registered User
Posts: 16
Joined: Sun Feb 21, 2016 1:16 pm

Re: [3.2][RC] Auto db Backup

Post by danireef »

Hi, my problem is that I can't select the year... whatever number I put it didnt' accept the change... any clues?
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.2][RC] Auto db Backup

Post by david63 »

danireef wrote: Fri May 05, 2017 2:50 pm whatever number I put it didnt' accept the change
What do you mean? You do not put numbers in you just select from what is there - which is only the current and next years
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Locked

Return to “Abandoned Extensions”