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 - 08:42 PM
Posted 18 October 2011 - 04:11 PM
Posted 21 October 2011 - 08:25 AM
capte, on 03 May 2011 - 08:42 PM, said:
protected function initialize() {}
with :
protected function initialize() {
$this->_page_contents = 'mypage.php';
}
Edited by foxp2, 21 October 2011 - 08:27 AM.
Posted 21 October 2011 - 08:36 AM
YannisPastisGlaros, on 18 October 2011 - 04:11 PM, 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)