Hello, i guess it would be either host issue or configuration. To be sure, can you try with another host, free host if you have ?
Can you also check the read/write permissions ?
Which kind of database is it ? Mysqli ? SQLite ?

52

(6 replies, posted in Feature requests)

torontoproductions1 wrote:

(pretty please don't make this a bad idea!)
✌ Code: :victory:

Where is this extension for Emoji's ?

53

(1 replies, posted in Feature requests)

It's not Punbb fault, the fault is the author of the site, to choose a stupid question that has no logical answer.
So if you think a little you don't have to blame Punbb, put the blame on the webmaster of that site, contact him for that stupid question, ask him why, but don't ask punbb...

Thank you, no way to put a little text to say why we like or dislike ?
I've seen http://punbb.ru uses something like that, what's the extension ?
An example we can see all +1 on the profile and reasons why :
http://punbb.ru/reputation_view-1560.html

Hello, any version of "pun karma" for punbb 1.4.4 ?

Ok the problem came from my Pan Framework (it was 0.1.6), updated to 0.1.7 and now Pan Uploader 0.4.6.2 works fine.
Anyway to name image files in Pan Uploader 0.4.6.2 ?
I don't see the changes between 0.4.6.2 and 0.4.2, what's new in 0.4.6.2 ?

Hello, i had Pan Uploader 0.4.2 that works fine to upload images, i've seen that it has been updated to 0.4.6.2, i've tried this version but now can not upload any image with that last version.
I came back to 0.4.2 -> can upload images
I came back to 0.4.6.2 -> can not upload images

Any idea why the new version 0.4.6.2 doesn't work in my forum ?
Can i try version between 0.4.2 and 0.4.6.2 ?

Hello, yes i didn't found an extension to do that, in forums as newsgroups forums, its something natural, you can crosspost forums (2 forums at the same time, not 3), and i often crosspost when a topic is fine for 2 forums, this way we use the same topic for 2 forums, yesterday i realized there's no way to do it in PunBB.

Hello, sometimes a topic is fine not only for one forum, but interesting for 2/3 forums.
An example, if we have a joke about finance, various forums, including one forum "finance" and other forum "for fun", it could be nice to crosspost (post in 2 forums in one topic) in the 2 forums "finance" and "for fun".
I didn't see this possibility ? Is there an extension for that ?
Thanks,

Pierre

Hello, i just installed the new version 0.6.8, one thing i see it still doesn't do when we change the date of a post, it still doesn't change in the list of topics (forum).
So after changing date of posts, the last post of a topic, when you go on the post, you have the changed date, but when you come back to the forum, it still have the original date.
To be coherent, in case the post you change date is the last one of the topic, then better change it too in the list of topics, because it will display another date for the last post on the list of topics.

Another thing, you say "reassigning message authors" is possible, but i don't see where we can change name authors of posts ? it seems that we only can change date.

Thank you sempai, it still works fine with PunBB 1.4.4 smile

Hello, maybe i didn't look well but i didn't see any option in PunBB to put a time limit for editing posts for normal users (in PhpBB we can put a limit time to edit a post, 1 hour, 2 hours, 1 day etc...).
I don't think it's a good idea to let the possibility to edit posts/topics forever, it can let happen :
- spam (some spammers can post normal and change a week or a month later all the messages with spams)
- deleting messages or change messages in topic to make appear someone else a fool
etc...
So is there an extension that allows to put a limit edit of posts/topics for a normal user ?
I guess something like 24 hours to edit a post or topic would be enough for a normal user.

It's not big deal, Pan SEO is enough as it redirects 301 when urls are truncated smile

Thanks, it works fine, both truncated forums urls and truncated topics urls are redirected in 301, you're the boss cool

Hello, when a url is truncated (in some cms, forums), it doesn't redirect to correct url, so in case a truncated url redirects to one topic, i guess google will see various url for the same topic ?
Exemple : topicxx-i-want-to-talk-about-truncated-urls.html can be accessed by topicxx-i-want-to-talk-(...) and it doesn't redirect to topicxx-i-want-to-talk-about-truncated-urls.html
Wouldn't that be better for SEO if any truncated url topicxx(...) would be redirected in 301 to topicxx-my-topic-subject.html ?

Hello, in url rewriting mode (file based fancy), the structure is of url : topicxx-this-is-the-subject-i-want-to-talk-about.html
Sometimes it can generate long url, could that be possible (and easy) to change to txx-this-is-the-subject-i-want-to-talk-about.html or even shorter url : xx-this-is-the-subject-i-want-to-talk-about.html ?

67

(8 replies, posted in PunBB 1.4 bug reports)

The time to make the upgrade to 1.4.4, it would be better to downgrade your php version, to prevent any bug.
Can you downgrade your php version with your web hosting ?
Try it, maybe this way, maybe you could edit post again, and make the upgrade more safely.
Once you made the upgrade to 1.4.4, you can upgrade to php7 and make the change in the file i've mentionned.
PunBB was made initially to support php 5.5 and php 5.6, so downgrade temporarily to php 5.3 or 5.4 would be enough for your PunBB 1.4.1 to work fine.

68

(8 replies, posted in PunBB 1.4 bug reports)

As Visman said, you need Punbb 1.4.4 for Php 7, and you need to make a little change in include/dblayer/ for punBB to use correctly Php7, take a look here : http://punbb.informer.com/forums/post/155990/#p155990

69

(8 replies, posted in PunBB 1.4 bug reports)

Hello, which version of php and punbb ?

Yes, the same error for Pan Moderator, in .../extensions/pan_moderator/hooks/ed_pre_subject.php when you change post date.

I've changed :

            <label for="fld<?php echo ++$forum_page['fld_count'] ?>"><span><?php echo $lang_pan_moderator['posted'] ?></span><small><?php printf($lang_pan_moderator['posted_i'], date("Y-m-d H:i:s", time())) ?></small></label><br />
            
            <span class="fld-input"><input id="fld<?php echo $forum_page['fld_count'] ?>" type="datetime" name="req_posted" value="<?php echo (isset($_POST['req_posted']) ? date("Y-m-d H:i:s", $posted) : date("Y-m-d H:i:s", $cur_post['posted'])) ?>" size="20" maxlength="19" /></span>

By :

            <label for="fld<?php echo ++$forum_page['fld_count'] ?>"><span><?php echo $lang_pan_moderator['posted'] ?></span><small><?php printf($lang_pan_moderator['posted_i'], format_time(time())) ?></small></label><br />
            
            <span class="fld-input"><input id="fld<?php echo $forum_page['fld_count'] ?>" type="datetime" name="req_posted" value="<?php echo (isset($_POST['req_posted']) ? format_time($posted) : format_time($cur_post['posted'])) ?>" size="20" maxlength="19" /></span>

Errors are gone too when editing and changing date of posts.

Thanks it works fine for Pan Uploader, the errors messages with the images are not there anymore.
Same problem with upload files :

Strict Standards: date(): We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /xxx/extensions/pan_uploader/files.php on line 164 11.03.2017 14:08

line 164 is :

<td class="tc2"><?php echo date("d.m.Y  H:i", $file['file_loaded']) ?></td>

so it will become :

<td class="tc2"><?php echo format_time($file['file_loaded']) ?></td>

Confirmed, errors gone too for files smile

Taking a look at google, i see this error is commun, maybe due to a change of php 7 syntax ?
https://www.google.fr/?gws_rd=ssl#q=Strict+Standards:+date():+We+selected+'Europe/Berlin'+for+'CET/1.0/no+DST'+instead+in+&*

An example where this error is explained :
"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. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in ... (line of the script)"

In my case for the uploaded images win Pan Upload (this time i tested without Pan Moderator with a fresh new intall of PunBB, i have the same error with the uploaded images) :

Strict Standards: date(): We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /xxx/extensions/pan_uploader/images.php on line 165

The line 165 in images.php is :

<td class="tc3"><?php echo  date("d.m.Y  H:i", $image['file_loaded']); ?></td>

Which Syntax should it be to avoid error message ?

<td class="tc3"><?php echo  date.timezone("d.m.Y  H:i", $image['file_loaded']); ?></td>

This syntax ?

73

(4 replies, posted in Feature requests)

Hello, is there any way for the admin to create users with PunBB 1.4.4 ?
I've tried pun_admin_add_user v1.4.1 but it doesn't seem to work with PunBB 1.4.4, when i create an user it's not created in the member list, and when i search the user i created, the search form doesn't find it.

Edit (in case it's useful for somebody) : if i take a look at the database, the user has been created, but in the group_id "0" (not active), if i change to group_id "3" (the group of other users), the user appears in list, and the search form can find it.

Hello, will there be a possibilty to rename images files after upload (without using ftp software) ? If there's a lot of images, with names of files like be596e2f403fdaf73b5e4936383967 it's hard to know which image it is.
In Uploader -> Image -> Upload images -> Copy a link
A way to do it would be to let change the link (rename image) and save,  the idea is the script would rename the file after saving.

Any way to avoid the "Strict Standards: date(): We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in " in the edit date ?
I have also this error with pan upload, even if i desinstall Pan Moderator 0.5.6.2, i still have this error message in dates of upload (even uploads after Pan Moderator 0.5.6.2 desinstalled and cache cleaned), it also does that an user can not upload something when Pan Moderator 0.5.6.2 is installed as said here :
http://punbb.informer.com/forums/post/156949/#p156949