[ABD] phpBB Sitemaker Content

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Lor@n
Registered User
Posts: 31
Joined: Fri Nov 11, 2016 1:25 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by Lor@n »

The same error for me in french
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Blitze »

Thanks for reporting these issues. They should all be fixed now.

I have release v3.0.0-RC2 here: https://github.com/blitze/phpBB-ext-sit ... t/releases

Please download and install the file "phpBB_Sitemaker_Content_3.0.0-RC2.zip" and report back if you run into any issues.

Thanks :)
My Extensions: phpBB SiteMaker
lifeguard81
Registered User
Posts: 147
Joined: Tue Dec 04, 2007 10:11 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by lifeguard81 »

Thanks for the update.

Looks fine, only when i try to post a blog i get this error
(500 error)

Code: Select all

/public_html/ext/blitze/content/services/form/builder.php on line 234\n, referer: https://mywebsite.nl/posting.php?mode=post&f=4&sid=8844df83ba585a6a84631fcd2f4038b1
Bye phpBB, hello Compo.sr A complete website package with news, forum, chat, gallery and much more!
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Blitze »

Hi lifeguard81, thanks for testing.

You are missing the composer dependencies. Like others before you, you are downloading the wrong package ;).

Don't download the "source code". Download the file "phpBB_Sitemaker_Content_3.0.0-RC2"

Please let me know if this is still a problem
My Extensions: phpBB SiteMaker
lifeguard81
Registered User
Posts: 147
Joined: Tue Dec 04, 2007 10:11 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by lifeguard81 »

Yes! thats the one who works.
Thanks men!

Do you have any ideah when you can support php 7.2 ?
Bye phpBB, hello Compo.sr A complete website package with news, forum, chat, gallery and much more!
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Blitze »

php 7.2 is supported. There was a bug that I have addressed in RC2
My Extensions: phpBB SiteMaker
lifeguard81
Registered User
Posts: 147
Joined: Tue Dec 04, 2007 10:11 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by lifeguard81 »

Blitze wrote: Mon May 21, 2018 4:53 pm php 7.2 is supported. There was a bug that I have addressed in RC2
when i switch to 7.2 i get this error. under 7.1 not

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/language/language.php on line 307: count(): Parameter must be an array or an object that implements Countable
Polls are also not working.
When i add a blog, and make a choice it keeps loading.
Image
Bye phpBB, hello Compo.sr A complete website package with news, forum, chat, gallery and much more!
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Blitze »

Oh yeah that's a bit tricky as that issue is actually a Sitemaker bug. I am incorrectly using lang_array() instead of lang() here: https://github.com/blitze/phpBB-ext-sit ... a.php#L145

The problem is ignored in php 7.1 and below but not in 7.2. I have since fixed the issue but that was after I already submitted 3.1.0 for validation.

The problem with the poll is new, I think. I'll check it out later tonight after work but please more info will help:
- what do you mean when you say poll s are not working? Any errors?
- can you also explain "When i add a blog, and make a choice it keeps loading"

Thanks
My Extensions: phpBB SiteMaker
lifeguard81
Registered User
Posts: 147
Joined: Tue Dec 04, 2007 10:11 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by lifeguard81 »

Blitze wrote: Mon May 21, 2018 9:17 pm Oh yeah that's a bit tricky as that issue is actually a Sitemaker bug. I am incorrectly using lang_array() instead of lang() here: https://github.com/blitze/phpBB-ext-sit ... a.php#L145

The problem is ignored in php 7.1 and below but not in 7.2. I have since fixed the issue but that was after I already submitted 3.1.0 for validation.

The problem with the poll is new, I think. I'll check it out later tonight after work but please more info will help:
- what do you mean when you say poll s are not working? Any errors?
- can you also explain "When i add a blog, and make a choice it keeps loading"

Thanks
Hi Blitze, i will try to explain :)

I install sitemaker, and sitecontent.
As content type i add "blog" type paragraph. (use this as blog)
when i add a "blog" i have the option to add a poll like a normal topic.
but when i sumbit it to the content page, me and users cannot vote.
i can make a choice, but it keeps loading, and my vote will be zero.

maybe its easier to see when i send you an adminlink to test it?

Edit: i try the fix, but error keeps exist. i read something that phpBB doesnt support 7.2 something with Twitch? maybe thats why i keep this error?
Bye phpBB, hello Compo.sr A complete website package with news, forum, chat, gallery and much more!
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Blitze »

Ok I just released v3.0.0-RC3.

You can see all releases here: https://github.com/blitze/phpBB-ext-sit ... t/releases

Download v3.0.0-RC3 here
My Extensions: phpBB SiteMaker
lifeguard81
Registered User
Posts: 147
Joined: Tue Dec 04, 2007 10:11 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by lifeguard81 »

Blitze wrote: Wed May 23, 2018 4:53 am Ok I just released v3.0.0-RC3.

