ukdave
Newbie   Posts: 8 Registered: 12/2/2002 Status: Offline
|
posted on 12/3/2002 at 12:09 AM |
I am unable to wrap around phpmyadmin without getting a browser error. The
only workaround I have found is to use a secure channel (ie.https). I also
needed to change (to) the following lines in the config.inc file:
$cfg['PmaAbsoluteUri'] = 'https://mysite.net/phpmyadmin';
$cfg['PmaAbsoluteUri'] = 'https://localhost/phpmyadmin';
PhpMyadmin is infact easier to use this way as ordinarily i'd have to
backtrack into postnuke or loose the session and find myself logged out. I
usually have to delete all my cookies to get back in if I forget. Hope it
helps someone.
[Edited on 3/12/2002 by ukdave] |
| |
| |
shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Offline
|
posted on 12/3/2002 at 04:31 AM |
Hmmm. I'm using phpmyadmin 2.2.6 and can wrap it with no modifications
using http. I just called it using &page= the normal URL.
-Shawn |
| |
ukdave
Newbie   Posts: 8 Registered: 12/2/2002 Status: Offline
|
posted on 12/3/2002 at 04:40 PM |
Thanks Shawn,
I'm using IE6 and PhpMyAdmin 2.3.0-rc4 however both of the
following url strings throw up the same internet explorer error where the
"send report to microsoft" screen appears and the browser auto closes.
/modules.php?op=modload&name=PostWrap&file=index&page=http://lo
calhost/phpmyadmin/index.php
/modules.php?op=modload&name=PostWrap&file=index&page=http://ww
w.testin.sytes.net/phpmyadmin/index.php
Without using postwrap I usually set up the config.inc file in PhpMyadmin
so that my testing site is set to use 'https' and the local setting stays
at 'http'. This way if I access PhpMyAdmin remotely I have to use the
secure chanel but if I use the local computer I am automaticaly let in
without the need for https.
I was experimenting with PostWrap when I first installed it and am sure
that I had everything working fine without the need for 'https' to be set
localy. I'll reinstall IE6 and let you know if it works, Dave.
[Edited on 3/12/2002 by ukdave] |
| |