I hope this bug is fixed: http://punbb.informer.com/trac/changeset/799
I've modified the code to avoid CURLOPT_FOLLOWLOCATION constant using. But I'm not sure that get_remote_file() will work properly in all cases. Please, test this new version.
You are not logged in. Please login or register.
PunBB Forums → Posts by Parpalak
I hope this bug is fixed: http://punbb.informer.com/trac/changeset/799
I've modified the code to avoid CURLOPT_FOLLOWLOCATION constant using. But I'm not sure that get_remote_file() will work properly in all cases. Please, test this new version.
what about 1.2.20 to 1.3RC2?
Procedure is the same. Just don't forget to backup your PunBB files and database. But all your mods installed will not work on 1.3.
It is not recommended to use 1.3 RC2 in the production mode. It still contains several bugs (including reported above) that are to be fixed in 1.3 final release.
Is this punbb release based on the fluxbb subversion version?
Partially. We have developed PunBB 1.3 keeping an eye on FluxBB development. Some changes have been imported, we have made the others. See Trac timeline for details.
Is RC2 currently used on this domain?
No.
So, PunBB and FluxBB are the same, technically?
Not exactly the same, but nearly the same. See the project history for additional details.
But these branches are to be merged: http://punbb.informer.com/trac/ticket/176
It will be done soon.
Plagin "pun_attachment v1.0a" does not work with archive. The Archives are downloaded spoiled.
Firefox downloads files with normal name, but opera "misk.php" or "misk.rar".
We have fixed this bug. The patched version of pun_attachment will be published soon. But you can download it now from trac browser (link "Download in other formats: Zip Archive" at the bottom of the page).
We have started to develop pun_antispam extension. It is based on the rei_captcha extension.
See the pun_antispam specification.
Feel free to report bugs or suggest improvements.
Thanks for your report, it will not be easy to fix this bug. But I can give you an recommendation.
Before updating pun_pm just disable it (Administration -> Manage extensions, click on "Disable" link). This will help while either updating with pun_repository or manual uploading a new version.
Remember that you shouldn't uninstall pun_pm if you don't want to loose all users' messages stored in DB.
Here is an instruction that fixes the issue:
1. Open manifest.xml in pun_pm directory.
2. Find the following code (lines 73-77):
WRONG:
'body' => array(
'datatype' => 'TEXT',
'allow_null' => false,
'default' => '""'
),
3. Delete the "'default' => '""'" line.
RIGHT:
'body' => array(
'datatype' => 'TEXT',
'allow_null' => false
),
Or you can just download the new version of manifest.xml from svn.
Thanks for your report.
your views should not be ranked higher just because you are a developer..
Sure. But we are more familiar with PunBB than average user. I think this is the reason.
There are many reasons, of course. Everything depends on what forum you are using now. PunBB is faster and easier to use than many other forums. PunBB 1.3 in comparison with 1.2 has the extension system and supports UTF-8.
Together with advantages there are disadvantages in PunBB. Some of them are eliminated in 1.3, others have to be eliminated later.
The most your hear is the developers views
And these views are the most adequate, aren't they?
This extension doesn't work in SQLite installs.
Thanks for your report. We work on this problem.
mmm the theme is good, but i think that the color of the Oxygen theme are better.
Anatoly, I told you that there shouldn't be the red color and explained why
Historically OOP wasn't used for speed reasons (that was made the corner-stone). And though an OOP-code would be more structured, nevertheless we try to keep the code easy to read and understand.
no need to give ID to open user's inbox.
Yes. On the other hand we've decided to make the PM page as a subsection in the Profile. The id makes PM-links similar to other links in the Profile section.
Thanks for your report.
Fixed.
I think this idea isn't as good.
There is quite a simple logic. Near the link "New posts" should be displayed a text that tells user how many unread messages he's got. It would be nice if this text were the link to the user's inbox.
Administrator can easily add links to the main navigation menu (Administration -> Settings -> Setup). "Private messages" could be one of these links if this is required.
This is my private opinion. Feel free to give your reasons.
Update. The described way doesn't work. The link to the user's inbox contains the user's id. This id сhanges from one user to another. Probably we should think about removing this id.
There is another foreach() in manifest.xml (line 125) that works only on PHP 5:
foreach ($pun_repository_ext['dependencies']['dependency'] as &$pun_repository_ext_dep)
This is definitely a bug. The makeshift solution is to remove '&' symbol from this line.
Yes, this error appears in PHP 4. But you can fix it. I've written how to do it in the topic: http://punbb.informer.com/forums/topic/ … all-page/.
It's obviously the same error as here: http://punbb.informer.com/forums/topic/ … tall-page/
You're welcome.
This error appears because of pun_repository.
It contains a construction that works only on PHP 5.
I've fixed this, but there is still an old version in the extension repository.
You can fix this (http://punbb.informer.com/trac/changeset/299) or download 'pun_repository/manifest.xml' from SVN (http://punbb.informer.com/svn/extension … nifest.xml).
Update: Don't forget to reinstall pun_repository after changing manifest.xml.
This is quite a strange error.
Are you sure you use the proper version of PunBB? Pun Private Messaging was developed to work on current version of PunBB 1.3. It was tested on 1.3 RC and may not work on earlier versions.
Maybe there is an error in a file from 'include/dblayer/' directory. Please, try to replace the files from this directory by original files from the installation package.
If this doesn't work, provide us the following information:
1. What version of PunBB do you use?
2. Do you use 'MySQL Standard' or 'MySQL Improved' access to DB?
What database do you use? Pun Private Messaging has been tested on MySQL. Seemingly it is to be tested on others.
We plan to add links "Send private message" in the next version of pun_pm. They will be placed in the user's profile and near the posts.
PunBB Forums → Posts by Parpalak
Powered by PunBB, supported by Informer Technologies, Inc.