PHP Error
I'm using the Organic theme, and like it, but I get this Error:
Notice: Undefined variable: Configuration in (....)/htdocs/forum/themes/organic/menu.php on line 11
When this happens, the page doesn't recognize that I'm logged in, and doesn't allow the tabs for discussion, search etc to be clickable
This is what line 11 looks like in the document:
<form name="frmSignIn" id="frmSignIn" method="post" action="'. GetUrl($Configuration, 'people.php') .'">
I don't know enough to know how to fix this, and Ionly get the error when I click on the Discussion tab
0
This discussion has been closed.
Comments
GetUrl($this->Context->Configuration, 'people.php')
@rikin: why do you want to pass $Configuration by reference?
$Configuration is not modified in GetUrl()