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

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 10 Chrome

[DEV] Ultimate Blog

Post by Posey »

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
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

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

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

User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 7 Chrome

Re: [DEV] Ultimate Blog

Post by Posey »

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?

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

No i write a simple post
Cattura.png
when i click on Read the full blog appears error
Cattura1.png

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.

User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 7 Chrome

Re: [DEV] Ultimate Blog

Post by Posey »

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?

Image
should be
Image
Notice the category difference.

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

I created a blog category

User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 7 Chrome

Re: [DEV] Ultimate Blog

Post by Posey »

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.

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

I have the same probem olso in local

DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

Hi

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 
with php 5.4.45 the system rate of blog doesn't function

User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 7 Chrome

Re: [DEV] Ultimate Blog

Post by Posey »

PHP 5.3 isn't supported as it clearly states, you'll need 5.4 or above.

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

I'll can use 5.4.45 - 5.5.29 or 6.6.13

User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 7 Chrome

Re: [DEV] Ultimate Blog

Post by Posey »

moffacostanzo wrote:hi

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 
well, then with php > 5.4 you shouldn't be getting this error..
moffacostanzo wrote:with php 5.4.45 the system rate of blog doesn't function
What doesn't work? It seems to work for everyone else.
Could you provide a bit more information.. It only uses jQuery to submit the form and get the rating. Rest is regular php.

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [DEV] Ultimate Blog

Post by moffacostanzo »

The system rate doesn't function

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.

User avatar

Topic Author
Posey
Users
Users
Posts: 84
Joined: 20 Oct 2015, 11:43
    Windows 7 Chrome

Re: [DEV] Ultimate Blog

Post by Posey »

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?

User avatar

dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: [DEV] Ultimate Blog

Post by dmzx »

moffacostanzo wrote:the system rate doesn't function

and i have the error only 5.3.... php version not with 5.4....
PM also test account.

Locked Previous topicNext topic