You can see all releases here: https://github.com/blitze/phpBB-ext-sit ... t/releases

Download v3.0.0-RC3 here
Hi Blitze,

good to see you are still active on this extsnsion.
can you tell me what the best way is to update this extension?

Simple overwrite the files? or disable first and clear data?
Bye phpBB, hello Compo.sr A complete website package with news, forum, chat, gallery and much more!
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Blitze »

The normal way to update a phpBB extension is to disable it first (do not purge), upload the new files, then enable the extension again.

The disabling and re-enabling allows for any new migrations (database changes) to run and also clears cache so changes in service definitions would also take effect.

With these changes, so far, I make no migration changes but there are some config changes that may require clearing the cache. So you can therefore simply overwrite the files, then clear cache
My Extensions: phpBB SiteMaker
lifeguard81
Registered User
Posts: 147
Joined: Tue Dec 04, 2007 10:11 am

Re: [3.2][RC] phpBB Sitemaker Content

Post by lifeguard81 »

Nice thanks!

Polls are working now :)
Great.
Bye phpBB, hello Compo.sr A complete website package with news, forum, chat, gallery and much more!
Mohus
Registered User
Posts: 22
Joined: Sun May 13, 2018 7:10 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Mohus »

For the upload manager everything works without error until I try to upload a files or create a directory. When I upload a File I get the following message.

Code: Select all

SyntaxError: JSON.parse: unexpected keyword at line 1 column 1 of the JSON data
When Creating a folder, after I click on OK it goes away without showing any message the folder is not created.

When Creating a new File I get the message :"Forbidden"

I made sure the Folders
phpimages
sitemaker_uploads
source
../thumbs

are all having permission 766, but that did not help.

What am I doing wrong.

Thanks.

Note (update): When I check the browsers Console I get the following message when I try to upload an image.

Code: Select all

Empty string passed to getElementById().
Cannot play media. No decoders for requested formats: image/png, image/png
Empty string passed to getElementById().
Mohus
Registered User
Posts: 22
Joined: Sun May 13, 2018 7:10 pm

Re: [3.2][RC] phpBB Sitemaker Content

Post by Mohus »

Update3:
Checking the Server error log and got the following just after I tried to upload a file.

Code: Select all

vv.vv.vvv:60260] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:36:59.975428 2018] [core:alert] [pid 19426] [client xx.xx.xxx.129:60258] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:36:55.579787 2018] [core:alert] [pid 19517] [client xx.xx.xxx.129:60257] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/ResponsiveFilemanager/filemanager/dialog.php?type=1&field_id=smc-photo&akey=1e59b0cb46345234553408186c5ffb3acc86fca08ff672c
[Sun May 27 10:27:58.527549 2018] [core:alert] [pid 18659] [client xx.xx.xxx.129:60127] /home/nmamed/public_html/phpbb/.htaccess: AllowOverride not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:25:04.765931 2018] [core:alert] [pid 19048] [client xx.xx.xxx.129:60071] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:24:55.513409 2018] [core:alert] [pid 18913] [client xx.xx.xxx.129:60069] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:24:41.257427 2018] [core:alert] [pid 18908] [client xx.xx.xxx.129:60061] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:24:29.366900 2018] [core:alert] [pid 18908] [client xx.xx.xxx.129:60055] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:24:19.036460 2018] [core:alert] [pid 18659] [client xx.xx.xxx.129:60054] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:24:08.321050 2018] [core:alert] [pid 18913] [client xx.xx.xxx.129:60043] /home/nmamed/public_html/phpbb/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/index.php
[Sun May 27 10:20:53.943551 2018] [core:alert] [pid 18866] [client xx.xx.xxx.129:60011] /home/nmamed/public_html/phpbb/.htaccess: <Location not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:19:14.852056 2018] [core:alert] [pid 18709] [client xx.xx.xxx.129:60006] /home/nmamed/public_html/phpbb/ResponsiveFilemanager/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:19:04.961972 2018] [core:alert] [pid 18679] [client xx.xx.xxx.129:59996] /home/nmamed/public_html/phpbb/ResponsiveFilemanager/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:18:43.961536 2018] [core:alert] [pid 18679] [client xx.xx.xxx.129:59993] /home/nmamed/public_html/phpbb/ResponsiveFilemanager/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:17:21.123816 2018] [core:alert] [pid 18195] [client xx.xx.xxx.129:59974] /home/nmamed/public_html/phpbb/ResponsiveFilemanager/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/posting.php?mode=post&f=11&sid=94afcb10bca7904227ea3c32d522a1fc
[Sun May 27 10:15:40.162044 2018] [core:alert] [pid 18709] [client xx.xx.xxx.129:59918] /home/nmamed/public_html/phpbb/ResponsiveFilemanager/.htaccess: <Directory not allowed here, referer: http://nmamed.com/phpbb/p
Locked

Return to “Abandoned Extensions”