Hello AS Templates!
I just get the premium version of this template and im trying to install it with the quick installation package but im having problems..Im getting stack on the sample data installation! Can u help me please? thank you
AS Templates
POSTED: 2015-05-30
Hello DBALLOS,
It seems you are trying to install the template on your localhost. You have to increase PHP memory limit and execution time. In the php.ini file please find and increase values for memory_limit and max_execution_time parameters.
Before a new installation please delete all files from the previous.
Regards, AS Team.
dballos
POSTED: 2015-05-31
Problem solved AS Templates!!
Im facing another problem on Our Professionals Module getting this error

Notice: Undefined property: stdClass::$ID in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 176
Notice: Undefined property: stdClass::$access in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 177
I dont know why im getting this error, please help me if u can !
AS Templates
POSTED: 2015-05-31
Hello DBALLOS,
This is just a Joomla notice, you can disable it in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I just get the premium version of this template and im trying to install it with the quick installation package but im having problems..Im getting stack on the sample data installation! Can u help me please? thank you
It seems you are trying to install the template on your localhost. You have to increase PHP memory limit and execution time. In the php.ini file please find and increase values for memory_limit and max_execution_time parameters.
Before a new installation please delete all files from the previous.
Regards, AS Team.
Im facing another problem on Our Professionals Module getting this error

Notice: Undefined property: stdClass::$ID in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 176
Notice: Undefined property: stdClass::$access in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 177
Here is my code :
foreach($news as $item) {
$id = $item->ID;
if (!($access || in_array($item->access, $authorised))) { $id = 0; }
$content_iid[] = $item->IID; // news IDs
$content_title[] = $item->title; // news titles
$content_text[] = $item->text; // news text;
$content_date[] = $item->date; // news dates
$content_date_publish[] = $item->date_publish; // news dates
$content_hits[] = $item->hits; // news hits
$content_images[] = $item->images; // news images
$news_amount++; // news amount
I dont know why im getting this error, please help me if u can !
This is just a Joomla notice, you can disable it in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'.
Regards, AS Team.