User Login

             | 

VideoFlow List

RANDOM MEDIA

Facebook Fans

VideoFlow on Facebook
Fidsoft
Welcome, Guest
Please Login or Register.    Lost Password?
incorrect times in Video post
(1 viewing) 1 Guest
Go to bottom
TOPIC: incorrect times in Video post
#252
thk78 (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
incorrect times in Video post 8 Months, 1 Week ago Karma: 0  
Hello Fideri,
I am having strange issue, date and time on videos are set to "Monday, 29 November 1999" and I can't change them. I have Joomla 1.5.15 installed and all others components are working fine, except videoflow.
Please advise!!!!!!!!!

Thanks,
SM
 
Logged Logged  
 
Last Edit: 2010/01/03 18:15 By thk78.
  The administrator has disabled public write access.
#254
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:incorrect times in Video post 8 Months, 1 Week ago Karma: 7  
Weird! I will check the code and get back to you soon.
 
Logged Logged  
  The administrator has disabled public write access.
#264
thk78 (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:incorrect times in Video post 8 Months ago Karma: 0  
Any update? Please let me know.
Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#265
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:incorrect times in Video post 8 Months ago Karma: 7  
Sorry for the delayed response. Most likely, you are using J1.5 and the error is being caused by the server time offset. Try the following:
1. In the file "administrator/components/com_videoflow/admin.videoflow.php", around line 183, find:
Code:

date( 'Y-m-d H:i:s', time()+($mosConfig_offset * 60 * 60)),



2. Replace it with:
Code:


date( 'Y-m-d H:i:s' ),



3. Delete the files from the videoflow backend (They will not be deleted from your server, only from the database). They should re-appear with the current date.

Cheers.
 
Logged Logged  
  The administrator has disabled public write access.
#266
thk78 (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:incorrect times in Video post 7 Months, 4 Weeks ago Karma: 0  
Thank you, I tried to replace the code, but it's still not coming up correct date.
Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#267
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:incorrect times in Video post 7 Months, 4 Weeks ago Karma: 7  
There is a similar code towards the top of admin.videoflow.html. Replace it as well. If that doesn't work, email me an ftp and admin account so that I can check.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top