Anonymous - 2000-07-22

I think I am missing some include paths somewhere or there is an error otherwise I can't figure out.

I can open my generic webpage perfectly.

If I log in and enter through the login box I enter a page with the preferences for the account, but all the formatting, theme and boxes disappear. There is no button for home or the main menu. I have to manually go to the root page.

If I go to the root page I can again click on "Your Account" and I go to the preferences screen properly this time.

If I click on Select the Theme I am dumped again on the themeless page.

This happens in all the browsers and platforms I have tried (Netscape, Explorer, Lynx and iCab, so far. In Windows, Macintosh, HPUX, Sun Solaris and of course Linux)

My guess is that maybe the themes are not being called correctly in some of the functions or operations in user.php3 but cannot be sure.

My guess is that I am having path or include problems as well because when I try to "Read More" on an article I get this error:

Fatal error: Call to undefined function: themearticle() in /usr/local/apache/htdocs/portal/html/article.php3 on line 77

And if I try and put the function for themearticle() directly into article.php3 it works (although, again, themeless)

Help?