cpg1.5.2 (just upgraded from 1.4x)
cpg1.5x_plugin_phpmyadmin v1.5.zip
IFrame goes to
http://www.strm.us/cpg15x/index.php?file=phpmyadmin/index
and I get the message
The page http://www.strm.us/cpg15x/index.php?file=phpmyadmin/index was not found.
any ideas?
Thank You !
Please don't double post.
Please attach a screenshot of your browser windows where we can see the error 'in action'.
This is the exact error in the iFrame (pic)
Did some more investigation
my .htaccess file contains the following
ErrorDocument 400 http://www.strm.us/error.htm
ErrorDocument 403 http://www.strm.us/error.htm
ErrorDocument 404 http://www.strm.us/error.htm
ErrorDocument 500 http://www.strm.us/error.htm
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /error.htm
DirectoryIndex index.htm
If I disable my .htaccess
I get this error
Fatal error: Call to undefined function: pageheader() in /homepages/41/d226839478/htdocs/cpg15x/plugins/phpmyadmin/index.php on line 37
un-installed the plugin and re-installed = same error
Re-Enabled .htaccess and the link goes to a bad page again - I am assuming because the link is formatted as
http://www.strm.us/cpg15x/index.php?file=phpmyadmin/index
instead of
http://www.strm.us/cpg15x/index.php?file=phpmyadmin/index.php
??
So I have (2) problems
1) how to prevent the re-direct, or modify .htaccess
2) Fatal error: Call to undefined function: pageheader() in /homepages/41/d226839478/htdocs/cpg15x/plugins/phpmyadmin/index.php on line 37
Any thoughts?
I appreciate the help !
Quote from: eris667 on July 14, 2011, 06:01:54 AM
I am assuming because the link is formatted as
http://www.strm.us/cpg15x/index.php?file=phpmyadmin/index
instead of
http://www.strm.us/cpg15x/index.php?file=phpmyadmin/index.php
??
No, that's absolutely correct.
If we get so much trouble with that iframe stuff, I suggest to install PHPMyAdmin manually.
That didn't work either - all said and done 1&1 requires special config settings for phpMyAdmin - so I will just use the version they supply via the web login. Seems to work with no problems, just not integrated.
Thank you for the assistance :-\ :-\