Jump to content

[RISOLTO] errore modulo facebook commenti


giuliopowa

Recommended Posts

ciao,

da quando ho cambiato server del sito ho questo problema con il modulo facebookcomments

- questo è quello che compare nel sito ( 1 ) 

- questo è l'errore che mi da in BO
Notice: Undefined index: fcbc_visfix in /home/etkslo/public_html/modules/facebookcomments/facebookcomments.php on line 88

-
questo è quello che è scritto alla riga 88
Configuration::updatevalue('fcbc_visfix',$_POST['fcbc_visfix']);


avete qualche suggerimento ?? 

uso ps 1.5.6.1

post-721668-0-25899600-1392970625_thumb.png

Edited by giuliopowa (see edit history)
Link to comment
Share on other sites

aprire questo file: productfooter.tpl
modificare questa: {$vfcbc_nbp} in:

{assign var=fcbc_width value=$var['fcbc_width']}
{assign var=fcbc_nbp value=$var['fcbc_nbp']}
{assign var=fcbc_scheme value=$var['fcbc_scheme']}
<div id="fcbcfooter"><div id="fcbc"><div data-href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" class="fb-comments" data-width="{$fcbc_width}" data-num-posts="{$vfcbc_nbp}"  data-colorscheme="{$fcbc_scheme}"></div></div></div>

to:
 
{$fcbc_nbp}

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...