Jump to content

dl5ark1

Members
  • Posts

    129
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

2,916 profile views

dl5ark1's Achievements

Explorer

Explorer (4/14)

  • Dedicated Rare
  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare

Recent Badges

1

Reputation

  1. Please create a subdomain “mybo” for me, I want to test with this. So I will have an additional mybo.dl5ark.heliohost.org, which points to the (existing) directory mybo under public_html, right? From there I can presumably also access the databases as normal, but configure the settings for this subdomain (such as PHP) differently. If I understand everything correctly, I can use any name server.
  2. I wasn't aware of that. I can probably look it up in the manual to set it up correctly. I can give it a try over the next week. Reporting the problem to Plesk is still a good idea.
  3. 1. We can report it to Plesk and see if they will fix it. This seems like the best idea for now, as others might be affected by the problem as well. If Plesk acknowledges the problem and fixes it, it will benefit everyone. 2. We could uninstall the Plesk package, and compile GD ourself from source, but that seems like too much work and may break other things. We should wait with that. Depending on how 1. turns out. 3. We could use a version of PHP where GD actually works, such as 7.4, but that may not be an option if too much of the rest of the code requires 5.6. This code would run with 7.4 if necessary, but other code on my site still requires 5.6. If you could choose PHP per application instead of for the whole homepage that would be an option, unfortunately not. 4. We could move your website to Lily where I think PHP 5.6 has GD and it actually works. Hm, I would wait and see 1. 5. We could move you to a VPS which start at $4 per month https://heliohost.org/vps/ That's “a little” too expensive for me. 6. You could use Image Magick instead of GD. Example code below: Since the Blitzortung project is not my project, the outcome of rewriting possibly many files seems too uncertain to me.
  4. I am experiencing an issue with generating images using a PHP script from the MyBlitzortung project (https://github.com/tobiasv/MyBlitzortung/tree/master) after moving my website from the old tommy2 server to the new tommy server. The script uses the GD library to render images with text, but after the move, no text is displayed in the images. To investigate, I ran two simple test scripts: gd.php (https://dl5ark.heliohost.org/gd.php): This test creates a blank image with a black background and attempts to display text using a specific TTF font, but only a white rectangle is shown without the text. gd1.php (https://dl5ark.heliohost.org/gd1.php): Similarly, this script also fails to display the text. The PHP script in question (functions_image.inc.php) relies on the GD library with FreeType support to render the text, and the path to the TTF font seems to be correctly configured. The issue persists even though: - FreeType support is enabled on the server. - The font files are present and accessible with appropriate permissions. I kindly request your help to: 1. Verify if the GD library with FreeType is functioning correctly on the new server. 2. Check for any potential issues with the PHP configuration (e.g., paths, library versions, or limitations) that might prevent the text rendering from working properly. I appreciate your assistance in resolving this issue, as it affects the proper functioning of image generation on the website. Wolstech has also tested it and confirms the problem with PHP 6.5 and the GD library (GD is broken): https://helionet.org/index/topic/62191-tommy-upgrade/?do=findComment&comment=279291 . Thank you for your help, best regards!
  5. dl5ark1

    Tommy Upgrade

    Friendly query: Is it necessary to open a ticket in Customer Service or is Krydos also aware of the problem here?
  6. dl5ark1

    Tommy Upgrade

    Thank you for your support. Let's hope that @Krydos finds time to look into the problem.
  7. dl5ark1

    Tommy Upgrade

    Hello wolstech, this is the last and only known remaining error with my migrated homepage. It would be very nice if you could take care of the problem. A complete reinstallation of my account seems a bit excessive. It would be a great pity if I could no longer use php just because of this. Especially for a test phase of the transition from tommy2 to tommy I would appreciate your support. Thank you for your efforts.
  8. dl5ark1

    Tommy Upgrade

    Thank you so far. I am experiencing an issue with generating images using a PHP script from the MyBlitzortung project (https://github.com/tobiasv/MyBlitzortung/tree/master) after moving my website from the old tommy2 server to the new tommy server. The script uses the GD library to render images with text, but after the move, no text is displayed in the images. To investigate, I ran two simple test scripts: gd.php (https://dl5ark.heliohost.org/gd.php): This test creates a blank image with a black background and attempts to display text using a specific TTF font, but only a white rectangle is shown without the text. gd1.php (https://dl5ark.heliohost.org/gd1.php): Similarly, this script also fails to display the text. The PHP script in question (functions_image.inc.php) relies on the GD library with FreeType support to render the text, and the path to the TTF font seems to be correctly configured. The issue persists even though: - FreeType support is enabled on the server. - The font files are present and accessible with appropriate permissions. I kindly request your help to: 1. Verify if the GD library with FreeType is functioning correctly on the new server. 2. Check for any potential issues with the PHP configuration (e.g., paths, library versions, or limitations) that might prevent the text rendering from working properly. I appreciate your assistance in resolving this issue, as it affects the proper functioning of image generation on the website. Best regards!
  9. dl5ark1

    Tommy Upgrade

    Just to understand: Was it active on tommy2?
  10. dl5ark1

    Tommy Upgrade

    I did some superficial research in the foreign php code. I noticed the following: In the /mybo/includes/functions_image.inc.php (I made a copy of the /blitzortung directory) the following line is called: exec(“/usr/bin/optipng -o ‘.BO_OPTIPNG_LEVEL.’ ‘$file’”); Is it possible that the exec() function was active on tommy2 and not on the new tommy? If so, can it be activated for my account?
  11. dl5ark1

    Tommy Upgrade

    My .htaccess Problem is solved.
  12. dl5ark1

    Tommy Upgrade

    I see this php error message: PHP Warning: Version warning: Imagick was compiled against Image Magick version 1692 but version 1693 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0 Can you reproduce this error with any php file?
  13. dl5ark1

    Tommy Upgrade

    I have made some attempts in the directory /123 and /123/456. Neither Satisfy Any nor AuthType None Require all granted work (depending on Apache version). Apache must be configured so that .htaccess files are taken into account at all. This is regulated by the AllowOverride directive in the Apache configuration file. Is this the case?
  14. dl5ark1

    Tommy Upgrade

    The fonts are stored under /blitzortung/fonts/ . Does this help you to diagnose the error?
×
×
  • Create New...