Copied file from this location :
OM/Core/Site/Shop/Application/Products/pages/main.php
to
OM/Custom/Site/Shop/Application/Products/pages/main.php
Cleared the cache from : OM/Work/Cache
Still no luck...
Anyone on this one.
Posted 03 May 2011, 20:42
Posted 18 October 2011, 16:11
Posted 21 October 2011, 08:25
capte, on 03 May 2011, 20:42, said:
protected function initialize() {}
with :
protected function initialize() {
$this->_page_contents = 'mypage.php';
}
Edited by foxp2, 21 October 2011, 08:27.
Posted 21 October 2011, 08:36
YannisPastisGlaros, on 18 October 2011, 16:11, said:
self::$_dbh = PDO::initialize(OSCOM::BASE_DIRECTORY . 'Work/Database/errors.sqlite3', null, null, null, null, 'SQLite3');with :
self::$_dbh = PDO::initialize(OSCOM::BASE_DIRECTORY . 'Work/Database/personnalerrors.sqlite3', null, null, null, null, 'SQLite3');following errors will be recorded in the new SQLite database, named personnalerrors (directory : \osCommerce\OM\Work\Database)