Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

admin-page with many never ending nested blank frames

Quote Reply
admin-page with many never ending nested blank frames
admin-page with many never ending nested blank frames

my english is not very good, but I hope you understand me ?


I have installed the script of Links Manager v2.0 to

http://www25.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin/admin.cgi

and modified the paths in file links.cfg, see below

If I start admin.cgi

my browser show not ONE frameset with the 3 frames.

my browser generate never ending nested blank frames

please look to


http://www25.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin/admin.cgi


and say me please, what I do wrong ?

I have not found equal questions in the forum here

thank you very much for your answer or tip


--------------------------------------------------

# Paths and URL's to Important Stuff
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/usr/www/users/hopfring/cgi-local/lsammler/cgi-bin/admin";
$db_dir_url = "http://www.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://www.pair.com/hopfring/cgi-local/lsammler/cgi-bin";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/usr/www/users/hopfring/cgi-local/lsammler/pages";
$build_root_url = "http://www.pair.com/hopfring/cgi-local/lsammler";


---------------------------------------------------------------------
Quote Reply
Re: admin-page with many never ending nested blank frames In reply to
Make sure that you have the FULL ABSOLUTE PATH in your require line for the links.cfg file in your admin.cgi file.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: admin-page with many never ending nested blank frames In reply to
> Make sure that you have the FULL ABSOLUTE PATH
> in your require line for the links.cfg file in your admin.cgi file.

dear eliot

thanks for your answer

what do you mean with _FULL_ absolut path ?

ngetal.pair.com/usr/www/users/hopfring/cgi-local/lsammler/cgi-bin/admin/links.cfg ????


I have 'only' insert following absolut path in the require line,

/usr/www/users/hopfring/cgi-local/lsammler/cgi-bin/admin/links.cfg

but nevertheless, I could not stop the nested frames.
Have you look after my crazy frames, my cgi-directories a not protected ?

can you give me a other tip

I can pay you money, if your time for support is not free of charge


joerg bucher

germany
Quote Reply
Re: admin-page with many never ending nested blank frames In reply to
Uh...

You should have the following in the require line, not the Perl Path:

Code:
require "/usr/www/users/hopfring/cgi-local/lsammler/cgi-bin/admin/links.cfg";

in the admin.cgi file.

And, yes, I did look at the example you gave. The only thing I can of is that you have the wrong path for the require statement.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: admin-page with many never ending nested blank frames In reply to
 

dear elliot

i have do it exactly, look please below

thanks for your attempt


do you know a other experienced person, who can help me, to fix the problem defacto ?



I pay the support, because I need a solution urgently


by the way:
what's would be in my case the PERL PATH?


---------------------------------------

require 5.001; # Make sure we have at least perl 5.001.
require "/usr/www/users/hopfring/cgi-local/lsammler/cgi-bin/admin/links.cfg"; # Change this to full path to links.cfg if you have problems.
require "$db_lib_path/db.pl"; # Database Routines.
require "$db_lib_path/db_utils.pl"; # Database Support utilities.

---------------------------------------------
Quote Reply
Re: admin-page with many never ending nested blank frames In reply to
Out of curiosity, what version of Perl are you using? Make sure that the first line of your cgi scripts has the correct Perl path.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: admin-page with many never ending nested blank frames In reply to
It's fixed, the problem was your URL. You had:

http://www.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin

however, this was redirecting and not preserving the QUERY_STRING properly. You need to set it to:

http://www25.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin/admin.cgi

and it works fine (I've made the changes).

Cheers,

Alex
Quote Reply
Re: [Alex] admin-page with many never ending nested blank frames In reply to
In Reply To:
It's fixed, the problem was your URL. You had:

http://www.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin

however, this was redirecting and not preserving the QUERY_STRING properly. You need to set it to:

http://www25.pair.com/hopfring/cgi-local/lsammler/cgi-bin/admin/admin.cgi

and it works fine (I've made the changes).

Cheers,

Alex

Alex...I don't quite understand your resolution for this matter. I have got a similar problem on an installation...

Thanks

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!