Jump to content

Recommended Posts

Hello,

 

I want to install WHMCS on my VPS server it has PHP 5.6.=

But when I begin the install process it's tells me not to have write permissions in configuration and some other maps.

I did "chmod 777 *" in the folder. And manually choose everything to be 777 perms with my sftp client.

But still givin me the same error, maybe I need to upgrade my php to 7?

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...
  • WHMCS Support Manager

Hi @IzzyMichiel,

You can test this independent of WHMCS with a little test script like this:

<?php
$filename = 'configuration.php';
if (is_writable($filename)) {
    echo 'The file is writable';
} else {
    echo 'The file is not writable';
}
?>

Upload to your WHMCS directory and visit in your browser.

If this simple script confirms the installer's assertions, it would be necessary to work with your server admin/hosting provider to adjust the file/folder permissions and ownership so they can be written by a PHP script.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated