Message Text |
Hello,
A migration of our site took place a couple of days ago, and the paths have changed on the server, so now I get this, when trying to pull up the index.php
Fatal error: Cannot access empty property in /home/themlmsoftware.com/public_html/docs/classes/language.php on line 45
The content of those rows is:
$parts = explode(', DIVIDER, ', $group);
$name = $parts[0];
$value = $parts[1];
$this->$name = $value;
if ($this->internalnamelist == '') $this->internalnamelist = $name;
else $this->internalnamelist .= ','. $name;
Where can I change the internal paths, so that it points to /home/users/themlmsoftware.com/...... ?
Thanks
David |