Menu

wizard.php and setup.php

2007-03-18
2013-03-27
  • Cousin Cocaine

    Cousin Cocaine - 2007-03-18

    I copied your folder to my webserver and did a chmod 777 on the whole folder just to be shure of the rights.

    Wizard starts like this:
    1. Create a database on your server and then edit the mysqlconnection.inc file in the config folder of the application.
    i did succesfully.

    2. Run the table set up file, this will create all the database tables.
    and now the trouble starts, if you run this page, the first thing thats comes up: "Please edit the file below to include YOUR MySQL details". Now a box with the content of the mysqlconnection.inc file is shown, but the box is too small to see any of the file, i sugest:

    <form>
    <input type="text" name="server_adres">
    <input type="text" name="server_login">
    <input type="text" name="server_pass">
    </form>

    instead of your

    <texterea>

    the next problem is that wizzard.php changes the mysqlconnection.inc file and adds slashes to all the " in the file, so every " becomes a \&quot;. Mysql does not like this and cant understand the names and gives an error.

    another mistake is to call your mysqlconnection.inc with the .inc extension, if you do that, the file can be accesed by every user if the permissions are not set right (and end users dont set there permissions right, like me, because that want it to work asap) thats why i prefer a .php.
    I hear you thinking:
    But i did a chmod 751 on that file on line 21 of admin/wizzard.php...
    Yes you did, but php didn't because i had this error:
    Warning: chmod() [function.chmod]: Operation not permitted in /127.0.0.1/mycms/admin/wizard.php on line 21
    don't know why jet.

    i will look some further another time this week, its late now.
    gl.

     
    • Sam Crew

      Sam Crew - 2007-03-24

      hi,

      The version you downloaded has some major bugs, try downloading the latest version and all of that should be fixed

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.