Search results

  1. sicelx10

    phpmyadmin loading real slow

    Same here :/
  2. sicelx10

    is sending emails not working?

    In my case i was able to send mails through php mail() function to Outlook, but now it seems that there is a problem with the SMTP server.
  3. sicelx10

    Useful php functions are disabled

    Im trying to add commands to cron jobs from php using exec() function, but the problem is that this function is disabled :/
  4. sicelx10

    [Memory disk space] Other usage is increasing as time goes

    Yesterday, the "other memory usage" was at 11mb but now i was surprised that now is at 82mb and is increasing.
  5. sicelx10

    PHP Mail () Not Working

    Check http://status.x10hosting.com for more information ;)
  6. sicelx10

    [Cronjob]PHP Warning: getimagesize(): failed to open stream: No such file or directory

    Thanks for the info :), im triying to fix this issue with that information but still not working :/
  7. sicelx10

    [Cronjob]PHP Warning: getimagesize(): failed to open stream: No such file or directory

    When i execute my php script manually, runs perfectly, but when cron jobs runs that php script automatically i reveice an email with this error: -PHP Warning: getimagesize(imagenes/cielomorado.jpg): failed to open stream: No such file or directory in...
  8. sicelx10

    Experiencing Technical Difficulites With The "Mail" Portion Of My Site

    Im having problems with the php mail() function too, i cant send mails to Outlook since March 27th :(
  9. sicelx10

    PHP Mail() not working with gmail. Please help!

    Same problem here :/, i can send mails to gmail, but i cant send mails to Outlook. Im on Vox server.
  10. sicelx10

    Can't use PHP mail() right now

    In the x10 hosting status blog says that the sending mail through php has been resolved,but the problem still persists on Vox servers. Since March 27th the mail() function isnt working properly.
  11. sicelx10

    pdo_mysql php extension error?

    Why you dont use mysqli instead of PDO? . MySQLi is more faster.
  12. sicelx10

    Can't use PHP mail() right now

    It didnt work, but thanks for the info ;)
  13. sicelx10

    pdo_mysql php extension error?

    The parameters of that new functions is different. Example: <?php $connection= mysqli_connect("localhost","user","password","database"); $query= mysqli_query($connection, "SELECT * FROM table"); while($res=mysqli_fetch_array($query)){ echo "$res[row]"; } ?> NOTE: If you put a mysqli...
  14. sicelx10

    pdo_mysql php extension error?

    Since PHP 5.5.0 you need to change from mysql to mysqli, check this out: http://www.php.net/manual/es/book.mysqli.php
  15. sicelx10

    Can't use PHP mail() right now

    PHP mail() function is not working right now :(, i cant receive the messages i send from my page to Outllook or Gmail. Im on Vox Server. Idk if the problem is because of the PHP upgrade.........
  16. sicelx10

    Can´t change my contact e-mail adress

    I changed my email adress from the community page and it worked, but the problem is that i cant change my email from the Account Settings Options in the Cpanel homepage.
  17. sicelx10

    Can´t change my contact e-mail adress

    When i want to change my email adress it shows this error: "Sorry, that email address is not available." I only own 1 registered account.
  18. sicelx10

    PHP,HTML,MySQL,Flash AS3, Javacript and CSS developer.

    PHP,HTML,MySQL,Flash AS3, Javacript and CSS developer.
  19. sicelx10

    .htaccess Already exists but not visible in the public_html folder

    I want to access to the .htaccess file, and i cant find it in the public_html folder :(
Top