• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Error 500 but only in homepage (But site start correctly)

Started by juanda,

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

juandaTopic starter

 Hello,

I am getting internal error 500 in my homepage of www.Hdvideos.co, but the site start normally... is very strange

This error causes that google and other search engines dont index this homepage.

I found this internal error 500 when I tried to check the site in www.aboutus.org/hdvideos.co, but as you can see my site open perfectly....

I have tried to disable htaccess. and several things with no luck, there is no info in error.log
I have another site in the sAme server with the same script and I have no problems of 500 errors (hdmovies.co)

This problem I think that I have since the first instalation of version 3.1 and keep on happening in 3.4
Anybody knows why is happening this but only in the homepage?

thanks in advance
JD
  •  

juandaTopic starter


I have fixed the issue of error 500 in homepage removing the facebook key and facebook secret from BD.... seems that is something with the application of facebook.
  •  

PHPVibe A.


juandaTopic starter

Hi Alexander,

Many thanks for the reply,  yes and also give error 500 in some "header checker" websites.

I have only this problem when I put the Facebook Secret (DB field Fb_Secret), all the right sidebar dissapear and the top login box is inaccessible.

I have created several facebook apps (cleaning cache of script each time) and nothing ... my site has also ssl/https enabled.

At this moment I have removed the facebook secret word and left facebook api/id , so homepage is accesible again.

thanks
  •  

PHPVibe A.

I think you should have only removed

<?php if(get_option('fb-fanpage') !== '') {?>
<ul class="statistics">
<li>
<div class="top-info">
<a href="http://facebook.com<?php echo get_option('fb-fanpage'); ?>" title="" class="dark-blue-square"><i class="icon-facebook-sign"></i></a>
<strong><?php echo _fb_count(get_option('fb-fanpage')); ?></strong>
</div>
<div class="progress progress-micro"><div class="bar" style="width: 40%;"></div></div>
<span><?php echo _lang('Facebook fans');?></span>
</li>
</ul>
<?php } ?>


from sidebar-right.php

Maybe the call to facebook open graph does this?

Similar topics (7)