Jump to content

clueless

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by clueless

  1. I already can connect FTP with the admin account. but I want to add an FTP user that has limited directory access. there is documentation for Plesk on how to do this but the features are not found in this implementation of Plesk.

    I tried adding another user with access to "applications" and granted permission to upload files, but that doesn't seem to allow that user to connect with FTP let alone limit directory access to anything.

    how do you do it?

  2. right now if I go to heliohost.org/dashboard like I have been using, it rolls over to heliohost.org/login. don't remember which URL I used last time but 12 days ago I logged in to control panel no problem like I do every month. now it won't let me log in. error message= "Unable to login with that username and password."

    tried the Reset Password option, it says "Resetting your Plesk password on your own isn't implemented yet. In the meantime an admin can send you a reset link via email. Just open a support ticket and let us know your username."

  3. 10 hours ago, Krydos said:

    On a VPS you get the entire server to yourself. By default it's just a bare operating system with SSH command line access, but you can install any web based control panel you want except for cPanel.

    If you install cPanel and pay those bastards a single cent I will delete your VPS myself.

    One popular configuration is Ubuntu 20 operating system and Hestia free control panel. You can of course do everything from the command line too without a web based control panel. In that case you would just install a web server, such as Apache or Nginx, and then you would need to install Postgresql and import your databases in, and you would need to install a php version as well. Control panels can make all that easier to manage by installing it all for you.

    Feel free to do some research on control panels before you submit your vps request. Some control panels only work on certain operating systems so you would need to select the custom option, and choose your os. Ubuntu 20 with Hestia does support Apache, Postgresql, and PHP which you use now.

    then how do you get email working on your VPS?

  4. no. nothing but an index.html and that's it.

     

    was playing around with .php scripts in that folder earlier, but they have been deleted.

     

    I created another directory for troubleshooting. that has no index.html or index.php just some random files. browsing to that directory lists the contents. it doesn't do this with the /test/ directory.

     

    (btw /test/ is an example, not an actual directory)

  5. I have an .index.html in a directory, such as /public_html/test/, but when you browse to http://example.heliohost.org/test/ it automatically gives you http://example.heliohost.org/test/index.php/ and pops a 404 error.

     

    note, it's going to a directory named /index.php/

     

    you have to specifically type http://example.heliohost.org/test/index.html to get that page.

     

    the root directory has index.html which does work.

    I haven't messed with any .htacccess

    the /test/ directory has no .htaccess

     

    how do I fix this?

     

    lemmy728

    bm.heliohost.org

    tommy

  6. there is a reason I want to upload .bmp files.

     

    goto C:\ProgramData\Microsoft\User Account Pictures\Default Pictures, and what format are they?

     

    .bmp

     

    so if Coppermine uses a method to implement ImageMagick which is disabled on the server, it can use GD 2.x instead.

     

    but that throws an error.

     

    "the image you have uploaded is corrupted or can't be handled by the GD library"

     

    is there a way to get GD 2.x to work with .bmp files?

  7. thanks. phpinfo.php says the current version is 5.6.30, going to your link the MultiPHP Manager says it is set to PHP 5.6
    went into Coppermine, set it to ImageMagick, set the path to /bin/convert and it said:
    "The value you have set for <<Path to ImageMagick 'convert' utility>> is invalid, please review it."
    so in MultiPHP Manager I set it to PHP 7.0
    ..and Coppermine is broke. must not support PHP 7.0
    so in MultiPHP Manager I set it to PHP 5.4
    Coppermine has the same error about the path.
    looked in their help file, got these pointers:
    1. you don't include "convert" in the path, because that is the name of the executable and not part of the path. Linux executables don't have an .exe extension. so /bin/convert would be wrong, /bin/ would be right.
    2. must have the trailing slash. so /bin/ would be right, /bin would be wrong, and /bin/convert would be wrong anyways.
    tried these paths, didn't give an error about the path because they the trailing backslash.
    /usr/bin/
    /usr/local/bin/
    /usr/
    /bin/
    but none of these worked for any format of picture, gave the error about "unable to create thumbnail or reduced size image."
    phpinfo.php confirms that the installation of PHP ver 5.6 does not have ImageMagick, and PHP 5.4 does. doesn't say what the path is.


    tried another installation of Coppermine from the webhost built-in installer, that has the same parameters and the same problems. (GD 2.x does not upload .bmp, and ImageMagick does not work at all)

     

    that path was /usr/bin/

     

    does anybody have an installation of Coppermine that does have ImageMagick enabled and working? if so what is the path

  8. I am on the Tommy server, which supposedly has ImageMagick installed like all the other servers.


    I installed a Coppermine photo gallery. I *think* I remember during the insatallation it said that an ImageMagick installation was not found on the server, so it set up using GD 2.x instead.


    so now Coppermine won't upload .bmp files.


    it is using GD 2.x, and gives an error:


    "the image you have uploaded is corrupted or can't be handled by the GD library"


    jpg and png do work, but if I want it to upload bmp files, it seems the solution is to have Coppermine use ImageMagick instead.


    so I tell it to do that, but the path is wrong. it is set to /usr/bin (correct for GD 2.x) and elsewhere on this forum the path to ImageMagick was supposedly


    /usr/local/bin/convert


    but Coppermine says that path is wrong also. now nothing will upload. it gives an error:


    "unable to create thumbnail or reduced size image."


    I need to get Coppermine to use ImageMagick.


    what is the path to ImageMagick?
×
×
  • Create New...