View Single Post
  #26 (permalink)  
Old 01-02-2008, 05:33 PM
juanmartinbravo juanmartinbravo is offline
Casual Pligger
 
Join Date: Dec 2007
Posts: 64
Thanks: 6
Thanked 1 Time in 1 Post

When I upload the meta.tpl i get this error:
PHP Code:
Parse errorsyntax errorunexpected T_ELSEIF in /home/.fuzzbuster/aliytito/estosesale.com/news/templates_c/c_23544cf8f4da42d824ceda7424ac9930.php on line 50 
Every time I change something in the template or the pligg.tpl, meta.tpl files I get parse errors! I tought it was cause the template, but it also happens with yget
[1 week ago I was mading some change on the adsense sidebar. I wanted to change the title from Publicidad to Sponsored Links and it gave me parse errors... The only way I could fixed was changing ALSO Publicidad to Sponsored Links on the template_c file that was giving me the error!]

The file that is giving me the error right now contains that:
PHP Code:
<?php /* V2.10 Template Lite 4 January 2007  (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2007-12-29 18:32:28 PST */ ?>


        
<?php if ($this->_vars['meta_description'] != ""): ?>
    <meta name="description" content="<?php echo $this->_vars['meta_description']; ?>
" />
<?php else: ?>
    <meta name="description" content="Esto Se Sale 2.o. Manda y vota las noticias mas relevantes del mundo de la tecnologia y multimedia" />
<?php endif; ?>

<?php if ($this->_vars['meta_keywords'] != ""): ?>
    [b]<meta name="keywords" content="<?php echo $this->_vars['meta_keywords']; ?>
 multimedia, tecnología" />
<?php else: ?>
    <meta name="keywords" content="audio, internet, ordenadores, video, sonido, reproductores, musica, informatica, gadgets" />
<?php endif; ?>[/b]
    <meta name="Language" content="es-ES" />
<meta name="copyright" content="Juan Martin" />
<meta name="revisit-after" content="1 day" />
<meta name="robots" content="index,follow" />
I know that if I modify that file it will work, but why my f+ck+ng pligg do what tempates_c files do??? I guess it should do what sidebar.tpl, pligg.tpl, or whatever file says, but NOOOO.... my crazy pligg only do what is written on his template_c files
Every time I have to make a hack I have to change 2 files, the ones for the hack, which is normal, and another one from templates_c which is.... crazy.

I tried to delete all the files on template_c before changing anything, but after deleting them I Irefresh to see if they really have been deleted and....they are back even if I don't upload nothing, so it won't work... These files never dissapear!

Anyone can help me?

Maybe I should delete and re-install my pligg

Hope you can help althoug it looks pretty strange

Thanks
__________________
Esto Se Sale 2.0
Reply With Quote