update sqlite
https://stackoverflow.com/a/12399625/5441700
201 2017-06-26 14:01
Re: Database locking causing 503 during load testing (2 replies, posted in PunBB 1.4 troubleshooting)
202 2017-06-18 01:37
Re: [Extension] sva_Media.js (47 replies, posted in PunBB 1.4 additions)
.mediajslink {display: none;}
203 2017-06-13 11:24
Re: Syntax error in admin/forums.php (line 595) (4 replies, posted in PunBB 1.4 troubleshooting)
It is fantastic
Look for the extensions that change the $forum_id variable.
204 2017-06-13 10:22
Re: Syntax error in admin/forums.php (line 595) (4 replies, posted in PunBB 1.4 troubleshooting)
205 2017-04-07 08:13
Re: no longer able to edit (8 replies, posted in PunBB 1.4 bug reports)
@antonvanderijke, http://punbb.informer.com/forums/post/155108/#p155108
206 2017-04-07 03:00
Re: no longer able to edit (8 replies, posted in PunBB 1.4 bug reports)
PunBB 1.4.1
PHP 7.0.7
For PHP 7.0.7 need only PunBB 1.4.4!
207 2017-02-27 16:15
Re: Migration from old host to new host v. 1.4 (2 replies, posted in General discussion)
Open config.php file and set the correct variables.
208 2017-02-19 18:03
Re: Insane query. Aborting. (9 replies, posted in PunBB 1.4 troubleshooting)
Errors are not displayed?
Then do
Or enter on your server and open a log of errors (error.log) of your server.
209 2017-02-19 16:43
Re: Insane query. Aborting. (9 replies, posted in PunBB 1.4 troubleshooting)
Open config.php
Replace
// Enable DEBUG mode by removing // from the following line
//define('FORUM_DEBUG', 1);
to
// Enable DEBUG mode by removing // from the following line
define('FORUM_DEBUG', 1);
Save config.php
---
Or enter on your server and open a log of errors (error.log) of your server.
210 2017-02-10 03:05
Re: No answer possible to a peculiar post (4 replies, posted in PunBB 1.4 troubleshooting)
>Maybe it was because I suscribed to email for forums where there was no message yet.
Very high probability.
It is possible to try such code for correction of a problem:
functions.php file
$previous_post_time = $forum_db->result($result);
-->
$previous_post_time = $forum_db->result($result);
if (empty($previous_post_time)) {
$previous_post_time = 0;
}
211 2017-02-09 16:28
Re: Error in my style (12 replies, posted in PunBB 1.4 additions)
212 2017-02-09 16:22
Re: No answer possible to a peculiar post (4 replies, posted in PunBB 1.4 troubleshooting)
COALESCE(o.logged, u.last_visit)> AND
$previous_post_time --> null or false in code
// Send out subscription emails
function send_subscriptions($post_info, $new_pid)
{
...
// Get the post time for the previous post in this topic
$query = array(
'SELECT' => 'p.posted',
'FROM' => 'posts AS p',
'WHERE' => 'p.topic_id='.$post_info['topic_id'],
'ORDER BY' => 'p.id DESC',
'LIMIT' => '1, 1'
);
($hook = get_hook('fn_send_subscriptions_qr_get_previous_post_time')) ? eval($hook) : null;
$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
$previous_post_time = $forum_db->result($result);
213 2017-02-08 12:28
Re: Error in my style (12 replies, posted in PunBB 1.4 additions)
As your mik.php file connected to PunBB?
214 2017-02-08 02:28
Re: Error in my style (12 replies, posted in PunBB 1.4 additions)
Without code from your file you all the same can't be helped.
215 2017-02-07 17:23
Re: Error in my style (12 replies, posted in PunBB 1.4 additions)
text style/mik/mik.pkp file?
216 2017-01-19 14:19
Re: [Extension] sva_Media.js (47 replies, posted in PunBB 1.4 additions)
v 1.3.0
+ LiveLeak.com
+ Links in the citations are not converted.
- IE v8, 7, 6
* Pleer.com/net (new player domain)
* Twitch (flash->iframe + autoplay off)
217 2016-12-08 09:16
Re: Problem about not delete record in Website. (2 replies, posted in PunBB 1.2 troubleshooting)
@thanhvanchi, very few people use PostgreSQL.
The dblayer/pgsql.php driver is badly tested because of it.
PunBB v1.2.x isn't supported long ago.
PunBB v1.4.x too is almost not supported (officially there is only 1 developer).
218 2016-12-07 06:29
Re: Flooded with spam. Anything I can do? (5 replies, posted in PunBB 1.2 discussion)
Fancy stop spam works wonders.
Only 1.3.x/1.4.x versions.
219 2016-12-06 05:26
Re: Flooded with spam. Anything I can do? (5 replies, posted in PunBB 1.2 discussion)
If I remember correctly, it is possible to mass delete users in the admin area -> users.
Set an antispam/antibot modification for the forum, for example http://www.punres.net/desc.php?pid=503
Or update the version of your forum.
220 2016-12-03 04:47
Re: [TEST] sva_parserus (the Parserus parser for PunBB) (1 replies, posted in PunBB 1.4 additions)
221 2016-12-03 04:35
Topic: [TEST] sva_parserus (the Parserus parser for PunBB) (1 replies, posted in PunBB 1.4 additions)
Link https://github.com/MioVisman/punbb_exte … a_parserus
My Parserus parser as expansions for PunBB forum.
Replaces (or tries to replace ) the standard parser.
Requirements: PHP >= 5.4.0
For the work uses hooks:
es_essentials - connection of an automatic loader;
ps_start - initial settings of the parser;
ps_parse_message_start - parsing of messages to html;
ps_parse_signature_start - parsing of signatures to html;
ps_preparse_bbcode_start - verification of the entered messages, removal of empty bb-codes, auto detection of exiles, return of mistakes.
* Remaining hooks from include/parser.php (except hook from the handle_url_tag() and handle_img_tag() functions) shan't be executed as are left in the basket, in an old parser.
Two new hooks are added (at the moment):
parserus_start_vars - for installation of variables before start of the parser:
$smilies - original array of smiles
$smFolder - way to the folder with smiles (by default $base_url . '/img/smilies/')
$smTpl - template for display of smiles (by default '<img src="{url}" alt="{alt}">')
$whiteListForSign - array of bb-codes of the allowed in the signature (by default ['b', 'i', 'u', 'color', 'colour', 'email', 'img', 'url'])
parserus_start_set - for setup of the parser after its initialization (adding of new bb-codes, parser variables).
$parser - link to the parser (class ParserusEx)
Now the parser knows standard bb-codes (b, i, u, color, colour, h, quote, code, email, *, list, img, url) and spoiler bb-code (from my sva_spoiler extension).
It is easily possible to create difficult bb-codes.
Example (implementation of the table, 11 parameters in a bb-code):
[table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse; width:500px"]
[tr]
[th style=width:50%]Position[/th]
[th style=width:50%]Astronaut[/th]
[/tr]
[tr]
[td]Commander[/td]
[td]Neil A. Armstrong[/td]
[/tr]
[tr]
[td]Command Module Pilot[/td]
[td]Michael Collins[/td]
[/tr]
[tr]
[td]Lunar Module Pilot[/td]
[td]Edwin "Buzz" E. Aldrin, Jr.[/td]
[/tr]
[/table]
[url][img]http://localhost/punbb/img/avatars/2.gif[/img][b]picture link[/b][/url]
-->
<a href="http://localhost/punbb/img/avatars/2.gif"><span class="postimg"><img src="http://localhost/punbb/img/avatars/2.gif" alt="2.gif" /></span><strong>picture link</strong></a>
223 2016-11-10 02:44
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
Still the same connection warning regwrding mysql_connect() vs mysqli.
In what file this error?
In the file mysqli.php such a function does not exist. Maybe this error comes from the extension?
-----------------------
And I also have a deprecation error in the posts, regarding the #e parameter
It is necessary to update expansions which add new bb-codes for v 1.4.4.
224 2016-11-09 12:50
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
What error at the moment?
225 2016-11-09 11:59
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
For mysql there is no difference between $p_connect = true and false.