This is the revision 101's error.? Is there any 'debug' mode we can use to log activity to a file or something to track this down?
Server error in '/mojoportal' application
Description: Error processing request.
Error Message: HTTP 500.
Stack Trace:
System.NullReferenceException: Object reference not set to an instance of an object
in <0x000b7> mojoPortal.Web.MasterPage:.ctor ()
in <0x00025> ASP.Default_aspx:__BuildControl_MPContainer ()
in <0x00013> ASP.Default_aspx:__BuildControlTree (System.Web.UI.Control __ctrl)
in <0x00020> ASP.Default_aspx:FrameworkInitialize ()
in <0x00089> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)
in <0x00233> System.Web.HttpApplication+ExecuteHandlerState:Execute ()
in <0x0007c> System.Web.HttpApplication+StateMachine:ExecuteState (IStateHandler state, System.Boolean readysync)
I can connect to the mp_Sites table using the user mojo from localhost as well as from across the internet on a remote client.? (I'm experienced with MySql and don't make common mistake)
[root@gateway-c mojoportal]# mysql -u mojo -h localhost -pmojo
Welcome to the MySQL monitor.? Commands end with ; or g.
Your MySQL connection id is 21 to server version: 4.1.8-standard
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql> use mojoportal;
Database changed
mysql> select * from mp_Sites;
+--------+-----------+------------+------------+---------------------+------+----------------------+----------------+-----------------------+------------------+------------------+-----------------------------------------------------------------------+------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------+-------------------+
| SiteID | SiteAlias | SiteName?? | Skin?????? | Logo??????????????? | Icon | AllowNewRegistration | AllowUserSkins | UseSecureRegistration | EncryptPasswords | UseSSLOnAllPages | DefaultPageKeyWords?????????????????????????????????????????????????? | DefaultPageDescription?????????????????????????????????????????????????????? | DefaultPageEncoding????????????????????????????????????????????????????????? | DefaultAdditionalMetaTags???????????????? | IsServerAdminSite |
+--------+-----------+------------+------------+---------------------+------+----------------------+----------------+-----------------------+------------------+------------------+-----------------------------------------------------------------------+------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------+-------------------+
|????? 1 | p_default | mojoPortal | mojo1.ascx | mojothumbnarrow.jpg |????? |??????????????????? 1 |????????????? 0 |???????????????????? 0 |??????????????? 0 |??????????????? 0 | mojoPortal, mono, linux, gnu, Joe Audette, .NET, Developer, Architect | A site of interest to .NET developers wanting to deploy ASP.NET on GNU/Linux | | |???????????????? 1 |
+--------+-----------+------------+------------+---------------------+------+----------------------+----------------+-----------------------+------------------+------------------+-----------------------------------------------------------------------+------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------+-------------------+
1 row in set (0.00 sec)