Search results

  1. ctyrd

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

    Maybe a bug with the server/host your on. The connection test script is returning connected on x13.x10 host, to the account default $db. The username is different then the one stated in Directadmin. $mysqli_connection = new MySQLi('localhost', 'user', 'pass', 'db'); if...
  2. ctyrd

    please increase the size of plugin uploads for WP in php.ini | x11

    In the hosting control panel select php version, there is a option page that will allow you to increase the upload_max_filesize.
  3. ctyrd

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

    Have you tried php version 8.0 Server/Host x13.x10: phpinfo php ext test
  4. ctyrd

    GD PHP Extension is required php 8.1

    Server/Host: x13.x10 I can confirm GD Ext. is active up to php version 8.0. https://tbint.us/file_get.php
  5. ctyrd

    Hosting Control Panel Says: "This site can’t be reached"

    what is the url your having issues with?
  6. ctyrd

    file_get_contents is blocked?

    Create file name file_get.php, and add the code below. <ul> <li><?php echo 'Curl: ', function_exists('curl_version') ? 'Enabled' : 'Disabled';?></li> <li><?php echo 'file_get_contents: ', file_get_contents(__FILE__) ? 'Enabled' : 'Disabled';?></li> <li><?php...
  7. ctyrd

    XenForo

    ... --- ... public sign up = disabled
  8. ctyrd

    x13hosting: 500 Internal Error, DirectAdmin License Expired (?)

    Yes it does happen just about every Sunday it will pass by end of day. maintenance or something. https://community.x10hosting.com/threads/x13-license-check-failure.210784/#post-991579
  9. ctyrd

    Service don't work.

    What does the dashboard page look like? Have you chosen a free x10 domain name or added your own domain yet? If so what is it?
  10. ctyrd

    Can't connect to new site

    Seem to be working just fine non secure: Heritage Education Commission Clear browser history/cache, and or ISP router/modem.
  11. ctyrd

    Login Failed to Hosting Control Panel

    Just trying to get your attention to OP issue.
  12. ctyrd

    SSL Feature Requested for Website

    SSL Certificate is working as expected. SSL or not there are html source errors. The index file in your public_html has a url meta tag in the source head. <meta HTTP-EQUIV="REFRESH" content="5; url=http://www.unsolicited.elementfx.com/blog" /> In the directory /blog index file source I see no...
  13. ctyrd

    SSL Feature Requested for Website

    If it helps, I'v tried every option in the SSL Certificates manager and nothing broke. I ended up using Let's Encrypt cert. Always had certificate warnings for pop, smtp, ftp, etc when added to cert. Used my domain for common name and ticked the wild card option (ctyrd.org, *.ctyrd.org). then I...
  14. ctyrd

    Login Failed to Hosting Control Panel

    log in and use the user name in the service detail page, should be 8 letters. and try to login here: http://x14.x10hosting.com:2222 If it does not log in then go back to the service details and use the green change password button. If successful try and log in again at...
  15. ctyrd

    Dar de baja la cuenta

    El foro usa el inglés Forum uses English
  16. ctyrd

    Login Failed to Hosting Control Panel

    http://gdcsgssx.x10.mx/ is active. Can you login here: https://x10hosting.com/login and use the services blue Hosting Control Panel button link? On the dashboard the button is green.
  17. ctyrd

    I am not able to see the logs in my site

    I most have a php version option set wrong. My user statistics log all start with: 2023-04-25 03:11:52.216429 [INFO] Yours: 2023-04-25 12:50:57.948258 [NOTICE] What is the typicaldish.com/logs permission. rwx-- (700)?
  18. ctyrd

    I am not able to see the logs in my site

    No not my IP. So your getting php errors in directadmin User Statistics log files? I added <?php include 'footer.php';?> to my index file, no file footer.php and no php error in User Statistics log files. But I did get php error here: php error returned: [25-Apr-2023 11:05:54 America/Chicago]...
  19. ctyrd

    I am not able to see the logs in my site

    The system logging is more of a statistic error, not a scripting error. I only have 404 errors in the logs. 500 error system stops. So no logging. 2023-04-25 05:10:38.337536 [INFO] [3705859] [198.251.73.73:57447#APVH_www.ctyrd.org:443] File not found...
Top