Page 2 of 12
Re: Suddenly ALL dates of posts set to one date
Posted: Wed Jan 13, 2016 11:45 am
by Edi
No idea and cannot reproduce it at the moment...
Are the dates also changed in the file /content/databases/posts.php? Can you perhaps post or send me a snippet of this file, perhaps something is broken.
Re: Suddenly ALL dates of posts set to one date
Posted: Wed Jan 13, 2016 4:06 pm
by diego
Cryss wrote:I am using Business Casual. The CLI mode is disabled.
You have disabled the Cli mode before this happen ?
Re: Suddenly ALL dates of posts set to one date
Posted: Wed Jan 13, 2016 8:06 pm
by Edi
Which version of Bludit do you use? Have you updated your installation?
The date field of your file posts.php is formatted "yyyy-MM-dd HH:mm", the seconds are missing.
Re: Suddenly ALL dates of posts set to one date
Posted: Wed Jan 13, 2016 8:16 pm
by Cryss
The cli was disabled already at that time.
Bludit: 0.7.2 (Beemo)
PHP version:1 5.3.28
PHP modules: Core, date, ereg, libxml, openssl, pcre, zlib, bz2, calendar, ctype, hash, filter, ftp, gettext, gmp, SPL, iconv, pcntl, readline, Reflection, session, standard, shmop, SimpleXML, sockets, exif, tokenizer, xml, cgi-fcgi, SourceGuardian, bcmath, curl, dba, dom, fileinfo, gd, imap, json, ldap, mbstring, mcrypt, mssql, mysql, mysqli, odbc, PDO, pdo_dblib, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, pspell, snmp, soap, tidy, wddx, xmlreader, xmlrpc, xmlwriter, xsl, zip, ionCube Loader, Zend Guard Loader)
Re: Suddenly ALL dates of posts set to one date
Posted: Fri Jan 22, 2016 8:35 pm
by dirtdiver2010
I have the same problem. After posting a new post all posts have the same date, no description, no tags.
I wrote a topic in the german section.
Re: Suddenly ALL dates of posts set to one date
Posted: Fri Jan 22, 2016 9:02 pm
by Edi
It seems that the problem has to do with the timestamp stored in the databse file. In version 0.7.2 it is YYYY-MM-DD hh:mm (for example 2016-01-22 20:40). Since the inofficial version 0.8 also the seconds were stored.
You can fix this as soon version 1.0 is stable.
Do you have any backup? It's always a good idea to have a backup! And there is a good plugin written by Fred for this task:
https://github.com/dignajar/bludit-plug ... p?raw=true
Re: Suddenly ALL dates of posts set to one date
Posted: Fri Jan 22, 2016 10:04 pm
by dirtdiver2010
I have got an older backup up, but not all post. I will backup more often in the future

Re: Suddenly ALL dates of posts set to one date
Posted: Fri Jan 22, 2016 10:10 pm
by diego
Then the problem happen when create a new post ?
Re: Suddenly ALL dates of posts set to one date
Posted: Fri Jan 22, 2016 10:17 pm
by dirtdiver2010
No it was after publishing. I would say about 5 minutes after publishing. I published the post, logged out as editor, go to the page and all worked fine. About five minutes later I go back to the site an there was the mistake.
All posts the same date, all tags gone, draws where published and all post descriptions gone.
Re: Suddenly ALL dates of posts set to one date
Posted: Fri Jan 22, 2016 10:55 pm
by diego
Have you disable the feature CliMode ? or enabled?
Have you made changes on the files or only via Web Admin panel ?