Forum Moderators: open

Message Too Old, No Replies

New server.

         

Brett_Tabke

3:08 pm on Aug 14, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



let me know if you run into any server or scripting errors

Brett_Tabke

12:01 pm on Aug 15, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Seems to be working nicely. Thanks to the mods for all the help!

lucy24

4:06 pm on Aug 15, 2024 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



When the only reason we know there has been a server move is that you tell us, things have probably gone well :)

No5needinput

1:42 pm on Aug 17, 2024 (gmt 0)

10+ Year Member Top Contributors Of The Month



Liked post don't remain "liked" on subsequent visits to the page.

not2easy

1:59 pm on Aug 17, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I noticed that myself, but thought it was just a missed click. I re-liked and that's gone too. I've never seen the Google Search and SEO forum devoid of new likes. ;)

Brett_Tabke

4:23 pm on Aug 17, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



thanks! I will check. prolly a permissions issue.

lucy24

8:40 pm on Aug 17, 2024 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Liked post don't remain "liked" on subsequent visits to the page.
As of a minute or so before the timestamp on this post, the issue remains. At least in the present thread :(

(Just watch. By and by the quoted post will show up with three upvotes, all of them mine.)

Brett_Tabke

8:42 pm on Aug 17, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



just fixed... it was yet old: "Experimental values on scalar is now forbidden - perl"

The new server had a newer version of perl which no longer allowed how I was doing it.


Old way throwing errors:
foreach my $name (sort keys $memdex{$thread}) {
print MYFILE "|$name";
}

ChatGPT said: ;-)
The error is likely due to the fact that the keys function requires a hash or hash reference, but you provided a hash element ($memdex{$thread}), which is treated as a scalar in this context. In recent versions of Perl, you need to explicitly dereference the hash reference to get the correct behavior.
Here's how you can modify your code:
foreach my $name (sort keys %{ $memdex{$thread} }) {
print MYFILE "|$name";
}


Brett_Tabke

8:44 pm on Aug 17, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



now to fix email notifications (this, this I dread...I loath dkim...ugh)

not2easy

10:13 pm on Aug 17, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Everyone dreads that stuff. There are some helpful links for checking things like DMARC and DKIM settings in this thread from last year: [webmasterworld.com...]

Brett_Tabke

2:30 pm on Aug 18, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



apologies for the multitude of email notifications. They were stuck in the cue and broke free all at once when I fixed stuff. Sorry...

Brett_Tabke

7:39 pm on Aug 26, 2024 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



When the only reason we know there has been a server move is that you tell us, things have probably gone well


and as far as server changes go, this one was all but seamless. We upgraded hardware, and switched flavors of Linux from Centos to Alma. I was dreading that second part, figuring everything under the sun would break, but it didn't

Once again, I say "I apologize to GoDaddy for talking smack about you for so many years". Our four years on their boxes have been the best four hosting years I have ever had. Highly recommended.

allhearts

4:27 pm on Sep 5, 2024 (gmt 0)

WebmasterWorld Senior Member 5+ Year Member Top Contributors Of The Month



I'm not getting email notifications (this has been happening for almost 2 months), I also have been having issues with sticky mail since January of 2024.