Show all posts by user
All modules known to work or written for 5.2.0 and up. Modules are small packages that increase or change the functionality of Phorum in some way, without changing any of the main Phorum code.
You can find a list of Phorum 5.2 Modules --> Here
You can find a list of Phorum 5.2 Modules --> Here
Re: Post error after MySQL update - 7 years ago
I managed it figure out what cause it. I had to turn off the STRICT_TRANS_TABLES in SQL Modeby CBiLL - Phorum Support
Post error after MySQL update - 7 years ago
Today I updated MySQL to 5.7 and we are getting this error when we try to make a new post. Can anyone help me troubleshoot this Thank you Bill Phorum Database Error Sorry, a Phorum database error occurred. Please try again later! Error: Field 'recent_author' doesn't have a default value (1364): INSERT INTO phorum_messages (forum_id, datestamp, thread, parent_id, aby CBiLL - Phorum Support
Re: Image no longer loading in posts - 7 years ago
I got it figured out. When I upgrade PHP, I had to recompile the imagick php module. I thought the upgrade would use the same modules.by CBiLL - Phorum Support
Re: Image no longer loading in posts - 7 years ago
convert is still working on the server ns(313):[/]-#convert --version Version: ImageMagick 6.7.2-7 2017-03-22 Q16 Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMPby CBiLL - Phorum Support
Image no longer loading in posts - 7 years ago
I am getting report that images are no longer loading in post,instead it display an error message Image error convert: improper image header `-' @ error/png.c/ReadPNGImage/3647. convert: option requires an argument `-write' @ error/convert.c/ConvertImageCommand/299 Can anyone tell me what causing this error and advise how to fix it? Thank you BIllby CBiLL - Phorum Support
Re: Module: Embed Images - 7 years ago
Is anyone using this module with php 7.0.x? When I upgrade my php from 5.6 to 7.0.x . it breaks the images so I had to downgrade to get it back. If you are running it with 7.0, will you share how you got it to work? Thank you Billby CBiLL - v5/v6 Modules/Add-Ons
Re: Crowdfunding for Phorum - Wordpress-PlugIn - 7 years ago
QuoteOliver Riesen-Mallmann I need a complete mobile template. Just create a template using BootStrap or Zurb Foundation framework and it will be fully responsive forum. I was planning on creating such template using those frameworks but other project took priority so I have put it on the back burner. Billby CBiLL - Phorum Development
Re: Module: Online Users - 8 years ago
QuoteScott Finegan The following is what I would try. If you can get to the admin, make the phorum unavailable Get a backup :) of everything. Turn the module off. Clear/Empty the cache. Verify it has been emptied, or do it manually using the Hosts "panel" Using phpmyadmin, or another admin tool, run maintenance on the table. Verify the "Online Users"by CBiLL - v5/v6 Modules/Add-Ons
Re: Module: Online Users - 8 years ago
My online user just stop working and this error is displayed Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 81 bytes) in /home/garyk/public_html/include/db/mysql/mysqli.php on line 290 I tried everything to get it working again but no go. It can't be the server because I have more than one phorum installed and online user are working fine on other pby CBiLL - v5/v6 Modules/Add-Ons
Re: Switched over to SSL secured http but smiley mod still using plain http - 8 years ago
QuoteThomas Seifert just go to the smileys module settings and save them again Wow quick and easy fix. That fixes it, thank you Thomas Billby CBiLL - Phorum Support
Switched over to SSL secured http but smiley mod still using plain http - 8 years ago
I have switched all our phorum site over to https:// however we were still getting unsecured message and I narrowed it down to smileys module. It it still loading with plain http:// not https:// img class="mod_smileys_img" src="; alt=":clapping:" title=":clapping:" How do I fix this? Thank you Billby CBiLL - Phorum Support
Re: Is there any future for Phorum? - 11 years ago
QuoteThomas Seifert Repeating the question over and over again won't get you another answer. As said already: There is currently no ongoing development beside of critical fixes. I'm for one using the 5.3 development code in production and I'm doing minor customer coding. We can't see in the future, if some additional developers will pick it up, it might change quicklby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
I managed to fix it. I read in another post that lang file had a character set setting in it but my lang file was already at UTF-8 Then I remember I had a custom lang file in my module and saw it was set to the ISO so I changed it to UTF-8 and it working! (hopefully) Billby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
Looking over my forums and the output source, one thing I notice that my forum is not generating this mega tag something like <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> But I see it generate here on Phorum.org Could that be my issue? How do I check to make it generate it ? Billby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
QuoteScott Finegan How did you convert it, perhaps you missed a step? a google search on ' convert mysql to utf8 ' without the quotes gives many ways to do it. Depending on the size of your database, this may time out. When I did mine, I dumped, modified the create table statement in the dump file, and then reloaded to an empty database. We ran that script on our test phoruby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
QuoteScott Finegan How did you convert it, perhaps you missed a step? a google search on ' convert mysql to utf8 ' without the quotes gives many ways to do it. Depending on the size of your database, this may time out. When I did mine, I dumped, modified the create table statement in the dump file, and then reloaded to an empty database. We googled and found a script thatby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
Here another example that your forum here on Phorum.org are accepting characters like ® but ours removes it and anything after the character get removed along with it after we make a post on our forum. on our forum after we post one two ® three four then only this will appear one two How do we troubleshoot to fix this? Thank you Billby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
one two ® three fourby CBiLL - Phorum Support
Re: Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
You would would notice the symbol look like a dash between the one two and the three four somehow is cutting off the remaining post after you try to save it on our forum. Anything after the "—" get erased so if you post one two — three four then post it on our forum only one two will appear and the remaining get erased. Any idea why this is happening on our forum? Thank youby CBiLL - Phorum Support
Some character causing posts to cut off on our forum after we switch to UTF8 - 11 years ago
one two — three fourby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
QuoteScott Finegan If the broken image is the front and back of a coin, or two coins, the actual image is OK, I was able to navigate to it, download it, add .jpg and display it locally. A newly uploaded image works, so the Phorum code appears to be working. Some things to investigate. 1) Are you using version: store_files_on_disk-1.1.1 ? Are the timezone settings identical on all servby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
QuoteScott Finegan If the broken image is the front and back of a coin, or two coins, the actual image is OK, I was able to navigate to it, download it, add .jpg and display it locally. A newly uploaded image works, so the Phorum code appears to be working. Some things to investigate. 1) Are you using version: store_files_on_disk-1.1.1 ? Are the timezone settings identical on all servby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
QuoteScott Finegan What happens when you run the following script? Try this on one of the pictures that is broken, and one that has been uploaded after the upgrade. <?php $file = '/home/yourweb/public_html/somedirectory/somepicture.jpg'; if (is_file($file)) { $imginfo = getimagesize($file); foreach ($imginfo as $key=>$val) { echo $key . ' = ' .by CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
Looks like there an issue with current images after the upgrade of PHP because if I start uploading images after the upgrade, the images are working fine But the images before the upgrades still does not work just the ones uploaded after the PHP upgrade. Anyone have any idea why is that? Billby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
I created a new Phorum forum from scratch on same test server. Installed the modules embed_attachments embed_images store_files_on_disk user_avatar All images uploaded and working fine ... I turn on Tidy and it broke the attachment "embedded" images but not the avatar images however on the other test site Tidy is turned off and still images are broken. I tried turningby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
Here what I am doing right now ... Creating a new Phorum forum on the same test server then I will try module one by one and see if it break anything in the process to narrow it down ... I suspect the file on disk module but not sure yet since I cannot turn it off because all images had been converted to file on disk from database. We have a huge forum where folks upload images everyby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
QuoteScott Finegan json shouldn't be required. You have probably already tried this, so fwiw. Turn event logging module on. Set Minimum log level to Debug Software events ... check all of the boxes. In the embed images module What image viewer do you want to use for displaying full size images? Set to browser. Advanced caching options. Cache directory for scaled images (by CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
QuoteScott Finegan Hi Bill, Try setting... error_reporting(-1); or error_reporting(E_ALL); see run phpinfo(); on both installs and compare the output. or php -i on the command line and redirect to a file ... you are looking for missing GD, mbstring, Zip etc. I checked both php and compared them, only thing I can see missing in 5.4 is "json" supportby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
QuoteScott Finegan Hi Bill, Try setting... error_reporting(-1); or error_reporting(E_ALL); see run phpinfo(); on both installs and compare the output. or php -i on the command line and redirect to a file ... you are looking for missing GD, mbstring, Zip etc.a Ok I will check but I did compare the phpinfo and seem both similar only difference I can find is thby CBiLL - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
If any of the Phorum developer would like access to my test server to troubleshoot this, send me a PM and I'll set you up an server admin account. Right I am unable to get any of the images to work in PHP 5.4 or higher and I need to get it working because PHP 5.3 suppose to be end of life in July. I am willing to try anything to get this working in PHP 5.4 or higher. Thank youby CBiLL - Phorum Support

