Problem with uprgade to new VM 2.0.10

GK User
Wed Aug 29, 2012 7:51 pm
Hello I would like to ask what is the proper way ho to upgrade to new VM and new template version + new mod new pro. I always get empty white screen after on front end after template installation.

thank you for any help
User avatar
Senior Boarder

GK User
Thu Aug 30, 2012 7:40 am
Please check your error log - probably something cause the fatal error which isn't displayed due PHP.ini settings, but in the "errorlog" file all problems should be noticed.
User avatar
Administrator

GK User
Mon Sep 17, 2012 7:22 am
I have installed everything all over again and now it works just fine. Only cart popup window is empty. Is there any solution for that?
User avatar
Senior Boarder

GK User
Mon Sep 17, 2012 11:52 am
Do you have the cart.php in the template directory?
User avatar
Administrator

GK User
Mon Sep 17, 2012 2:06 pm
I have just installed the template update as I downloaded it. Where Should I find that file?
User avatar
Senior Boarder

GK User
Mon Sep 17, 2012 2:25 pm
Please check the template package (not quickstart).
User avatar
Administrator

GK User
Mon Sep 17, 2012 2:30 pm
In gk_esport folder is only ajax.php, component.php, error.php, index.php and offline.php
User avatar
Senior Boarder

GK User
Mon Sep 17, 2012 2:56 pm
Please create the cart.php file with this content:

Code: Select all
<?php

/**
 *
 * AJAX view
 *
 * @version             1.0.0
 * @package             Gavern Framework
 * @copyright         Copyright (C) 2010 - 2011 GavickPro. All rights reserved.
 *               
 */
 
// No direct access.
defined('_JEXEC') or die;

?>

<?php if($this->countModules('cart')) : ?>      
<jdoc:include type="modules" name="cart" style="none" />
<?php endif; ?>   
User avatar
Administrator

GK User
Mon Sep 17, 2012 4:15 pm
It works! thank you.
User avatar
Senior Boarder


cron