Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1223296377\', \'Creation date?\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&id=2608&catid=9\', \'38.103.63.59\', \'0\')
Creation date? (0 viewing)
Favoured: 0
|
|
|
TOPIC: Creation date?
|
|
|
|
Creation date? 1 Year, 8 Months ago
|
Karma: 0
|
|
Hi,
just updated one EA Installation to 1.02a Version for testing. Beneath the problems mentioned here in this forum I now miss the creation date of the offer. If creating a new offer, the shown creating date is 00-0000-00.
Any solution for this problem?<br><br>Post edited by: webknecht, at: 2007/02/06 08:56
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
toscar (User)
Fresh Boarder
Posts: 3
|
|
Re:Creation date? 10 Months, 2 Weeks ago
|
Karma: 0
|
Hi!
I use misterEstate 1.1. I find this problem with this version. I resolved problem with this modification in user.estateagent.php
| Code: |
$obj->created = $obj->created ? $obj->created : date( "Y-m-d" );
|
Replace with: | Code: |
$obj->created = date( "Y-m-d" );
|
My hungarian misterEstate page is: Hajdú Bihar megyei ingatlanportál
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|