Show all posts by user
The template language was updated and improved in Phorum 5.2+. You will need new templates and new template hacks and mods.
You can find a list of Templates for Phorum v5 / v6
You can find a list of Templates for Phorum v5 / v6
Re: Quelqu'un a-t-il cherché à corriger les bugs dus à PHP > 7.2 ? - 3 months ago
The only issue that caught my attention... Quoteusing Claude's paid version Le seul point qui a retenu mon attention… Quoteutilisation de la version payante de Claude Good luck in any caseby Scott Finegan - French Support / forum francophone
Re: Quelqu'un a-t-il cherché à corriger les bugs dus à PHP > 7.2 ? - 3 months ago
See edits above...by Scott Finegan - French Support / forum francophone
Re: Close registrations? - 1 year ago
If you rename it, it should get a 404. If you put in a substitute file you could redirect to the list page. OR add it to a .htaccess as a redirect. That register link is built by the phorum code see phorum_get_url.php search on register.by Scott Finegan - Phorum Support
Re: Convert to SSL - 1 year ago
Sorry my computer was down since last Wed. Create a text file, insert the code below. Name the file ????phpinfo.php where the ???? is replaced with something you choose that will prevent robots from running it, and getting access to things robots should not have access to. <?php phpinfo(); ?> Put it in your phorum directory, Run it from the urlbar. Version of php matters? (Soby Scott Finegan - Phorum Support
Re: Close registrations? - 1 year ago
Rename http: // yourforum.xxx/ForuM/ register.php (spaces added) You could also rename the login.php You could delete it, however if you need it later for some reason, the file is still there. Edit>> Most bots go directly to register.php You can change the contents of the register.php to send/redirect the bot to someplace else...by Scott Finegan - Phorum Support
Re: Convert to SSL - 1 year ago
If you are using the Spam Hurdles module see attachment.by Scott Finegan - Phorum Support
Re: Convert to SSL - 1 year ago
Clear the cache from (admin), make sure it is pointed at a directory you can access. May take multiple tries, times out. Check that the cache directory is empty. Event logging turned on in admin? Details usually point to line of code, and or module. PHP logging available and enabled in the php config, and sent to a directory you can access ? Event logging in phorum doesn't log eveby Scott Finegan - Phorum Support
Re: Convert to SSL - 1 year ago
Go to admin / General Settings / scroll to "File/Path Settings" HTTP Path in the box>>> ?????? Change or add the .htaccess (or Windows equivalent) to rewrite http:// to https:// NOTE *Linux is case sensitive, be sure to match path & directory names exactly...by Scott Finegan - Phorum Support
Re: Fatal error in /include/db/mysql/mysqli.php - 1 year ago
Back before covid, I was going to go through the code and fix the issues with php 8.x. Due to family medical issues, that was put on hold, where it remains. Still offers older versions of php. This phorum is hosted with A2.by Scott Finegan - Phorum Support
Re: Fatal error in /include/db/mysql/mysqli.php - 1 year ago
Please note, I have not used these is several years, so I don't know what is up to date. Mysql workbench manual phpmyadmin third party There may be others... Google mysql utilities Some hosts make phpmyadmin available in the website control console.by Scott Finegan - Phorum Support
Re: Module: Topic Poll - 1 year ago
You can try the following. Pretty much do it yourself.by Scott Finegan - v5/v6 Modules/Add-Ons
Re: Fatal error in /include/db/mysql/mysqli.php - 2 years ago
Backup the database. QuoteDuplicate entry ';hooks'; for key ';P5_iC_settings.PRIMARY'; I believe a primary key must be "unique" entry. Disable mods and see if the issue goes away. Turn the mods back on one at a time and test. Try rebuilding the tables using mysql maintenance utility.by Scott Finegan - Phorum Support
Re: Maintenance AFTER moved to a new Webserver - 2 years ago
There are settings in the Admin / General / "User Settings" that affect what the user may change. Check the users "Control Center" that may affect sort order. Also rebuild the Admin / Data Integrity /by Scott Finegan - Phorum Support
Re: Localhost - 2 years ago
Localhost is local storage. (the computer that runs php / phorum / mysql / and usually the web server software. If you have photos or other uploaded files that are not stored in the database, but are stored on disk. and you are using Quote * Store Files on Disk: This module takes care of storing file data (attachments, personal user files) on disk instead of using the database as the fileby Scott Finegan - Phorum Support
Re: How do I unban a user? - 2 years ago
Also check "Ban Lists" and "Edit Forum Permissions" Select forum in the drop down, check permissions in the check boxes... From the ? popup dialog Quote Forum Permissions These are permissions set exclusively for this user. You need to grant all permisssions you want the user to have for a forum here. No permissions from groups or a forum's propertiesby Scott Finegan - Phorum Support
Re: How do I unban a user? - 2 years ago
I can only guess. Go into Admin, "Edit Users" look up the user make him/her "Active" = "Yes" in the drop down selector Find the "Update" button on the form and select it.by Scott Finegan - Phorum Support
Re: Was I hacked? - 3 years ago
To Start... on a local machine. Use a backup of the backup. Extract the backup from the dump file (??????????_xxxxxxxx_2015_11_13_21_13.sql.gz.) Open the xxxxx.SQL file in "Textpad" or "Notepad++ , or equivalent, not Windows "Notepad". Don't turn word wrap on. The file should be readable for the most part Locate the line Quote-- -- Data for Table `Yourby Scott Finegan - Phorum Support
Re: Fixes for PHP 7/8 - 3 years ago
Not that simple. What version of Phorum? What version of php? What version of MySQL ? Running on Linux or Windows? Where is the "cache directory", and do you have permissions? Temporarily disable all Modules not absolutely needed for reading the Forum. Test again. If it works enable modules one at a time, and test. Even though the fatal error is shown in mysqli.php, tby Scott Finegan - Phorum Development
Re: Fixes for PHP 7/8 - 3 years ago
Translated error msg. QuoteField name 'cache_version' already used in .....\Forum\include\db\PhorumMysqlDB\mysqli.php on line 209by Scott Finegan - Phorum Development
Re: Moving a phorum to a new web server - 3 years ago
If you are still having import issues... Many replies One of the replies includes... >> Regarding the time taken for importing huge files: most importantly, it takes more time because the default setting of MySQL is autocommit = true. You must set that off before importing your file and then check how import works like a gem. You just need to do the following thing: mysql>by Scott Finegan - Phorum Support
Re: Moving a phorum to a new web server - 3 years ago
You need to enable the server logs, mysql logs, php logs, check for errors as you go. I usually create a new install using a different prefix, empty the tables of the dummy data, then Import the existing phorum data. Test test test I guess if you control the server, go with php 5.6 There are several threads with various fixes/hacks for 7.x. Depending on which mods you use you mayby Scott Finegan - Phorum Support
Re: Moving a phorum to a new web server - 3 years ago
First, Phorum has not been tested with php7. Some have had a few issues, other have different more major issues. There are several threads here about php7, and some fixes. _Please get error logging enabled. _ mysql/mariadb and php Moving the database. Do not move any table _data_ which Phorum can recreate from scratch (search), or is empty. PHP uses php.ini mysql uses my.ini (by Scott Finegan - Phorum Support
Re: Fixes for PHP 7/8 - 3 years ago
This is the file that was on GitHub when I downloaded it. It appears to be Phorum Core I took a brief look at that time. Attached is a print to pdf of the visible parts of the diff page (overflow not included). Sorry, I didn't expect to be sharing it, however it does give the line #s changed, and examples of how the code needs to be modified to work.by Scott Finegan - Phorum Development
Re: Fixes for PHP 7/8 - 3 years ago
The file I downloaded and saved last year was created Aug. 13 of 2021 available here ->by Scott Finegan - Phorum Development
Re: Locked out of admin login - 3 years ago
Register a new user Go to user table your "prefix_users" edit the user you added "Active" column = 1 "Admin" column = 1 Try to login. Let me know if it does not work.by Scott Finegan - Phorum Support
Re: Locked out of admin login - 3 years ago
Assuming you are running a security suite. See attachment. I can only assume those numbers are defaults. You may also create a new user, go into database and change them to an admin. (haven;t done it in about 12 years, so don't have definitive steps)by Scott Finegan - Phorum Support
Re: Mobile template question. - 3 years ago
You have several issues with your site, some comes from phorum. 1) On the create a new account page. Click in the username box. I get a warning password is not secure. Inspecting I find that it is linked to an URL that is accessed by http, and not https. All modern browsers, and the internet itself treat http and https as separate resources with their own domain name.by Scott Finegan - Phorum Support
Re: Security flaw - 3 years ago
You would need to do something that requires the user to be logged in. Most message boards don't check for credentials (session) again until an action that requires a good login. What happens in the browser with the _old login if you access something like the user control panel, or post a message? (Assuming posting a message requires a current session and logged in user (set in the admin)).by Scott Finegan - Phorum Support
Re: Security flaw - 4 years ago
The question is: why does this not work? include/api/user . php ( around line 119) /** * Function call parameter, which tells {@link phorum_api_user_session_create()} * that session ids have to be reset to new values as far as that is sensible * for a newly logged in user. */ define('PHORUM_SESSID_RESET_LOGIN', 1); /** * Function call parameter, which tells {by Scott Finegan - Phorum Support
Re: Migrating 5.1.16a to newer version - 4 years ago
Sorry That link no longer works, as hosting is no longer available. Thomas ended all hosting in November 2021. I took over hosting (edit) Phorum only, but have been too busy and forgetful to remove all broken links. Scottby Scott Finegan - Phorum Support

