makeconfig

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tokyosama
    Member
    • Sep 2011
    • 33
    • 4.1.x

    makeconfig

    I'm at the Configuation Builder page i enter in all my info after i click create files it giving this error message

    Warning: file_put_contents(/home/sanime/public_html/forum/config.php) [function.file-put-contents]: failed to open stream: Permission denied in /home/sanime/public_html/forum/core/install/makeconfig.php on line 252

    Warning: file_put_contents(/home/sanime/public_html/forum/core/includes/config.php) [function.file-put-contents]: failed to open stream: Permission denied in /home/sanime/public_html/forum/core/install/makeconfig.php on line 252

    There was an error:
    • Was not able to write to the file /home/sanime/public_html/forum/config.php. Please check your write permissions and try again.
    • Was not able to write to the file /home/sanime/public_html/forum/core/includes/config.php. Please check your write permissions and try again.

    Please go back and try again.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    You need to let your hosts know about this.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • tokyosama
      Member
      • Sep 2011
      • 33
      • 4.1.x

      #3
      my host provider doesn't know either since i'm using vps cloud server

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73981

        #4
        The file doesn't have permission to write to your server's hard drives. We have no control over this. You'll need to manually edit your config.php files as described in the readme under the section labeled "Manually Editing the Config.php Files".
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • tokyosama
          Member
          • Sep 2011
          • 33
          • 4.1.x

          #5
          I follow Manually editing the config.php files step and it give me an error after i folow step 8
          Fatal error: Call to undefined function mysqli_init() in /home/sanime/public_html/forum/core/vb/database/mysqli.php on line 86

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            You don't have MySQLi support in PHP, which is odd, change the dbtype setting from mysqli to mysql

            Comment

            • tokyosama
              Member
              • Sep 2011
              • 33
              • 4.1.x

              #7
              thank zachery it works
              Last edited by tokyosama; Sun 27 Apr '14, 5:44pm.

              Comment

              Related Topics

              Collapse

              Working...