Koozali.org: home of the SME Server

I'm new and need some help

Offline gmschmitz

  • *
  • 19
  • +0/-0
Re: I'm new and need some help
« Reply #30 on: November 27, 2008, 08:19:17 PM »
/opt looks empty


Offline Frank VB

  • ****
  • 127
  • +0/-0
Re: I'm new and need some help
« Reply #31 on: November 27, 2008, 08:36:49 PM »
Well, are you 100% sure that the installation of the phpmyadmin contrib was succesful? First quit MC (press function key F10, confirm with Y). Then issue this command at the command line:
Code: [Select]
yum list installed smeserver-phpmyadminThe output should be something like this:
Code: [Select]
Installed Packages
smeserver-phpmyadmin.noarch              2.11.1.2-0.dmay        installed

Offline gmschmitz

  • *
  • 19
  • +0/-0
Re: I'm new and need some help
« Reply #32 on: November 27, 2008, 08:41:04 PM »
Code: [Select]
Installed Packages
smeserver-phpmyadmin.noarch              2.11.1.2-3.el4.sme     installed

Thanks for all your help on this !!

Offline Frank VB

  • ****
  • 127
  • +0/-0
Re: I'm new and need some help
« Reply #33 on: November 27, 2008, 08:59:14 PM »
That seems OK then. You have a newer version that I haven't installed yet. So I don't know for sure if there should be an opt/phpmyadmin directory (and a config.inc.php file) in your version ... Maybe someone else on the forum can confirm this.

Offline gmschmitz

  • *
  • 19
  • +0/-0
Re: PHPMyadmin
« Reply #34 on: December 01, 2008, 01:32:58 AM »
Any help on how to see if PHPMyadmin is installed correctly. It shows installed but I can't access it. through https://domainname.com/phpmyadmin

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: I'm new and need some help
« Reply #35 on: December 01, 2008, 01:53:02 AM »
Do you get an error message? Are you trying to access the URL remotely or from the local network? What happens when you try to log in using the username admin and the password admin?

Offline tspoon1986

  • **
  • 33
  • +0/-0
Re: I'm new and need some help
« Reply #36 on: December 01, 2008, 01:57:06 AM »
It doesn't look like it's installed correctly. I have the version installed that you have, and in my /opt folder I have phpmyadmin/config.inc.php. Sorry I'm not really sure where you should go from here, hopefully this info will help someone else help you!

Offline gmschmitz

  • *
  • 19
  • +0/-0
Re: I'm new and need some help
« Reply #37 on: December 01, 2008, 02:18:22 AM »
I am trying remotely, I get a 404 error page.

Offline gmschmitz

  • *
  • 19
  • +0/-0
Re: I'm new and need some help
« Reply #38 on: December 01, 2008, 02:42:03 AM »
I was able to install Phpmyadminmulti  and it seems to be working correctly
Thanks for the help to all !!

Offline Frank VB

  • ****
  • 127
  • +0/-0
Re: I'm new and need some help
« Reply #39 on: December 01, 2008, 04:31:20 PM »
FYI, today I updated a test server with smeserver-phpmyadmin 2.11.1.2-1.el4 to smeserver-phpmyadmin 2.11.1.2-3.el4. After issueing the signal-event post-upgrade and reboot commands I could access the admin page (from the local network). In the newer version the /opt/phpmyadmin directory is no longer used, the files are installed in the /usr/share/phpmyadmin directory instead.