SimplePortal

Support => Install and Upgrade => Topic started by: orlanic on April 23, 2009, 02:45:41 PM

Title: installed was working but now nothing
Post by: orlanic on April 23, 2009, 02:45:41 PM
I installed the latest portal via smf and it worked ok, looked realy nice and then nothing?

I uninstalled and reinstalled but all I get is

This web page is not available.

Error 320 (net::ERR_INVALID_RESPONSE): Unknown error

 Any ideas

In the smf error log I found this

[i]Apply Filter: Only show the errors with the same message
8: Undefined index: portal_url
Apply Filter: Only show the errors from this file
File: /var/www/vhosts/therapyworld.net/httpdocs/smf/Themes/default/GenericMenu.template.php (eval?)
Line: 112 [/i]

I uninstalled it for now.

Kind regards
Ade

SMF 2.0 RC1
Title: Re: installed was working but now nothing
Post by: Nathaniel on April 25, 2009, 10:31:29 PM
Which mod are you using? Make sure that you have entered the portal url if you are using 'standalone' mode.

If you reinstall SimplePortal (maybe on a test version of your site on the same server?), then try running this code in PHPMyAdmin:
Code: [Select]
REPLACE INTO smf_settings VALUES ('disableTemplateEval', 1);
That should allow us to see where the error is actually occuring, post the error message that SMF gives you then.

You can then run this query to turn eval back on:
Code: [Select]
DELETE FROM smf_settings WHERE variable = 'disableTemplateEval';
Your issue appears to be similar to the topic below, they may be related:
Portal seems to be freezing my forum for some members (http://simpleportal.net/index.php?topic=2086.0)
SimplePortal 2.3.8 © 2008-2024, SimplePortal