FUD_OPT_2 [message #162666] |
Wed, 30 June 2010 17:18 |
Ernesto
Messages: 413 Registered: August 2005
Karma: 0
|
Senior Member |
|
|
I have PATH_INFO enabled, but the PAGE_PAGER, drawn with the function tmpl_create_pager from draw_pager.inc.t does not work.
It commits a check like this:
if ($FUD_OPT_2 & 32768)
However, this returns false, eventhough i have PATH_INFO enabled in my admglobals.php
I wrecked one of the symlinks by misstake earlier so I repaired it today, but I have currently 3 FUD_OPT values.
If I in the above check change FUD_OPT_2 to FUD_OPT_1 it works.
Here are my FUD_OPTs, perhaps you could suggest to me what to change them too, or can I erase them or change them to something default to "repair" them perhaps?
$FUD_OPT_1 = 1739256863;
$FUD_OPT_2 = 1264554494;
$FUD_OPT_3 = 2626114;
The draw_pager.inc that I have also is "bugged" and outputs &start=N even in path_info mode, but I shall check that later against the newest version if perhaps mine is borked when it comes to that.
So, the question is:
Can I somehow alter my FUD_OPT_2 so that all the if ($FUD_OPT_2 & 32768) returns TRUE, or should I comment out that check in the 8 places it occurs?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: FUD_OPT_2 [message #162679 is a reply to message #162677] |
Thu, 01 July 2010 06:12 |
Ernesto
Messages: 413 Registered: August 2005
Karma: 0
|
Senior Member |
|
|
I changed my theme_opt to 7 from 3, and now it works, but I don't know if this was correct? What does 7 mean?
I figure that 1 means enabled, 3 means enabled+default and 7 means 1enable+2default+4path info enabled?
[Updated on: Thu, 01 July 2010 06:13] Report message to a moderator
|
|
|
|
|
|