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.