Search found 2 matches

by rama_gatez
Wed May 13, 2015 8:38 pm
Forum: General Support
Topic: Categories not showing in Admin>Catalog>Category
Replies: 5
Views: 18395

Re: Categories not showing in Admin>Catalog>Category

leo can you explain the detail how to show category not appear in the list ?? where i must run this ?? database.php (upload>library>database>database.php) because i still beginner in mysql # Add hide Category ALTER TABLE `category` ADD `category_hide` int(1) NOT NULL default '0' After `sort_order`; ...
by rama_gatez
Mon May 11, 2015 5:37 pm
Forum: Bug Reports
Topic: Report bugs for version 1.2.8 here
Replies: 59
Views: 96361

Re: Report bugs for version 1.2.8 here

i have problem with this, what shoul i do to fix this in : C:\xampp\htdocs\Alegrocart\upload\library\database\database.php on line 23 Coding: function connect($server, $username, $password, $database) { if (!$this->connection = mysql_connect($server, $username, $password)) { ->line 23 $this->SQL_han...