Offshoreonly.com

Offshoreonly.com (https://www.offshoreonly.com/forums/)
-   General Boating Discussion (https://www.offshoreonly.com/forums/general-boating-discussion-51/)
-   -   OSO is crawling today? (https://www.offshoreonly.com/forums/general-boating-discussion/188532-oso-crawling-today.html)

Chris Sunkin 06-10-2008 03:12 PM

There's a point in everyone's life where you're willing to surrender a bit of personal dignity for some convenience and practicality. Some of us get there sooner than others.

rainmn 06-11-2008 09:35 AM

Site was crawling again for me earlier this morning, seems to be getting back to normal again now. That's three mornings in a row now for me, when any other site was working fine.

And has anyone else noticed the occasional brief flash of another page while going from the forum list into a forum and vice versa? It's a white screen with some code on it. Comes up so fast it looks like subliminal advertising.

45sonic 06-11-2008 09:42 AM

Yes to all the above!

getchasum111 06-11-2008 09:58 AM

yes...i noticed that also...

BY U BOY 06-11-2008 09:59 AM


Originally Posted by rainmn (Post 2586825)
Site was crawling again for me earlier this morning, seems to be getting back to normal again now. That's three mornings in a row now for me, when any other site was working fine.

And has anyone else noticed the occasional brief flash of another page while going from the forum list into a forum and vice versa? It's a white screen with some code on it. Comes up so fast it looks like subliminal advertising.

Yep I notice it when i hit the back button. And the site has been slow for me the last 3 days also.

wantingmore 06-11-2008 10:59 AM

Ditto. Pizzed me off so I went to some other sites. IB, are you listening?:mad:

stecz20 06-11-2008 11:02 AM

yeah still slow....

TexomaPowerboater 06-11-2008 12:31 PM

Alright, I know they were changine servers because the whole website was down and thats the explanation that popped up instead of OSO. So I understand some problems, but every morning for the past few days its so slow you can't get on it. Now I can't navigate the site for 2 minutes before I get a "database error" on everything I click.......even the classifieds. You guys (oSO) need to get your chit together.

TexomaPowerboater 06-11-2008 12:31 PM


Originally Posted by rainmn (Post 2586825)
And has anyone else noticed the occasional brief flash of another page while going from the forum list into a forum and vice versa? It's a white screen with some code on it. Comes up so fast it looks like subliminal advertising.

Yes, I get some sort of error juberish BS on top of the headers for a brief second and then it goes away.

fund razor 06-11-2008 03:33 PM

This is what it says:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of convert_bits_to_array(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /var/www/www.offshoreonly.com/forums/forumdisplay.php(106) : eval()'d code on line 62

Here's what it probably means: the new servers are using a newer PHP (hypertext preprocessor, a server side open source programming language)
This little buddy is known as a call-time pass-by-reference, which PHP controls with the following setting in php.ini:

allow_call_time_pass_reference = Off

By default, in recent PHP releases the above setting should be switched to Off; turning it on is "frowned upon" by PHP's makers. Switched off, PHP will generate warning errors every time a function call specifies an argument should be passed by reference. As such, it's good practice to leave this setting off.

The reason why call time pass by reference is a "bad thing" is that call time passing by reference can make code extremely difficult to follow.

What it is supposed to do? Save time and memory on the server side.


All times are GMT -5. The time now is 03:50 PM.


Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.