No date after upgrading to 1.3.4
-
steven5master
- Phoca Newbie

- Posts: 3
- Joined: 04 Feb 2010, 23:48
No date after upgrading to 1.3.4
When a user uploads files after updating to 1.3.4, the upload no longer shows the date and time the file was uploaded. Now everything is 0000-00-00. This messes the sorting of the files if sorted by date and new files won't show up under recently uploaded. Any suggestions?
- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No date after upgrading to 1.3.4
Hi, I will fix it in new version, now you can fix it the following way:
go to:
components\com_phocadownload\models\user.php
line cca 344
uncomment the line,
FROM:
//$row->date = $now;
TO:
$row->date = $now;
Jan
go to:
components\com_phocadownload\models\user.php
line cca 344
uncomment the line,
FROM:
//$row->date = $now;
TO:
$row->date = $now;
Jan
If you find Phoca extensions useful, please support the project
-
steven5master
- Phoca Newbie

- Posts: 3
- Joined: 04 Feb 2010, 23:48
Re: No date after upgrading to 1.3.4
I love your Components and I love the great support when something goes wrong. Jan your awesome!!