Jump to content

clueless

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by clueless

  1. speaking of security vulnerabilities, what was the reason again for having a seperate forum handle that's different from the username you log in with?
  2. 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?
  3. never mind, there was 1 character missing in the middle of the pwd
  4. 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."
  5. logged into control panel successfully 12 days ago but now it no workie ?? why u no workie
  6. then how do you get email working on your VPS?
  7. I liked cPanel better. (aside from them jacking heliohost) anyways Plesk has a demo page if you want to check it out. https://docs.plesk.com/try-plesk-now/
  8. it was unlocked last night, after viewing it hasn't been used since, but as of right now it is locked again.
  9. username: lemmy728 server: tommy domain: bm.heliohost.org
  10. 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)
  11. 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
  12. inherit (7.2): installed 5.4: installed 5.5: not installed 5.6: not installed 7.0: not installed 7.1: installed 7.2: installed 7.3: installed
  13. I'm trying to run a php script that uses cURL. I get this error: Fatal error: Call to undefined function curl_init() in .... I tried a simple test script and it said cURL is not installed. cpanel username: lemmy728 domain: bm.heliohost.org server: tommy
  14. username: bm server: tommy domain: bm.heliohost.org
  15. 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?
  16. 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
  17. 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...