Recent Topics

1 Dec 29, 2007 02:53    

Hello,

I did upgrade b2evolution from version 0.9.2 to 1.10.3.
Everything is looking fine except I can't use AdSense plugin.
When I put some code into AdSense block and press Save button
I have error message:

Forbidden
You don't have permission to access /blogs/admin.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Then I installed another copy of 1.10.3 version from scratch into different subfolder with different database but still have the same error mesage.

It seems like I have some security incompatibility problem with my ISP
LAMP environment because the same installation works fine on
different server.

Any help how to fix this problem would be very appreciated.

Regards
George

2 Dec 30, 2007 10:00

i'm just surprising:
nobody has the same problem and developer team can't respond on this issue?

3 Dec 30, 2007 10:45

Let's try to get this straight.
The problem with non reproducible errors is that I (we) don have a clue where to start. That makes trouble shooting difficult. Luckily the Adsense plugin is the easiest around.

What exactly did you put inside the box for the Adsense plugin?

4 Dec 30, 2007 15:38

You've hit the nail on the head when you observe that it works on one server but not on the other. Therefore I would hit phpinfo to see what's different between the two. Sadly, that could take the better part of a bottle of wine because phpinfo tends to tell you a heck of a lot of stuff. Seriously though, since you know it works in one environment and not another it is critical to know the differences between the environments. Obviously something is killing your implementation of the adsense plugin, but only on one server you have access to.

BTW your install folder, which hopefully you deleted from your server, contained a simple file "phpinfo.php", so if you could throw that file into the root of each different server it will help you debug this issue.

It will help us help you if you have that file available and give us two URLs to visit ;)

5 Dec 31, 2007 08:13

Afwas,
I'm tryiing to insert Google ads code like:
<script type="text/javascript"><!--
google_ad_client = "pub-0128049701432258";
google_ad_width = 159;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "0000FF";
google_color_text = "ffffff";
google_color_url = "ffffff";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

you can see how it should look from link (black box Ads by Google):
http://www.bacnetwork-showcase.com.au/bac_blogs/

this is just example but in principle it should work with any other ads

EdB,
link where AdSense plugin does not work:
http://www.africanoz.com/phpinfo.php

link where AdSense plugin does work:
http://www.bacnetwork-showcase.com.au/phpinfo.php

Thanks guys for response.
And Happy New Year!

Regards
George

6 Dec 31, 2007 16:23

Thanks George! Let's hope someone who can pinpoint an important bit does so eh? I'll try, but no promises. When I was on a server that didn't do stuff that was supposed to happen I figured "oh well". Eventually I changed hosts and can do some stuff I couldn't, but I changed for other reasons.

Anyway I'll look, but I really hope someone who knows what to look for also looks ;)

7 Jan 23, 2008 23:29

still nobody can help?
mission impossible?

9 Feb 26, 2008 07:16

Well, your adsense code works in my installation of the Adsense plugin. It renders in the post just fine.

I am on a server with php 5.2.3 though


Form is loading...