b"h
I had an error by changing language.
I had to switch the opencart078\library\language\language.php, line 51:
insted of this:
$file = $directory . $this->languages[$this->code]['directory'] . '/' . $filename;
i changed to this one:
$file = $directory . $this->languages[$this->code]['directory'] . '\\' . $filename;
('/' changed to '\\')
I'm working on my comuter, with windows XP.
Mondy.
Use DIRECTORY_SEPARATOR
ie:
But as Q said, we're fixing all the dirs in 0.8, we don't want to break them in 0.7.9 which will be out soon.
Really you should report this in the bugs section or on the tracker.
ie:
Code: Select all
$file = $directory . $this->languages[$this->code]['directory'] . DIRECTORY_SEPARATOR . $filename;
Really you should report this in the bugs section or on the tracker.
Who is online
Users browsing this forum: No registered users and 6 guests