News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Recent posts

#1
SMF 2.1.x Support / Re: cron job error
Last post by ananittarhib - Today at 01:37:34 AM
Quote from: puravida47 on April 22, 2024, 10:49:17 AMI had several SMF sites, in past years, this is a first I cannot identify what to change.

I did a new install, everything runs smooth, however, every 24 hrs an error report.
I checked in cron and don't know where and what to change:

here are details:
admin report:
/public_html/Sources/Subs.php (Line 6239)

Type of error: Cron

2: fsockopen(): Unable to connect to ssl://www.simplemachines.org:443 (Connection timed out)

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
host directory report line 6239:

      // Open the socket on the port we want...
         $fp = @fsockopen(($match[2] ? 'ssl://&#39; : '') . $match[3], empty($match[5]) ? ($match[2] ? 443 : 80) : $match[5], $err, $err, 5);

<<<<<<<<<<<<<<<<<<<<<<<<

appreciate any advise



A user reported an issue with a newly installed SMF site that generates a cron error every 24 hours. The error, related to a connection timeout on line 6239 of Subs.php, indicates a problem with the fsockopen function trying to connect to the Simple Machines website via SSL. The user seeks advice on resolving this error.
#2
You have gone out of your way to remove the copyright and stop SMF from showing the credits when called, and have been called out on it more than once. I am really getting tired of repeating this: Removing all the copyright and credits is interpreted as you saying you do not want support from us.
#3
SMF 2.1.x Support / Re: Recaptcha error - Unable t...
Last post by vbgamer45 - Today at 12:15:50 AM
Check your system clock on your server.
update your server certificates.
check cacert path in php
#4
SMF 2.1.x Support / Re: member list
Last post by gear777 - Yesterday at 10:06:46 PM
Quote from: Kindred on Yesterday at 09:15:53 PMThe things you have been asking for are all part of most portal mods.

Instead of custom coding it all, why don't you just use a portal?
I already tried it and I don't like how it looks and does it, I already have everything I need on the main page. This is the only thing I'm missing. I just want to show the latest registered users on the forum.
#5
SMF 2.1.x Support / Re: member list
Last post by Kindred - Yesterday at 09:15:53 PM
The things you have been asking for are all part of most portal mods.

Instead of custom coding it all, why don't you just use a portal?
#6
Bridges and Integrations / Re: SSI giving wrong urls
Last post by Kindred - Yesterday at 09:11:42 PM
Is SSI.php actually IN your/forum/directory?

And, in your script, do you use an absolute path for the require_once?
#7
Bridges and Integrations / Re: SSI giving wrong urls
Last post by W2NAP - Yesterday at 08:47:14 PM
still digging at it. it seems $scripturl isn't passing the correct url path.

smf is in its own /forum dir. separate from the rest of the site which is in /

if I vardump $scripturl in /forum (where the smf forum is) I get "string(32) "http://10.0.0.17/forum/index.php [nofollow]" "which would be the correct url to the forum.

however same test file with var dump in the main part of the website which is using SSI calls to do a couple things vardump gives "string(26) "http://10.0.0.17/index.php [nofollow]" "which is wrong /forum gets stripped out and /forum needs to be in that url path for it to work. 

I assume on the SMF website here they are using SSI to pull in data from /community to the ../index page working and those url's on index.php on the main landing page all have the correct "https://www.simplemachines.org/community/index.php?topic=xxxxx"

Is there a special step I have to do when I do not have my "integrates" in the same folder as SMF?
#8
SMF 2.1.x Support / Re: member list
Last post by sudoku - Yesterday at 07:10:56 PM
Quote from: gear777 on Yesterday at 06:53:36 PMIt is just a list that shows the 5 recently registered users.
Ah, okay. A custom job.  :)  Maybe a mod? I don't know if one exists for that, though.
#9
SMF 2.1.x Support / Re: member list
Last post by gear777 - Yesterday at 06:53:36 PM
Quote from: sudoku on Yesterday at 06:39:07 PMSo you want a single click action to display the member list? Meaning the user will not have to click "view member list" or "search for members" when "Members" is clicked on the board index page??
So the result of clicking "Members" would immediately display the member list, without the extra step in between... is that correct?

 That is how I now understand your query after reading your last post.
It is just a list that shows the 5 recently registered users. Something simple like this:
#10
SMF 2.1.x Support / Re: member list
Last post by sudoku - Yesterday at 06:39:07 PM
So you want a single click action to display the member list? Meaning the user will not have to click "view member list" or "search for members" when "Members" is clicked on the board index page??
So the result of clicking "Members" would immediately display the member list, without the extra step in between... is that correct?

 That is how I now understand your query after reading your last post.
Advertisement: