| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
onebuckwild Nice poster


Offline Joined: Nov 01, 2005 Posts: 68 Location: elkton, md
|
Posted: Tue Jan 23, 2007 2:42 am Post subject: Re: [fix] joined date in forums |
|
my problem is close to this so Ill post here. After upgrade to 9.1.1 all new members joined date is Dec 31, 1969
_________________ Linux/Apache version 1.3.34 (Unix) /MySQL version 4.0.27-standard-log /PHP version 4.4.1 /DflyCMS 9.1.1
onebuckwild's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache version 1.3.34 (Unix) /MySQL version 4.0.27-standard-log /PHP version 4.4.1 /DflyCMS 9.1.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Tue Jan 23, 2007 2:50 am Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
not connected to the topic you tacked onto - that was a formatting issue.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
onebuckwild Nice poster


Offline Joined: Nov 01, 2005 Posts: 68 Location: elkton, md
|
Posted: Tue Jan 23, 2007 1:32 pm Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
any ideal on how i fix it.
_________________ Linux/Apache version 1.3.34 (Unix) /MySQL version 4.0.27-standard-log /PHP version 4.4.1 /DflyCMS 9.1.1
onebuckwild's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache version 1.3.34 (Unix) /MySQL version 4.0.27-standard-log /PHP version 4.4.1 /DflyCMS 9.1.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Tue Jan 23, 2007 1:58 pm Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
That date means that zero or no data is being entered at registration.
Hard to say why - you need to check the registration and approval process with debugging switched on to determine where that error is occuring.
I would be surprised if there was a system bug, so maybe you have unresolved issues in your database, or even incorrect files.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Wed Mar 28, 2007 9:15 pm Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
an _users* tables structure dump + an "old user" row dump will be useful in this case.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Fri Mar 30, 2007 11:52 pm Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
Table_new_user.txt is missing the "data" ... what will help me will be "current" data for second userid and for the last user.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
Beldak Nice poster


Offline Joined: Jun 15, 2005 Posts: 78 Location: Edwards AFB, CA
|
Posted: Sat Mar 31, 2007 5:29 pm Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
I recall something about phpnuke upgrades to dragonfly leaving the date in a non-unix format. So when those fields were converted to int(11) from var (or whatever they used to be). You used to be able to read them as plain text in the db.
I remember having to manually convert a lot of dates to unix date format - but that was 1-2 years ago.
Beldak's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.4.32 / Apache 1.3.37 / MySQL 5.0.16 / PHP 5.2.2 / Dragonfly CVS
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Mon Apr 02, 2007 9:20 am Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
could you pass here the output of
| PHP: |
echo setlocale(LC_ALL, NULL);
|
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Mon Apr 02, 2007 11:28 am Post subject: Re: 9.1.1 upgrade - new members join date is Dec 31, 1969 |
|
Before go deeper into this ... is your problem showing up using "english" language? Is it the same for other languages as well?
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
|
|