2.After I installed the OpenCart succesfully, I deleted the install directory. When I try to run OpenCart, many errors appears. I modified the line 74 of the /include/language.php fromMagic Quotes GPC: Off Off X
Code: Select all
$this->data = array_merge($this->data, @$_);
Code: Select all
$this->data = array_merge((array)$this->data, (array)@$_);
3.When I try to login as an admin, I can't log in. And there is no tip. I'm sure that the password is right.
Thanks in advanve!
