forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: eris667 on July 10, 2011, 12:09:39 am

Title: phpmyadmin problem?
Post by: eris667 on July 10, 2011, 12:09:39 am
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 !
Title: Re: phpmyadmin problem?
Post by: Αndré on July 13, 2011, 01:25:15 pm
Please don't double post.

Please attach a screenshot of your browser windows where we can see the error 'in action'.
Title: Re: phpmyadmin problem?
Post by: eris667 on July 13, 2011, 02:14:23 pm
This is the exact error in the iFrame (pic)
Title: Re: phpmyadmin problem?
Post by: eris667 on July 14, 2011, 05:54:07 am
Did some more investigation

my .htaccess file contains the following
Code: [Select]
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



Title: Re: phpmyadmin problem?
Post by: eris667 on July 14, 2011, 06:01:54 am
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 !
Title: Re: phpmyadmin problem?
Post by: Αndré on July 14, 2011, 09:07:46 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.
Title: Re: phpmyadmin problem?
Post by: eris667 on July 15, 2011, 03:11:00 am
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  :-\ :-\