Page 1 of 1
Search found 6 matches
Re: [v1.3.2] Solution for Store Logo & Icon GONE after re-Save
How I try before the changes made. Add new logo via admin->configuration->setting->image then save it. and the screen back to shop tab. You can still view the logo is there if you go back to image tab. ( Browser 01 ) Go to you 'online shop' with another browser ( Browser 02 ), bingo, your new logo i...
Jump to post- Sat Sep 19, 2009 1:01 am
- Replies 6
- Views 2599
[v1.3.2] Solution for Store Logo & Icon GONE after re-Save
After study admin/controller/setting/setting.php & admin/model/setting/setting.php files, i guest this might be the solution for solving the above problems. Edit this file admin/controller/setting/setting.php from line 12 to 36, I added 4 lines in red color if (($this->request->server['REQUEST_M...
Jump to post- Sat Sep 19, 2009 12:34 am
- Replies 6
- Views 2599
Re: [v1.3.1] undefined function timezone_identifiers_list()
I'm using CentOS 5.3 with php 5.1.6.
I just found that timezone_identifiers_list() is for php 5.2.0+ and above.
No choice got to stick on version 1.3.0, otherwise got to change to Fedora 11 with php 5.2+
- Thu Aug 13, 2009 12:02 am
- Replies 5
- Views 1291
[v1.3.1] undefined function timezone_identifiers_list()
PHP Fatal error: Call to undefined function timezone_identifiers_list() in /home/opencart/admin/controller/setting/setting.php on line 297, referer: http://opencart.local/admin/index.php?route=common/home
Jump to post- Wed Aug 12, 2009 11:35 pm
- Replies 5
- Views 1291
[v1.3.1] Cache missing & Admin setting/setting is BLANK
1. Edit /config.php change define('DIR_CACHE', '/home/webpages/opencart/cache/'); to define('DIR_CACHE', '/home/webpages/opencart/system/cache/'); solve my cache directory not found problem. 2. Login as admin go admin->configuration->setting (entire screen BLANK). Still checking. PHP Fatal error: Ca...
Jump to post- Wed Aug 12, 2009 10:44 pm
- Replies 1
- Views 562
Probably solution for Pagination Error on Product pages
Go to the folder catalog/model/catalog and edit the file product.php and add-in the red color checking. (Backup before modify the file) At line 37 ~ line 42 public function getTotalProductsByCategoryId($category_id = 0) { $query = $this->db->query("SELECT COUNT(*) AS total FROM " . DB_PREF...
Jump to post- Wed Aug 12, 2009 11:25 am
- Replies 3
- Views 3261
Search found 6 matches