Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.1.x Extensions Database 3.1 / 3.2 ⇒ [DEV] Ultimate Blog
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
[DEV] Ultimate Blog
Extension Name: Ultimate Blog
Author: posey
Special thanks to: dmzx
Extension Download:
GitHub Repository
GitHub Direct Download
Place content in ./ext/posey/ultimateblog/
So readme file should be at ./ext/posey/ultimateblog/readme.md
Author: posey
Special thanks to: dmzx
Extension Download:
GitHub Repository
GitHub Direct Download
Place content in ./ext/posey/ultimateblog/
So readme file should be at ./ext/posey/ultimateblog/readme.md
Last edited by Posey on 18 Dec 2015, 03:31, edited 1 time in total.
''I'm pretty sure there's a lot more to life than being really, really, ridiculously good looking.
And I plan on finding out what that is.''
posey
And I plan on finding out what that is.''
posey
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
Hi
when i try to rad a full blog i receive this message
DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character
when i try to rad a full blog i receive this message
DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: [DEV] Ultimate Blog
I just did a clean install and am unable to reproduce this error? Do you have anything specific in the blog content? Through what are you accessing the blog?
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
No i write a simple post
when i click on Read the full blog appears error
this one is a full test:
this one is a full test:
Code: Select all
Chi non segue da vicino questo “mondo” può avere la sensazione che i progetti open comunitari spuntino semplicemente fuori dal nulla, come conigli dal cilindro magico di abili (o meno) sviluppatori. In realtà le cose vanno in maniera molto diversa. Il percorso che porta al successo di progetti di questo tipo è solitamente molto lungo e attraversato da diverse fasi cruciali, punti di snodo che possono decretarne l’ascesa o il rapido declino. Il primo punto di snodo è l’interesse generato dal progetto. L’interesse per un progetto può essere spinto da motivi diversi che svariano dalla bontà tecnica alla missione filosofico politica. Quasi tutti i progetti nascono da una commistione di queste due forze con apporti differenziati in base al progetto. Per esempio il progetto GNU è nato principalmente sotto una forte spinta filosofica e politica ma nel tempo ha saputo fornire strumenti tecnologicamente avanzati. Il secondo punto cruciale riguarda l’organizzazione. Il successo di un progetto open va gestito. La terza sfida di un progetto open è quella di mantenersi realmente aperti. Se questa frase vi ha spiazzato non vi preoccupate… era nelle mie intenzioni farlo. Troppo spesso si vedono progetti sviluppati con licenze OSI senza che però se ne sfruttino a pieno le potenzialità. Un progetto open deve saper accettare (non necessariamente includere) i contributi esterni e deve rendere la partecipazione un processo piacevole. A questo punto il progetto è pronto ad evolvere. Ma in quale direzione? Questa domanda ci porta diretti al quarto punto cruciale: la guida del progetto. La guida del progetto è forse l’unico punto in cui si possono trovare tantissime sfumature. Noi di OpenResource ci siamo prefissati nel limite del possibile,di aiutare questo splendido mondo ,diffondendo le nostre conoscenze,attraverso il nostro portale ed i nostri splendidi Blog, "Che dire di questi Basta guardarli".You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by moffacostanzo on 18 Dec 2015, 13:14, edited 1 time in total.
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: [DEV] Ultimate Blog
It's to do with the categories, did you alter the Blog categories in any bit and did you select a Blog Category when you posted it?

should be

Notice the category difference.

should be

Notice the category difference.
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
I created a blog category
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: [DEV] Ultimate Blog
That's not really much information to go on... I see you've created 'Blog' as blog category.
But could you double check that your blog has a category? Either through phpMyAdmin tables, or check categories.
Or you can edit the blog straight up if you paste blog?action=edit&blog_id=1 behind your board's url, assuming that your blog_id is 1.
But could you double check that your blog has a category? Either through phpMyAdmin tables, or check categories.
Or you can edit the blog straight up if you paste blog?action=edit&blog_id=1 behind your board's url, assuming that your blog_id is 1.
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
I have the same probem olso in local
DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character
DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
Hi
whit php 5.3.29 i receive this error
with php 5.4.45 the system rate of blog doesn't function
whit php 5.3.29 i receive this error
Code: Select all
Parse error: syntax error, unexpected '[' in /web/htdocs/www.openresource.it/home/phpbb/ext/posey/ultimateblog/event/listener.php on line 68
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: [DEV] Ultimate Blog
PHP 5.3 isn't supported as it clearly states, you'll need 5.4 or above.
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
I'll can use 5.4.45 - 5.5.29 or 6.6.13
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: [DEV] Ultimate Blog
well, then with php > 5.4 you shouldn't be getting this error..moffacostanzo wrote:hi
whit php 5.3.29 i receive this errorCode: Select all
Parse error: syntax error, unexpected '[' in /web/htdocs/www.openresource.it/home/phpbb/ext/posey/ultimateblog/event/listener.php on line 68
What doesn't work? It seems to work for everyone else.moffacostanzo wrote:with php 5.4.45 the system rate of blog doesn't function
Could you provide a bit more information.. It only uses jQuery to submit the form and get the rating. Rest is regular php.
-
moffacostanzo
- Users

- Posts: 151
- Joined: 30 Oct 2015, 10:34
Re: [DEV] Ultimate Blog
The system rate doesn't function
and i have the error only 5.3.... php version not with 5.4....
and i have the error only 5.3.... php version not with 5.4....
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by moffacostanzo on 21 Dec 2015, 15:40, edited 2 times in total.
-
Posey
- Users

- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: [DEV] Ultimate Blog
Like I alraedy said quite a few times, this extension will not work with PHP BELOW 5.4!
And you do not have jQuery on your forum? :x
Or are you sure it's included, through /ultimateblog/styles/all/template/event/overall_header_head_append.html?
And you do not have jQuery on your forum? :x
Or are you sure it's included, through /ultimateblog/styles/all/template/event/overall_header_head_append.html?
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: [DEV] Ultimate Blog
PM also test account.moffacostanzo wrote:the system rate doesn't function
and i have the error only 5.3.... php version not with 5.4....