Menu

#1 index.php reloads in installation step1

open
nobody
None
5
2006-01-11
2006-01-11
acidophil
No

hi!
i installed all the files chmod the dir created a fresh
db and insered the needet db data (like server) in the
form of index.php
after that the index reloaded and asks again for the
data...??? in the db there are 2 tables wich containing
the inserted contact data. so what went wrong, because
the user should only enter their fresh contact-data :(

please help & thx in advance

Discussion

  • Michel Beaussart

    Logged In: YES
    user_id=1503527

    I have the same exact problems...
    Tables are created but the script does not seem to kick in
    after initail setup.
    Any advice ?

     
  • TimJowers

    TimJowers - 2006-05-28

    Logged In: YES
    user_id=240420

    Same. What gives?
    index.php simply reloads the config.

    mysql> show tables;
    +-------------------+
    | Tables_in_info2me |
    +-------------------+
    | member_cat |
    | members |
    +-------------------+
    2 rows in set (0.00 sec)

    mysql> select count(*) from members;
    +----------+
    | count(*) |
    +----------+
    | 1 |
    +----------+
    1 row in set (0.02 sec)

    [root@www info2me]# chmod -R 777 *
    [root@www info2me]# ls
    configure.php template_code.tpl
    template_login.tpl
    db.php template_confirmation.tpl
    template_menu_main.tpl
    dot.gif template_contacts.tpl template.php
    footer.jpg template_email_confirmation.tpl
    template_register.tpl
    index.php template_email_reminder.tpl
    template_resend.tpl
    license.txt template_error_js.tpl
    template_wait.tpl
    main.css template_footer.tpl
    template_welcome.tpl
    readme.txt template_header.tpl wait.gif
    settings.php template_install.tpl xls.gif
    template_body.tpl template_invite.tpl
    [root@www info2me]#

    tem

     

Log in to post a comment.