Search results

  1. J

    disk full

    I tried recreating the website (won't let me make another account on same day), and now I get this error when adding a parked domain: Unable to add the domain name − The system cannot determine the value of the internal parameter “target_domain”
  2. J

    disk full

    No, actually, that wasn't the problem. A symptom of the problem is that it shows I have no parked domains, but if I create a parked domain, it says I already have one. Looks like a glitch. (I'll try creating a new account and scratching this one...)
  3. J

    disk full

    Oh, wait, I think I found my problem -- it's embarrassing: I was logged into my other x10 account... I think I can solve my problems now...
  4. J

    disk full

    I set it as a parked domain. But here is the funny thing. When I go to my parked domains, it shows that I have none listed. But when I try to add a parked domain again, I get an error message saying that I already have a parked domain. Also, why would I be able to have an index file sent...
  5. J

    disk full

    It works now! Thanks! There is a different problem, though, which may (or may not) be related. I used ftp://creativeplaynight.com from windows file folder to successfully get files into my x10host server. And I can view the website using http://creativeplaynight.x10host.com/. But when I try to...
  6. J

    disk full

    I relaxed for 5 minutes and still get the error, but I'll relax for a few hours and see what happens. :) (Thanks for your work!)
  7. J

    file_uploads = On

    You solved it! Thank you! I'll summarize the progress: 1. x10hosting allows php file upload (even the free version). 2. Use the full php code pasted above. 3. You don't need to disable mod_security. 4. "file_uploads = On" by default, which is great. :) Thanks again!
  8. J

    file_uploads = On

  9. J

    file_uploads = On

    I turned off mod_security (by upgrading my account), and the file still doesn't upload -- now using: http://yourliferises.x10host.com/profile/upload.html Has anyone used php to upload a file on x10host? (I also tried uploading to a dropbox server. Still no luck.)
  10. J

    file_uploads = On

    Thanks. I just upgraded my account to see if I can solve the upload problem with a paid account. Once my account is activated, I'll try disabling mod_security. (If that's the *only* issue, I might hunt for a different free account, unless Admin can make the change for me. I'm prepared to pay...
  11. J

    file_uploads = On

    Good idea. I verified that when I select a file named "1.png" the target filename with path is this: http://yourliferises.com/profile/uploads/1.png. Is there a way around the mod_security in this case?
  12. J

    file_uploads = On

    Very helpful -- especially the tips about how to check the php settings and check for errors. We're getting closer. So I turned on the error checking, and I was able to verify that file_uploads = on. I still receive no php errors (with display_errors turned on), yet the file doesn't appear in...
  13. J

    file_uploads = On

    Thanks! I receive no errors, actually. I just don't find the uploaded file in the uploads directory I created. Here is my HTML file (http://yourliferises.com/profile/upload.html): <!DOCTYPE html> <html> <body> <form action="upload.php" method="post" enctype="multipart/form-data"> Select...
  14. J

    file_uploads = On

    Is it possible to use php to upload files with x10hosting? More specifically, can "file_uploads = On" be set in the php.ini. I followed the instructions given here: http://www.w3schools.com/php/php_file_upload.asp But the file doesn't appear in the uploads folder on my webhosting server. I'm...
  15. J

    Failed to connect to MySQL

    You solved it (so quickly)! Thank you! (And yes, changing password now is a good idea.) Unless you think it is too obvious to others, it might be worth adding a little info window in the database control panel which includes the 4 pieces of info (db name, user name, host name, password)...
  16. J

    Failed to connect to MySQL

    I've seen a few forums on this topic but none that resolved my problem. Basically, I'm trying to access my sql server database from a php page. I tried: << $con=mysqli_connect("xo4.x10hosting.com","yourlif3_rachel","[removed by moderator]","yourlif3_members"); >> But I'm getting "Access denied...
Top