Show all posts by user
If you are having a problem with Phorum, this is the place to look for an answer. You can also find help on our Discord.
After 4 days of chasing my tail, I think i have resigned to failure.. - 8 months ago
finally got a good build of php with all the modules, but could never get previews to display. Tried neutering the js to just post the image without scaling but that failed. Attempt 2, that was several days, I thought I was on track with Centos7, even got php 5.3.29 going (as close as I could to centos 6 5.3.3) and still can't get previews to display. Clicking the error will bring up the fby Rob Granger - Phorum Support
Re: Ohhh, I had to be that person, i hope I can be forgiven 5.2.12a and embedded_images on Centos7 - 8 months ago
I just uploaded an image, and i can read that back, older images hang on the scaling jig. old: won't scale stat 3943 File: '3943' Size: 264236 Blocks: 520 IO Block: 4096 regular file Device: fd02h/64770d Inode: 51949011 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 502/ ppbb) Gid: ( 502/ ppbb) Access: 2025-11-27 19:19:44.823000000 -0600 Modify:by Rob Granger - Phorum Support
Ohhh, I had to be that person, i hope I can be forgiven 5.2.12a and embedded_images on Centos7 - 8 months ago
I have been running centos 6, but that has just become so outdated I had to try and make a move. Tried debian 12 first, now trying Centos 7. I have almost everything working except the embedded images module. It crashes trying to genearate the preview with 500. I have gd and image magic installed and php 5.6.40 running the lightspeed webserver. I have been out of coding for so long, but have spby Rob Granger - Phorum Support
Re: Attachments and store_files_on_disk module... - 12 years ago
I updated my save file on disk to the 1.1.1 version and it seems that the phorum_db_file_get is not pulling the data from the file system. I will try and do more digging. Joe, would it be possible to add a link to the file instead of attaching the attachment? I have allow links and it seems like this would be the easy solution to avoid having to deal iwth the store_files_on_disk module. Nowby Rob Granger - v5/v6 Modules/Add-Ons
Attachments and store_files_on_disk module... - 12 years ago
I guess I just was always too busy to look, but it seems that with that module the attachments are not being attached. I just now saw this, i will attempt to debug and see if maybe replacing the attachment string with the full path to were images are stored will enable the mailer to attache the file. will follow up when I have more info. Thanks again for the module, joe! I was digging arounby Rob Granger - v5/v6 Modules/Add-Ons
Appears not to be an IE issue but a windows one... - 13 years ago
Chrome and Firefox work on windows, but both fail on osx 10.8.3, i didn't see any calls to dlls, must be the version of java on osx now...by Rob Granger - Phorum Support
phorum 5.2.12a, admin_mass_email odd issue... - 13 years ago
sorry, I am so stupid, it works under IE. guess I have never tried to run it on the mac before... I can't delete this, but if an admin.... otherwise, my apologies and please ignore. Rob I had a server crash, ups ran out and I lost the winders 2008 server. I when the system came back up, I tried to send a mass email, but instead of getting the drop downs for user/group/etc I seby Rob Granger - Phorum Support
Re: Joe, a follow up. I notice that attachments are not being sent.... - 15 years ago
Joe, I sent you a PM with my email info. I have setup a test forum and posted a picture, 60K and now have the email that I can forward to you. I will also send you the login for the test forum. Robby Rob Granger - v5/v6 Modules/Add-Ons
trying to add support for youtube: feature=player_embedded& - 15 years ago
I am not sure if it is the ampersand int body or in the search that is voiding the test: remove the ampersand after embedded in the code and body and it works, put them in and it doesn't. is the ampersand getting encoded in the body and do I need to search for something else? thanks Rob $search[] = "/http:\/\/(\w+\.)?youtube.com\/watch\?feature=player_embedded&v=([\w_-]+)*/iby Rob Granger - v5/v6 Modules/Add-Ons
Joe, a follow up. I notice that attachments are not being sent.... - 15 years ago
it appears that there is a jpg in the subscription email, but they all are 288 Bytes. Is there a module that I am missing for this to function? Cheers, Robby Rob Granger - v5/v6 Modules/Add-Ons
Joe, english.php fixes... - 15 years ago
I noticed in a few spots you have "Your have", should be "You have" Thanks again, love the mod!! Robby Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Post Previews - 15 years ago
Thank you guys for all the cool mods!by Rob Granger - v5/v6 Modules/Add-Ons
Maurice / Joe, the offending "include" is in the orginal code for the preview - 15 years ago
$ vi ./post_previews/post_previews.php I changed that to include_once and we are good! I had used the include_once in the snippit that I had added to the forum_subscriptions and it confliced with this one. This is the code that I updaded of Joe's: // get the message body to preview - formatted as necessary if (!empty($PHORUM["phorum_mod_post_previews"]["show_by Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Post Previews - 15 years ago
Gee, thanks! I have been trying to use the firebug stuff and not having a lot of luck. guess in a panic is not the best time to learn a debug tool! you rock.by Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Post Previews - 15 years ago
Sure I have found that disabling this stops the issue: Show the message body in the preview formatted as it would appear on the read page: Let me re-enable that flag and here is a link to the forum. I think that it should be doing it even if you are not logged in, let me know and I will send you a working login. Rob rgranger@dodby Rob Granger - v5/v6 Modules/Add-Ons
Error: Ajax Phorum API call succeeded, but the return data could not be parsed as JSON data. - 15 years ago
I tried to post the stack, but then phorum thinks that I am doing a hack. I am not sure when this started because I don't use the function. Any ideas? Can i email you or let you view the page? Rob Grangerby Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 15 years ago
Joe, I have pinned it down to one of these tests: //if (!empty($PHORUM["phorum_mod_forum_subscriptions"]["send_only_new_threads"]) && !empty($data["parent_id"]) // || !empty($PHORUM["phorum_mod_forum_subscriptions"]["ignore_selected_forums"]) && empty($PHORUM["phorum_mod_forum_subscriptions"]["by Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 15 years ago
Joe, I get nothing. I see nothing in the logs (debug mode) in the module and debug in the logging page. I do see emails if someone signs up for notifications via the post options. I have set it to send my own posts and to send emails after each post. Thanks in advance, Robby Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 15 years ago
Joe, no problem! I shut down my big board. I just checked back and will install this update and see if it fixed the issue or if we still need to do some debugging. Cheers Merry Chirstmasby Rob Granger - v5/v6 Modules/Add-Ons
Re: Spam User - 15 years ago
Ok, I know that I am having an off Day (ok year), I am not finding an "Auto Hide" module? maybe called something else?by Rob Granger - Phorum Support
Re: Spam User - 15 years ago
I will look at that. so many modules, so little time. What i was shooting for was a way to limit logins, not many of the bots have actually posted, just trolls. So, I was looking for a way to force users to enter good email and then be able to manually OK them to have the final troll check. I am going to look up that module now. I dont think that the spam hurdles is going to do what I waby Rob Granger - Phorum Support
Re: Spam User - 15 years ago
Thanks Oliver, the other part of this is that I would like a double filter, so that I can check for trolls. I will look into the spam hurdles mod and see if that may work. I have scoped out how to do what I want manually, I don't think that I can modulize it. But I haven't figured out how to only do the notifications and have it look at user status -1 only and not include the -3s thby Rob Granger - Phorum Support
Re: Spam User - 15 years ago
Sorry, was rushing out the door: It would be nice if it would :) I get so many spam type registrations that it is insane. I turned it on and in an hour had 20 obvious spam requests for registration. It would be nice to only then have to review the ones that have been responded to, if that makes sense? Thanks for you time, Rob PS: I see how some may wish to do them in parallel.by Rob Granger - Phorum Support
Just a suggestion on the option for email and moderator approval... - 15 years ago
can you delay the user showing up in the moderator's queue until after the email has been replied to. so, user registers, the email goes out, gets a replay and then the moderator sees the pending approval. that would reduce a lot of clutter.by Rob Granger - Phorum Support
removed the module and then installed again... - 16 years ago
this time only the _mod_forum_sub_subscriptions was created. i also have made some posts and I don't see any evidence of your hook firing. is there a way to verify that the hooks were installed correctly? Thanks Robby Rob Granger - v5/v6 Modules/Add-Ons
Re: This is odd. this repeats hundreds of times... - 16 years ago
queue_id 5 recipient_ids a:1:{i:0;s:1:"0";} mail_data a:9:{s:8:"forum_id";s:1:"2";s:10:"message_id";s:7:"1574103";s:7:"user_id";s:1:"7";s:5:"vroot";s:1:"0";s:8:"read_url";s:65:"? forumname Test Forum sitename Porsche Pete's Boxster Board author testuser2 subject Re: testby Rob Granger - v5/v6 Modules/Add-Ons
This is odd. this repeats hundreds of times... - 16 years ago
with only the Microtime being different? is this normal? 08/06/2010 8:48:32 am forum_subscriptions Module Finished mail queue for message_id 1574103. Microtime: 0.03852300 1281102512 Ok, now it has come back with an error. 08/06/2010 8:51:01 am forum_subscriptions Module Forum Subscriptions mail queue for message_id 1574103 has dumped a PHP error 1 time(s) and will be processed againby Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 16 years ago
update: so after restarting the server, I got the daily updates. I have made several posts under a test user in the folder tagged as immediate email. 1) doesn't appear to be sending email 2) nothing is going into the tables 3) nothing being logged in the event log since the daily was run.by Rob Granger - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 16 years ago
Thanks Thomas. I did have the module enabled. I cycled the litespeed server and finally got some digests from last night. and just the web server not the entire box. I am going to make some tests posts on a forum that has immediate mailing selected and see if I get another batch tonight from the others. Thanks for getting back, Robby Rob Granger - v5/v6 Modules/Add-Ons
Joe, it looks like the hooks didn't take... - 16 years ago
nothing is being written to the database tables, which could also explain why there is no logging going on? Any ideas?by Rob Granger - v5/v6 Modules/Add-Ons
