1
wsecomp
Re: Items not being added to menu in 2.2.2
  • 2005/9/16 19:28

  • wsecomp

  • Just popping in

  • Posts: 8

  • Since: 2005/5/5 2


Problem discovered, and it's *NOT* user error! :)

When new modules are getting added, the GROUPS permissions are NOT getting changed.

This means that I have to go in and edit EACH group's permissions for EACH module added.

Not good, guys...not good.



2
wsecomp
Items not being added to menu in 2.2.2
  • 2005/9/16 17:54

  • wsecomp

  • Just popping in

  • Posts: 8

  • Since: 2005/5/5 2


I've run sites on 2.0.xx without any problems, but I keep running into various issues with 2.2.

The most extreme so far that I can't figure out is that I've added blocks, made them visible, etc., but the module items aren't being added to the menus. This means I can't configure the forums, I can't adjust anything in the Newsletter, etc. Anyone else have this, or have a solution?

Thanks,
Matt



3
wsecomp
Re: HTTP_REFERER Error
  • 2005/9/15 19:06

  • wsecomp

  • Just popping in

  • Posts: 8

  • Since: 2005/5/5 2


I tried that hack and I'm still getting the error. I tried the browser_check and PASSED all tests.

I've even tried on the computer that XOOPS is loaded on...same thing.

This is getting annoying!

We're running this on Win2K (IIS 5). (( no gunshots please...it's for work ))

-- Matt

EDIT: Through some searching on the web I found the answer... although its not real secure, it's allowing me to get stuff done in the mean time.

It's similar to the hack above, but I just went a little further:

In your 'xoopssecurity' file find the 'checkReferer' function. Then, anything that says 'return false;' change to 'return true;'. So when you're done, it should look like this:
Quote:

function checkReferer($docheck=1)
{
if ($docheck == 0) {
return true;
}
$ref = xoops_getenv('HTTP_REFERER');
if ($ref == '') {
return true;
}
$pref = parse_url($ref);
if ( $pref['host'] != $_SERVER['HTTP_HOST'] ) {
return true;
}
return true;
}


NOW, if the hack in the previous post (2 or 3 above this one) works, I strongly suggest you use it. Basically, following my direction turns off ALL referring checks.

I don't know much about PHP, so I can't decipher what all of the variables are, and where they are coming from. But, if someone wants to take this idea and run with it, and figure out WHY the referer check is so strict that it's causing a bunch of people problems, go for it!



4
wsecomp
Header tables
  • 2005/6/7 23:03

  • wsecomp

  • Just popping in

  • Posts: 8

  • Since: 2005/5/5 2


I'm JUST starting into XOOPS and theming, and I was just wondering, does the header table HAVE to have three cells (logo, banner, header bar), or can it just have one for a single graphic?

The reason I ask is that I created a graphic for our website and I'm not sure how easy it would be to pull it apart for the "logo", "banner", and "header bar". The purpose is basically a nav bar built into the logo.

Thanks,
Matt



5
wsecomp
Re: 2.0.10 install issue
  • 2005/5/5 22:33

  • wsecomp

  • Just popping in

  • Posts: 8

  • Since: 2005/5/5 2


Ummmm.... DUH!? OOPS! ;) Shows what kind of week it's been.

Thanks, Dave.



6
wsecomp
2.0.10 install issue
  • 2005/5/5 22:13

  • wsecomp

  • Just popping in

  • Posts: 8

  • Since: 2005/5/5 2


Fresh Install of 2.0.10. As soon as I delete the "Install" directory and "Mainfile.php" I get the following error:

Fatal error: main(): Failed opening required 'XOOPS_ROOT_PATH/class/template.php' (include_path='.:/usr/local/lib/php') in /homepages/19/d92727118/htdocs/Immanuel/header.php on line 62

HELP?!?!

-- Matt




TopTop



Login

Who's Online

181 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits