The following warnings occurred:
Warning [2] Undefined variable $awaitingusers - Line: 47 - File: global.php(766) : eval()'d code PHP 8.2.18 (Linux)
File Line Function
/global.php(766) : eval()'d code 47 errorHandler->error
/global.php 766 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 824 - File: global.php PHP 8.2.18 (Linux)
File Line Function
/global.php 824 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 172 - File: printthread.php PHP 8.2.18 (Linux)
File Line Function
/printthread.php 172 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 177 - File: printthread.php PHP 8.2.18 (Linux)
File Line Function
/printthread.php 177 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 172 - File: printthread.php PHP 8.2.18 (Linux)
File Line Function
/printthread.php 172 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 177 - File: printthread.php PHP 8.2.18 (Linux)
File Line Function
/printthread.php 177 errorHandler->error



Jamericans
dreadneck - Printable Version

+- Jamericans (https://jamericans.net/yellowboard)
+-- Forum: Jamaicaholics (https://jamericans.net/yellowboard/forumdisplay.php?fid=1)
+--- Forum: Archives (https://jamericans.net/yellowboard/forumdisplay.php?fid=5)
+---- Forum: Archives 2010 (https://jamericans.net/yellowboard/forumdisplay.php?fid=10)
+---- Thread: dreadneck (/showthread.php?tid=2005)



dreadneck - Rambo - 10-31-2010

would that problem cause ........I "click" on a post and the screen that comes up is complete with text, but no yellow...all white????


Re: dreadneck - dreadneck - 10-31-2010

Yes, it would cause that problem. There are a bunch of CSS files that control the formatting of the page. I was working on combining them into a master file so that instead of downloading 10 files, your browser only downloads a single compressed file. This makes the page load faster.

I did the same for the javascript files.

In some cases, it is difficult to combine the files. There is a sequence involved in how they operate and are loaded.

Basically, it requires a lot of careful work. Sometimes I make a mistake though and have to backtrack. That's what happened just now. I backtracked, pinpointed the error, then adjusted my code accordingly. Recompressed it, sent it back up to the server, then retested.

Appears to be better now.