CPanel Error Log 404 v2.15
- GK User
- Fri Feb 15, 2013 3:33 am
Hi,
There is a 404 error reported in the error log using Pixellove v2.15.
The missing file is:
[error] [client xx.xx.xx.xx] File does not exist: /home/xx/public_html/templates/gk_pixellove/css/mobile/iphone.css, referer: http://xx.com/
I ran grep over the template file and the only reference to that file is in:
gk_pixellove\layouts\blocks\mobile\head.iphone.php
The only iphone css files available in the css folder are iphone_dark.css and iphone_light.css
Cheers,
There is a 404 error reported in the error log using Pixellove v2.15.
The missing file is:
[error] [client xx.xx.xx.xx] File does not exist: /home/xx/public_html/templates/gk_pixellove/css/mobile/iphone.css, referer: http://xx.com/
I ran grep over the template file and the only reference to that file is in:
gk_pixellove\layouts\blocks\mobile\head.iphone.php
- Code: Select all
...
// This is the code which will be placed in the head section
// No direct access.
defined('_JEXEC') or die;
$this->addCSS($this->URLtemplate() . '/css/mobile/iphone.css');
// include JavaScript
...
The only iphone css files available in the css folder are iphone_dark.css and iphone_light.css
Cheers,
-

- Expert Boarder
- Konrad M
- Mon Feb 18, 2013 10:58 am
Hi,
please go to layouts/blocks/mobile/head.iphone.php and remove:
please go to layouts/blocks/mobile/head.iphone.php and remove:
- Code: Select all
$this->addCSS($this->URLtemplate() . '/css/mobile/iphone.css');
- GK User
- Mon Feb 18, 2013 12:00 pm
Hi Konrad,
Thanks for the code change - applied and 404 error cured.
Cheers
Thanks for the code change - applied and 404 error cured.
Cheers
-

- Expert Boarder
3 posts
• Page 1 of 1
