Search results

  1. ctyrd

    can you show me what's taking up my space?

    If talking about "Disk Usage" that would be /public_html directory of the domain(s) and any database. You could use the DA file manager to clean the trash bin, backup files, unnecessary files. If using WP the wp-admin has a maintenance feature, at lease it use to.
  2. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    To use MySQL Native driver (mysqlnd); Disable (mysqli); Enable (mysqlnd) (nd_mysqli) (pdo) (pdo_dblib) (pdo_mysql) (pdo_sqlite). In phpinfo file the mysqli section is active and the first line reads: Client API library version - mysqlnd 8.0.28 In the phpinfo file you can see the support for...
  3. ctyrd

    remove all dns records

    No x10hosting dns: https://who.is/dns/curriculoljj.online You can delete any dns records you want in your DirectAdmin hosting control panel.
  4. ctyrd

    remove all dns records

    Desculpe, o suporte está em inglês (Sorry support is in English)
  5. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    I have issues with my script every time I enable MySQL Native driver (mysqlnd), That includes nd_mysqli, and nd_pdo_mysql. When I use MySQL Improved Extension: (mysqli) (sqlite) (pdo) (pdo_mysql) (pdo_sqlite) database connects. On php version 7.2, 7.4, 8.0. As far as I can tell (nd_mysqli)...
  6. ctyrd

    x10 free DirectAdmin Adding Registered Domain

    If a registered domain you own is add to your x10 free account, is it possible for a different account to add a sub domain from the domain you have added?
  7. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    MySQL Native driver (mysqlnd) throws errors for nd_mysqli, and nd_pdo_mysql. So do you get error for your website with just these ext. msqli PDO pdo_mysql pdo_sqlite You should know what database requirements your script needs, and figure out how to configure php version 7.4. The directadmin...
  8. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    x13.x10 with php version 7.4 >> https://tbint.us/phpinfo.php I'll leave it on 7.4 give you time to compare. mysqli > enabled mysqlnd > enabled I get conflict enabling nd_mysql there is a notification at top have to scroll up to see it. Have to disable mysqli to get it to enable. Then the...
  9. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    Yes I understand. So x10 free accounts are community support. I'm on x13, all php versions mysqli is active. I have it set to version 8.0 you can check my phpinfo file. tbint.us/phpinfo.php If you have phpinfo in root directory it will update every time you change php version. Great for trouble...
  10. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    If no direct link to error, then there is no error. www.nokiajavi.tk is active
  11. ctyrd

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    I'm getting 404 for "pruebas.php". I noticed when changing the php version the mysqli ext. was not enabled (checked). I only went to php 8.0.
  12. ctyrd

    I lost my phpmyadmin password

    x10 Free services allow 2 database. In your hosting control panel under MySQL Management.
  13. ctyrd

    E-mail on the cellphone

    Add your x10 email account to the gmail app or webmail. https://support.google.com/mail/answer/6078445?hl=en&co=GENIE.Platform%3DAndroid
  14. ctyrd

    PHP Timezone problem

    As long as your running the correct time for your website. I get confused with UTC, GMT, and all the US auto change from DST to CST.
  15. ctyrd

    PHP Timezone problem

    As updating the php libraries you can not. That is at the server level. You can however use htaccess file to use Central Standard Time. A list of time zones for Mexico here: https://www.php.net/manual/en/timezones.others.php htaccess syntax: php_value date.timezone 'America/Chicago'
  16. ctyrd

    cURL Stopped Working

    Good to hear it was just a temporary issue.
  17. ctyrd

    Can't log in to C Panel

    It is a totally free hosting platform. With community support forum. Maintenance happens, seems like every Sunday. No time to inform you. Rest assure it will be over in due time.
  18. ctyrd

    cURL Stopped Working

    Need a domain or a link to the CURL issue, or any error you may be getting.
  19. ctyrd

    Can't log in to C Panel

    If your referring to the https://x13.x10hosting.com:2222/ server/host, it is maintenance software upgrade/update that ran long. Same for https://x10hosting.com/login The hosted sites are still live.
  20. ctyrd

    I lost my phpmyadmin password

    db, pass, and user can be modified in MySQL Management section in the hosting control panel for your server/host. phpMyAdmin section could be used to manage the db tables to your WP site if needed.. https://x14.x10hosting.com:2222 if WP is setup with mail() then you could use forgot password...
Top