ISP Config not working in mandriva 2008

Discussion in 'Server Operation' started by bigdavid889, Feb 25, 2008.

  1. bigdavid889

    bigdavid889 New Member

    Sorry if this is in the wrong place i have looked all over the forum for an answer
    i am new to liunx i tried using it a few years ago to try get away from bill gates
    now i have a spare pc i want to set up a server for testing and building sites for my freinds so i can set up the site on my own server let them see wot the site will look like before uploading it to a hosting server as i dont have a static ip address as yet
    i followed the The Perfect Server - Mandriva 2008 Free (Mandriva 2008.0)
    got it all up and running without kde but when i tryed to install the front pages i messed it all up
    as i had set it all up manualy in command lines i thought i had got the hang of it so i started again this time i told it to install the kde so i could use an interface better for me
    now when i log in to the isp config page http://192.168.100.30:81 and try to add a new client or reseller or hosting plan it says " The following error occurred:

    The requested document type does not exist."

    i dont know it to just format and start again or wot can some one help me please
    Thanks in addvance for all your help

    David
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please check if the document_types table exists in the ISPConfig database and if it's empty or not.
     
  3. bigdavid889

    bigdavid889 New Member

    how do i

    sorry bit new to all this i dont know were to look

    Thanks
     
  4. bigdavid889

    bigdavid889 New Member

    i just found under managemet a bit about database i clicked on check database and i got this
    Check: db_ispconfig.del_status status: OK

    Check: db_ispconfig.dns_a status: OK

    Check: db_ispconfig.dns_cname status: OK

    Check: db_ispconfig.dns_dep status: OK

    Check: db_ispconfig.dns_isp_dns status: OK

    Check: db_ispconfig.dns_mx status: OK

    Check: db_ispconfig.dns_nodes status: OK

    Check: db_ispconfig.dns_secondary status: OK

    Check: db_ispconfig.dns_spf status: OK

    Check: db_ispconfig.doctype status: OK

    Check: db_ispconfig.groups status: OK

    Check: db_ispconfig.help_documents status: OK

    Check: db_ispconfig.help_nodes status: OK

    Check: db_ispconfig.help_tickets status: OK

    Check: db_ispconfig.isp_com status: OK

    Check: db_ispconfig.isp_dep status: OK

    Check: db_ispconfig.isp_dienste status: OK

    Check: db_ispconfig.isp_fakt_artikel status: OK

    Check: db_ispconfig.isp_fakt_dep status: OK

    Check: db_ispconfig.isp_fakt_nodes status: OK

    Check: db_ispconfig.isp_fakt_rechnung status: OK

    Check: db_ispconfig.isp_fakt_record status: OK

    Check: db_ispconfig.isp_firewall status: OK

    Check: db_ispconfig.isp_htaccess status: OK

    Check: db_ispconfig.isp_isp_actions status: OK

    Check: db_ispconfig.isp_isp_admin status: OK

    Check: db_ispconfig.isp_isp_datenbank status: OK

    Check: db_ispconfig.isp_isp_domain status: OK

    Check: db_ispconfig.isp_isp_kunde status: OK

    Check: db_ispconfig.isp_isp_reseller status: OK

    Check: db_ispconfig.isp_isp_user status: OK

    Check: db_ispconfig.isp_isp_web status: OK

    Check: db_ispconfig.isp_isp_web_template status: OK

    Check: db_ispconfig.isp_monitor status: OK

    Check: db_ispconfig.isp_nodes status: OK

    Check: db_ispconfig.isp_server status: OK

    Check: db_ispconfig.isp_server_ip status: OK

    Check: db_ispconfig.isp_serverstatus status: OK

    Check: db_ispconfig.isp_traffic status: OK

    Check: db_ispconfig.isp_traffic_ip status: OK

    Check: db_ispconfig.listtype status: OK

    Check: db_ispconfig.login status: OK

    Check: db_ispconfig.multidoc_dep status: OK

    Check: db_ispconfig.multidoc_nodes status: OK

    Check: db_ispconfig.session status: OK

    Check: db_ispconfig.sys_config status: OK

    Check: db_ispconfig.sys_dep status: OK

    Check: db_ispconfig.sys_modules status: OK

    Check: db_ispconfig.sys_news status: OK

    Check: db_ispconfig.sys_nodes status: OK

    Check: db_ispconfig.sys_user status: OK

    Check: db_ispconfig.user_groups status: OK

    i hope that info will help
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Do this on the command line:

    Code:
    mysql -u root -p
    
    use db_ispconfig;
    select * from doctype;
    Does the last command show anything?
     
  6. bigdavid889

    bigdavid889 New Member

    i typed in just wot you put and it ran up the screen relay fast all i see is lots of ------------------------------------
    at the bottom it says 26 rows in set (0.03 sec)

    i dont know if that will help

    Thank you
     
  7. falko

    falko Super Moderator Howtoforge Staff

  8. bigdavid889

    bigdavid889 New Member

    thank you falko but i dont know how to replace the data in the doctype row

    is there an easy way to sort the data base out



    thank you
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Try an ISPConfig upgrade.
     

Share This Page