Well, it's an official extension, on an official list of extensions for PunBB 1.4x, on the official PunBB forum. And it can run correctly. I did not notice it was not supported any more. It's not written anywhere. For someone like me new to PunBB, the present forum should be the first place to get information. Even if I browsed your PunBB International forum with a great interest.
Thank your for all the advices you provide. You are very helpful.
101 2016-06-21 20:10
Re: Attachments (pun_attachment) (118 replies, posted in Supported extensions)
102 2016-06-21 18:08
Re: Attachments (pun_attachment) (118 replies, posted in Supported extensions)
I met an issue with the time zone.
Error message above the post with attachment
Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. ...
So, I added
date_default_timezone_set('Europe/Paris');
on line 6 of attach_func.php
No more error message and the date displays correctly.
I do not understand why the extension does not take into account the time-zone setting entered in the general configuration of the forum.
103 2016-06-21 14:46
Re: Attachments (pun_attachment) (118 replies, posted in Supported extensions)
Hi ! I am trying to translate to French, but have no idea what salt keywords is about.
"Some more salt keywords, change if you want to", says the lang file.
Can anyone explain to me ? (I know about keywords, but "salt" ???)
Thanks in advance
104 2016-06-17 12:40
Re: testing pun_wysiwyg (52 replies, posted in Supported extensions)
Thanks. I will wait patiently.
105 2016-06-17 12:00
Re: testing pun_wysiwyg (52 replies, posted in Supported extensions)
Hello !
Bugs are persistent with PunBB 1.4.4. Is this valuable extension meant to be updated, please ?
Here is my error message, that I do not understand :
Parse error: syntax error, unexpected 'text' (T_STRING), expecting ';' in /homepages/18/XXXX/XXXX/XXXX/forum/include/parser.php(811) : runtime-created function on line 1
Thanks in advance.
Edit : after I disabled the extension, the post entered via the wysiwyg extension can be displayed, even with minor errors.
106 2016-06-16 18:03
Topic: Extensions translations to French (1 replies, posted in PunBB 1.4 additions)
I am currently translating some extensions to French, in case anyone is interested. My progress is slow, but I am used to this kind of job.
107 2016-06-16 17:56
Re: Cleaning the temporary users place (2 replies, posted in PunBB 1.4 troubleshooting)
Thank you !!! I was able to create the 2 new members via the add-member extension. I hope they will succeed now. I would have preferred to be able to enter their password too.
108 2016-06-16 15:56
Topic: Cleaning the temporary users place (2 replies, posted in PunBB 1.4 troubleshooting)
Hello everybody !
I installed a new PunBB. 1.4.4, sqlite3, php7.
Users begin to register. Some meet issues with the registration.
After clicking on the link to validate their email address, they cannot even enter the password for the fist time and they are welcomed with an error message. Maybe they did not notice that their user name was case sensitive, I don't know. But they now are stuck in a kind of in-between, a no-mans land, not registered completely, but not able to try a new "first mail validation", since it says that the ticket is not valid anymore. And they cannot start again the registration, since an error message says that the email already exist.
I would like to help by using the add-member extension. But, I can't because "email already exists", even if the member is not truly registered.
How can I clean the temporary files, I mean deleting the temporary pending profiles ?
Thanks in advance.
109 2016-06-09 12:18
Re: Support for PHP 5.5 (13 replies, posted in Development)
Thank you very much !
Everything is OK now with php7
Version de PunBB
PunBB 1.4.4
EnvironnementSystème d’exploitation: Linux
PHP: 7.0.7 - Voir les infos
Accélerateur: Sans objetBase de données
SQLite3 3.8.10.2
110 2016-06-07 12:45
Re: Support for PHP 5.5 (13 replies, posted in Development)
Hello ! Under what delay do you intend to support php7 ? Every script I use support it, but I have to specify 5.6 for the sub-domain with a PunBB. It's not a problem, I can settle the problem this way. I just wanted to convey the error message I met.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DBLayer has a deprecated constructor in /homepages/xx/xxxx/xxxx/xxxx/forum/include/dblayer/sqlite3.php on line 16
Hosting service is 1&1 if this can be of help.
Thanks for everything. Forgive my basic question, I am just a beginner with PunBB.