Welcome, Guest. Please Login or Register.
July 22, 2025, 06:35:52 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Mac computers won't load forum. Just pends forever « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Mac computers won't load forum. Just pends forever  (Read 1013 times)
EliteRides
Jr. Member
**
Posts: 83


EliteRides.com

WWW
Mac computers won't load forum. Just pends forever
« on: November 05, 2003, 01:21:32 AM »
Reply with quote

YaBB SE Version: 1.5.4
PHP Version: 4.3.2
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://www.eliterides.com/forums

Problem Description:
It will load the start of the template, but then it starts calling for stuff and doesn't load any of the forum table.  Any help?
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #1 on: November 05, 2003, 02:15:43 AM »
Reply with quote

Loads fine for me....

-[Unknown]
Logged
EliteRides
Jr. Member
**
Posts: 83


EliteRides.com

WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #2 on: November 05, 2003, 02:25:09 AM »
Reply with quote

Weird.  Here's the person asking about it.  It won't work for me.  What version of Mac IE do you us?  Does it seem to take any difference longer in loading?
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #3 on: November 05, 2003, 03:18:29 AM »
Reply with quote

Ooops, completely missed the word "Mac".

I hope David sees this, he's the only mac user I know.

-[Unknown]
Logged
EliteRides
Jr. Member
**
Posts: 83


EliteRides.com

WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #4 on: November 09, 2003, 09:14:00 PM »
Reply with quote

I fixed the BoardIndex not loading.  It was the Chat mod calling for the users.asp that was killing it.  I still have no clue what is messing up the MessageIndex though.  It returns a blank page that says it's loaded completely.

Suggestions?

edit
Just noticed something else.  I have the SubBoards mod installed and it will load the SubBoard Index of boards too.  You just cannot go into individual boards.?.
« Last Edit: November 09, 2003, 09:17:41 PM by EliteRides » Logged

EliteRides
Jr. Member
**
Posts: 83


EliteRides.com

WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #5 on: November 16, 2003, 04:44:25 AM »
Reply with quote

Noticed something else interesting.  On the blank page that is loaded when you click on the MessageIndex... if you view the source everything is there, but the page is blank.

Help  :-\
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #6 on: November 16, 2003, 05:17:29 AM »
Reply with quote

Well, uhh, I don't know... probably due to the mods you have installed.

Have you tried turning off compressed output?

I have no macintosh so I can't test it.

-[Unknown]
Logged
EliteRides
Jr. Member
**
Posts: 83


EliteRides.com

WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #7 on: November 16, 2003, 06:37:20 AM »
Reply with quote

It's not even enabled  :-\
Logged

EliteRides
Jr. Member
**
Posts: 83


EliteRides.com

WWW
Re:Mac computers won't load forum. Just pends forever
« Reply #8 on: December 06, 2003, 10:27:47 PM »
Reply with quote

To save someone else the weeks of trouble... After reinstalling the entire forum, mods and all, it came down to the Quick Admin mod.

     echo '
        <script language="JavaScript1.2" type="text/javascript"><!--
        function DoConfirm(message, url)
        {
           if (confirm(message))
              location.href = url;
        }
     </script>';


Removed the part above from the step below:

<edit file>
Sources/MessageIndex.php
</edit file>

<search for>
   global $curposlinks, $cgi, $yytitle, $settings, $start, $modSettings, $viewResults, $ID_MEMBER, $db_prefix;
</search for>

<replace>
  global $curposlinks, $cgi, $yytitle, $settings, $start, $modSettings, $viewResults, $ID_MEMBER, $db_prefix, $qatxt, $qaimg, $sc;

     echo '
        <script language="JavaScript1.2" type="text/javascript"><!--
        function DoConfirm(message, url)
        {
           if (confirm(message))
              location.href = url;
        }
     </script>';


It rendered the MessageIndex dysfunctional on Macs and in Netscape:
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Mac computers won't load forum. Just pends forever « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.052 seconds with 20 queries.