Current version/my Version again

Started by veri, July 27, 2014, 03:24:06 AM

Previous topic - Next topic

veri

My board still reports 2.0.5 as the newest/current version, even after updating to 2.0.8 manually. I've tried running the maintenance task "Fetch Simple Machines files", and it reports success. Nothing happens, though, and there is no new entries in the performed tasks log after running the task manually.

Any ideas?


Chalky

Weird, 2.0.5 is rather old now as well.  At least your forum is on the latest version, it's just the reported latest version available...

Do your other scheduled tasks seem to run ok?  Does your forum send birthday emails, etc?

veri

That's another issue. My forum doesn't seem to send email at all, but it seems to be a mailserver problem. Working on it.

The log shows that some scheduled tasks are running, moderator alerts and daily maintenance seems to run.

Chalky

Hmm... out of interest, who is your host?


Chalky

Anything showing in your error log?

veri


veri

For kicks, I tried a testmail php-script (http://wiki.simplemachines.org/smf/E-Mails_-_Why_are_members_not_getting_emails_sent_from_the_forum), and that worked just fine. Then I tried sending a newsletter to the Administrators group, but that never arrived. The email queue is empty.

Illori

do you have smf set to use sendmail or php for mail type?

veri

Hmmm... I must have done something. Sending mail works again. Outgoing mails are delayed, though, but it's definitely a server issue and not related to SMF. Mail sent from a mail client experience the same lag. I'll contact the host support.

I still don't understand why SMF doesn't get the correct newest version, though. The code in ScheduledTasks.php seems to be legit.

A snapshot of the DB is attached.



 

veri

Note the "latest-themes" entry - it lists "Clear sky", which was uploaded on june 13th, 2011. It seems like this hasn't been working for a while. There must be some database or settings corruption somewhere. We've changed servers and even the domain name since then.

Arantor

If you run the fetch files DB task manually, does anything appear in the error log?

veri

Oh man, error logging was off.

This is the error:
Kunne ikke hente filen http://www.simplemachines.org/smf/current-version.js?version=SMF+2.0.8

"Kunne ikke hente" = "Could not fetch"

The Url is valid, and prompts: window.smfVersion = "SMF 2.0.8";

veri

Weird. Looks like this is a host issue as well.

Last login: Sun Jul 27 13:33:58 on ttys000
Vegards-iMac:~ vegard$ ssh root@*****.net
root@*****.net's password:
Last login: Sun Jul 27 13:35:39 2014 from *****.net
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
[root@vgt433 ~]# ping -c 4 vg.no [nofollow]
PING vg.no [nofollow] (195.88.54.16) 56(84) bytes of data.
64 bytes from www.vg.no [nofollow] (195.88.54.16): icmp_seq=1 ttl=247 time=1.36 ms
64 bytes from www.vg.no [nofollow] (195.88.54.16): icmp_seq=2 ttl=246 time=1.29 ms
64 bytes from www.vg.no [nofollow] (195.88.54.16): icmp_seq=3 ttl=247 time=1.37 ms
64 bytes from www.vg.no [nofollow] (195.88.54.16): icmp_seq=4 ttl=247 time=1.74 ms

--- vg.no [nofollow] ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3007ms
rtt min/avg/max/mdev = 1.296/1.445/1.748/0.181 ms
[root@vgt433 ~]# ping -c 4 www.simplemachines.org
PING www.simplemachines.org (66.71.247.134) 56(84) bytes of data.

--- www.simplemachines.org ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 13000ms

veri

Never mind. Doesn't work locally either. Dead end.

Vegards-iMac:~ vegard$ ping -c 4 vg.no [nofollow]
PING vg.no [nofollow] (195.88.54.16): 56 data bytes
64 bytes from 195.88.54.16: icmp_seq=0 ttl=243 time=12.936 ms
64 bytes from 195.88.54.16: icmp_seq=1 ttl=243 time=12.843 ms
64 bytes from 195.88.54.16: icmp_seq=2 ttl=243 time=12.773 ms
64 bytes from 195.88.54.16: icmp_seq=3 ttl=248 time=5.485 ms

--- vg.no [nofollow] ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 5.485/11.009/12.936/3.190 ms
Vegards-iMac:~ vegard$ ping -c 4 simplemachines.org
PING simplemachines.org (66.71.247.134): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2

--- simplemachines.org ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
Vegards-iMac:~ vegard$ ping -c 4 www.simplemachines.org
PING www.simplemachines.org (66.71.247.134): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2

Illori

i believe the server team here has the router set to not reply to ping requests.

Advertisement: