in the photo information block shows on time of upload on every photo 01.01.1970 - 02:00. but thats not true
can someone help me ?

sorry for my english:)

Comments

eastcn’s picture

Sorry, this is a mistake.

Please edit photos.module documents in 1099 line:

$result = db_query('SELECT f.filepath,p.* FROM {files} f INNER JOIN {x_image} p ON f.fid = p.fid INNER JOIN {x_album} a ON p.pid = a.pid WHERE p.fid = %d', $fid);

Amended to read:

$result = db_query('SELECT f.filepath, f.timestamp, p.* FROM {files} f INNER JOIN {x_image} p ON f.fid = p.fid WHERE p.fid = %d', $fid);

The next release will be repaired. thanks

Babalu’s picture

the time of upload shows now correct, but when i click on /photos, my side don't load.
When i go under /photos/image, it shows an error message:
warning: Cannot modify header information - headers already sent by (output started at /var/www/web3/html/modules/photos/photos.module:1) in /var/www/web3/html/includes/common.inc on line 141.

eastcn’s picture

Please download rc-4. Thanks

Babalu’s picture

great. works
thx

Babalu’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.