[Update: I've installed it on a hosting service and everything works fine - must be my local WAMP setup]
I'm installing Elgg .301 on my local machine, running EasyPHP to supply Apache, PHP & MySQL.
I did have Elgg 0.2 running and tried to run the upgrade SQL which didn't work (can't remember why), so I deleted the database and reinstalled completely.
I'm now getting this sort of message at the top of every page:
Notice: Use of undefined constant user - assumed 'user' in D:websiteelggunitsusersfunction_default_access_levels.php on line 7
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsusersmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitstemplatesmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsiconsmenu_sub.php on line 3
Notice: Undefined offset: 0 in D:websiteelggunitscommunitiespermissions_check.php on line 10
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsprofilemenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsweblogsmenu_sub.php on line 7
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsfilesmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitscommunitiesmenu_sub.php on line 5
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitscommunitiesmenu_sub.php on line 33
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsfriendsmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsgroupsmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsinvitemenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsadminmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsprofilemenu_main.php on line 5
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsweblogsmenu_main.php on line 5
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsfilesmenu_main.php on line 5
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsnetworkmenu_main.php on line 5
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsusersmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitstemplatesmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsiconsmenu_sub.php on line 3
Notice: Undefined offset: 0 in D:websiteelggunitscommunitiespermissions_check.php on line 10
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsprofilemenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsweblogsmenu_sub.php on line 7
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsfilesmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitscommunitiesmenu_sub.php on line 5
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitscommunitiesmenu_sub.php on line 33
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsfriendsmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsgroupsmenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsinvitemenu_sub.php on line 3
Notice: Use of undefined constant context - assumed 'context' in D:websiteelggunitsadminmenu_sub.php on line 3
Notice: Undefined variable: template_id in D:websiteelggunitstemplatesvariables_substitute.php on line 64
My includes.php looks like this:
// Name of the site (eg Elgg, Apcala, University of Bogton's Learning Landscape, etc)
define("sitename", "Learning Network");
// External URL to the site (eg http://elgg.bogton.edu/)
// NB: **MUST** have a final slash at the end
define("url", "http://elgg.localhost:81/");
// Physical path to the files (eg /home/elggserver/httpdocs/)
// NB: **MUST** have a final slash at the end
define("path", "D:/Website/elgg/");
// Email address of the master admin (eg elgg-admin@bogton.edu)
define("email", "mark.berthelemy@capita.co.uk");
// Country code to set language to if you have gettext installed
// To include new languages, save their compiled .mo gettext
// file into languages/country code/LC_MESSAGES/
// (the file within this folder must be called elgg.mo)
// An Elgg gettext template is included as /elgg.pot
define("locale", "en");
// Database config:
// Database server (eg localhost)
define("db_server", "localhost");
// Database username
define("db_user", "*****");
// Database password
define("db_pass", "*****");
// Database name
define("db_name", "elgg");
I've deleted all the cookies from the old install. Mod_rewrite is on.
Any ideas?
Thanks,
Mark
Keywords: installation, support
