View Single Post
  #16  
Old 04-03-2013, 08:01 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Default

I just realized if the script still doesn't work with the correct password, then its cause the perl to mysql thingie isn't install. Had that problem a few years ago, and is simple fix.

Try this from command line:

ppm install DBD-mysql

If it installs anything, then that is what you were missing. Else perl can't connect to mysql database, and therefore the menu won't show up cause it needs values from the database tables via DBI!
Reply With Quote