| View previous topic :: View next topic |
| Author |
Message |
EagleG33k New Poster

Joined: 19 Mar 2009 Posts: 6
 
|
|
| Back to top |
|
 |
ambrosia New Poster

Joined: 29 Apr 2006 Posts: 14
     
|
Posted: Sun Oct 04, 2009 17:47 Post subject: |
|
|
| Thank you. I'll be trying this out later. =D |
|
| Back to top |
|
 |
nelsonguirado Hooked :)

Joined: 16 Oct 2006 Posts: 222
       votes: 1
|
Posted: Sun Nov 22, 2009 20:33 Post subject: |
|
|
I'm running 3.32. I'm getting:
| Quote: |
| Notice: Undefined index: SCRIPT_URL in /home/nelson14/public_html/plugins/google_friendconnect_plugin/_google_friendconnect.plugin.php on line 249 |
|
|
| Back to top |
|
 |
Etha New Poster

Joined: 19 Dec 2009 Posts: 6  
|
Posted: Sun Dec 20, 2009 7:36 Post subject: |
|
|
| I get the same error! |
|
| Back to top |
|
 |
EagleG33k New Poster

Joined: 19 Mar 2009 Posts: 6
 
|
Posted: Wed Jan 20, 2010 17:01 Post subject: |
|
|
| It looks like this is caused by PHP and Apache interacting funny - I'm looking into it and trying to find something more reliable than $_SERVER['SCRIPT_URL'] |
|
| Back to top |
|
 |
Exodyus New Poster

Joined: 04 Dec 2009 Posts: 8  
|
Posted: Sat Jan 30, 2010 0:52 Post subject: |
|
|
| Awesome -- thanks man. I'll be installing it this weekend and giving feedback. <3 |
|
| Back to top |
|
 |
EagleG33k New Poster

Joined: 19 Mar 2009 Posts: 6
 
|
Posted: Wed Apr 07, 2010 15:07 Post subject: |
|
|
I've finally found some time to look at my widget - Unfortunately, I can't reproduce your error easily. Here are a couple of things to try if you're up to modifying the source code. In the widget folder there is a php file, open that up and go to line 249. There is a section which says $_SERVER['SCRIPT_URL']. Try replacing that with $_SERVER['SCRIPT_NAME'] or $SERVER['REQUEST_URI'].
Let me know if either of those work for you. |
|
| Back to top |
|
 |
|