View Single Post
  #5  
Old 08-05-2009, 11:11 AM
arlecchina arlecchina is offline
Member
 
Join Date: Feb 2009
Posts: 65
Credits: 3,637
arlecchina
Default RE: Removing www. from url

That helped! Thank you very much.

However, now the local host site loads but at the top of the page are all these notices which are NOT on the live online site.

Do you think it has to do with the PHP version? My online host is running
5.2.5 but my local host is running 5.3.0.
Quote:
Notice: Undefined variable: nid in C:\Program Files\wamp\www\directory\lang\lang.php on line 566

Notice: Undefined variable: nid in C:\Program Files\wamp\www\directory\lang\lang.php on line 570

Notice: Use of undefined constant loginstatus - assumed 'loginstatus' in C:\Program Files\wamp\www\directory\inc\functions.php on line 133

Notice: Use of undefined constant username - assumed 'username' in C:\Program Files\wamp\www\directory\inc\functions.php on line 134

Notice: Use of undefined constant loginstatus - assumed 'loginstatus' in C:\Program Files\wamp\www\directory\inc\functions.php on line 166

Notice: Use of undefined constant username - assumed 'username' in C:\Program Files\wamp\www\directory\inc\functions.php on line 167

Notice: Use of undefined constant content - assumed 'content' in C:\Program Files\wamp\www\directory\inc\functions.php on line 59

Notice: Use of undefined constant title - assumed 'title' in C:\Program Files\wamp\www\directory\inc\functions.php on line 60

Notice: Use of undefined constant title - assumed 'title' in C:\Program Files\wamp\www\directory\profile.php on line 42

Notice: Use of undefined constant content - assumed 'content' in C:\Program Files\wamp\www\directory\profile.php on line 43

Notice: Use of undefined constant loginstatus - assumed 'loginstatus' in C:\Program Files\wamp\www\directory\inc\functions.php on line 133

Notice: Use of undefined constant username - assumed 'username' in C:\Program Files\wamp\www\directory\inc\functions.php on line 134

Notice: Use of undefined constant loginstatus - assumed 'loginstatus' in C:\Program Files\wamp\www\directory\profile.php on line 59

Notice: Use of undefined constant username - assumed 'username' in C:\Program Files\wamp\www\directory\profile.php on line 60

Notice: Undefined index: page in C:\Program Files\wamp\www\directory\profile.php on line 72

Notice: Undefined variable: article_date in C:\Program Files\wamp\www\directory\profile.php on line 288

Notice: Use of undefined constant loginstatus - assumed 'loginstatus' in C:\Program Files\wamp\www\directory\inc\functions.php on line 133

Notice: Use of undefined constant username - assumed 'username' in C:\Program Files\wamp\www\directory\inc\functions.php on line 134

Notice: Use of undefined constant loginstatus - assumed 'loginstatus' in C:\Program Files\wamp\www\directory\inc\functions.php on line 312

Notice: Use of undefined constant username - assumed 'username' in C:\Program Files\wamp\www\directory\inc\functions.php on line 313
Reply With Quote