Mobile layout not working

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Mar 17, 2012 12:22 am
Hello,

We have recently installed the League News template on our website http://friendzstop.com/, but we have problem with the mobile template.

This is the error we get.

Code: Select all
Fatal error: Call to undefined method GKTemplate::getPageName() in /home/friendzs/public_html/templates/gk_league_news/layouts/smartphone.php on line 36


What can be wrong here and how can we solve it?
User avatar
Senior Boarder

GK User
Mon Mar 19, 2012 12:37 pm
Hi,

I don't see the same issue with my installation, are you sure that your template is up to date? If upgrading doesn't help please send me a PM to provide FTP access then I will debug to fix for you.

Thanks,
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 2:52 pm
Thanks for the PM however it has some problem with accessing to FTP, I could login but then it couldn't to list files and folders. Can you please check?

Thanks,
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 3:10 pm
Sorry it worked, and I have just fixed the issue for you already.

Solution was:

- Open file: \templates\gk_league_news\layouts\smartphone.php

- Find:
Code: Select all
 <a href="./"><?php echo $this->getPageName(); ?></a> 

- Change to:
Code: Select all
 <a href="./"><?php echo $this->API->getPageName(); ?></a> 

Cheers,
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 4:11 pm
Don Lee wrote:Sorry it worked, and I have just fixed the issue for you already.

Solution was:

- Open file: \templates\gk_league_news\layouts\smartphone.php

- Find:
Code: Select all
 <a href="./"><?php echo $this->getPageName(); ?></a> 

- Change to:
Code: Select all
 <a href="./"><?php echo $this->API->getPageName(); ?></a> 

Cheers,


Thanks for all the help and great support. I really appreciate it. :D
User avatar
Senior Boarder

GK User
Tue Mar 20, 2012 11:36 am
No problem at all, you are most welcome! Just feel free to let me know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron