Search results

  1. descalzo

    My website is hosted on X10hosting and I keep getting this error messages

    It is because your script is out of date. 1. Get a newer version of the script, one that is valid under PHP v 5.3 OR 2. Add the line error_reporting(E_ALL & ~E_DEPRECATED); at the beginning of the script. Deprecated == you really shouldn't be using this feature but it will continue to...
  2. descalzo

    Changing main domain

    The other option would be to backup your site (phpMyAdmin for databases and cPanel/compress for files), download to local computer, request your account be deleted, start a new account with the .fr as the main domain, upload backups.
  3. descalzo

    div element excluding lists?

    Seems he found the fix. Added overflow:auto; to the style of the enclosing div. If you view a development page in Firefox with Firebug installed, you can right click on an element and "Inspect element" and see a lot of information and edit/test changes in the browser.
  4. descalzo

    div element excluding lists?

    The reason is because of the "float" on the ul which takes it out of the normal layout. Sorry, but don't remember how to fix it, but a Google search might help.
  5. descalzo

    Change Domain Name

    Changing main domain names is no longer offered. If you wish to address your main site via a different name, you have to use a "parked" domain name via cPanel.
  6. descalzo

    div element excluding lists?

    Give us a URL to look at.
  7. descalzo

    Need help with "background-color" property in CSS

    A. Create the page on your site B. Post a link here C. Describe EXACTLY what you want D. Describe EXACTLY what you see (include what browser you are using). I can get your HTML and CSS by looking at the page. Posting a wall of code, 90% of which does not relate to the problem, is...
  8. descalzo

    need help in PHP coding - double header not working if used twice??

    Does it work if you only use it once? Why are you doing it twice? You should exit as soon as you use it the first time.
  9. descalzo

    URL Rewrite Mode is off

    Exactly what is the problem? What URL does not work the way it is supposed to?
  10. descalzo

    Please help! Cannot send mail!

    If you could post the code you use (between CODE tags) it might help us find the problem.
  11. descalzo

    Case-sensitive filenames

    To add, save yourself a lot of grief by not using spaces in file/directory names.
  12. descalzo

    Files on my website

    I assume you have not gotten official permission from the creators of the templates/plugins. So the answer would again be, no.
  13. descalzo

    Files on my website

    Since you do not have the authority to redistribute Wordpress, Joomla, or Drupal, the answer would be no. You can provide links to the official sites where your visitors can download the scripts, etc.
  14. descalzo

    Files on my website

    What kind of CMS?
  15. descalzo

    migrated Strictlyhonest.com to X10hosting - DB connection problem

    Try running the following test script with your info filled in. Make sure the user has been added to the DB with ALL PRIVILEGES <?php define('DB_DATABASE', 'igor_wp2011'); define('DB_USER', 'igor_wp2011'); define('DB_PASSWORD', 'Viaduct'); define('DB_HOST', 'localhost')...
  16. descalzo

    Unsuspend my account, request is failing...

    Unsuspended. Please remember to log in here, the Forums, at least once every 31 days to prevent Inactivity Suspensions.
  17. descalzo

    My domain redirects some where else, to a x10hosting.com page

    www.shrirammudgal.in is currently being redirected to www.shrirammugal.in/index.php Notice it is missing a "d" ? Please post your .htaccess file or whatever you used to redirect.
  18. descalzo

    Done nothing for weeks and website brings up error?

    Where did you download the Theme? WP is pretty secure, but third party themes and modules are a different matter. Especially if you get them from "unofficial" sources.
  19. descalzo

    Account Suspended! though x10 says my account is "active"

    Escalating to Support Ticket. This will close this thread, but you can follow the Support Ticket by clicking on the gold bar at top.
  20. descalzo

    2 domains on 1 IP

    You have a site/server with your own IP? Are you running Apache and can control the config files?
Top