| Author |
Message |
Rikk03 Worker


Joined: Feb 16, 2004 Posts: 164
|
Posted:
Sun Mar 21, 2004 6:49 pm |
|
Er - Im getting undefined on the forumcollapse that ive just installed - and my site takes ages to load also.
What do i need to do?
Richard |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Mar 21, 2004 7:05 pm |
|
Hard telling - seriously. The block works, obviously, as I am hundreds of others are using it. My guess would be that it is in conflict with another block on your page. About the only way of debugging it is to turn of ALL other blcoks and verify that it loads. If it does, start activating the blocks 1 by 1. Look at your server logs and/or php logs. More often than not, when a site experiences long loading times, it's because php is filling up the logs with errors. |
|
|
|
 |
Rikk03 Worker


Joined: Feb 16, 2004 Posts: 164
|
Posted:
Mon Mar 22, 2004 1:14 am |
|
Could you explain line 41 - what is _JS_ what do i replace it with if i dont use fiapple?
Richard |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Mar 22, 2004 5:18 am |
|
_JS_ is an arbitrary block tag name. This type syntax is called wheredoc or heredoc and allows you to include raw html/css/script without the need to echo or escape quotes. You could just as well use _RICHARD_ . It sections off code. You replace it with your theme or you comment it out. See this |
|
|
|
 |
|
|
|
|