> Parse error: parse error in
> /websites/www.buyatbenchmark.com/freetrade/modules/screens/create_index
> on line 187
>
> here is line 186 and 187
>
> print(L_CREATEINDEX_DROPPING)
> print(L_CREATEINDEX_RATIO . ": $ScreenAppearanceLimit/" .
> count($ScreenInfo) . "<BR>\n");
>
> So i think.. we need a ; at the end of line 186.. so i add that and
Okay, I've added that change to CVS.
> then we get ...
> Fatal error: Cannot redeclare preparetext() in
> /websites/www.buyatbenchmark.com/freetrade/modules/screens/create_index
> on line 43
>
> now im lost =)
We'll have to wait for Leon tomorrow to give a final say so, but here's
what's up. There's a function in this module called prepareText,
however, lately we've started using a different function called
prepareText for a different reason. So I've changed the original
function called prepareText to use the name cleanText instead. The
changes have been made to CVS. Now in order to take advantage of
create_index, you'll need to go into the modules/include directory, and
create a file called ScreenIndex that's writeable to by your webserver.
My webserver runs as user httpd, however most people have Apache run as
"nobody" (I think). Anyway:
[root@jjinux include]# touch ScreenIndex
[root@jjinux include]# chown httpd.users ScreenIndex
In summary, the webserver needs to be able to write to ScreenIndex in
order to take advantage of screen indexing. Everything ought to be
fixed now (I hope).
-jj
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]