Search results

  1. T

    Webp support in GD for PHP 8.1

    You can also add --with-jpeg Thanks
  2. T

    Webp support in GD for PHP 8.1

    I figured it out. You have to compile using --with-webp I figured this out by trial and error. The default compile settings should include this.
  3. T

    Webp support in GD for PHP 8.1

    How do I add Webp support in GD for PHP 8.1. I was able to do this before with PHP 7.3. I'm using Debian 11.
  4. T

    Fatal error: Uncaught Error: Call to undefined function imagecreatefromjpeg()

    That was the fix for PHP 8. I still have issues with my application on PHP 8 so I need to stick with PHP 7.3. When I compile PHP 8.0 with the option "--with-jpeg" I get the jpeg option. When I compile PHP 7.3 with the option "--with-jpeg" I get "configure: WARNING: unrecognized options...
  5. T

    Fatal error: Uncaught Error: Call to undefined function imagecreatefromjpeg()

    I have a fresh install of Openlitespeed, Debian 11.3, and have tried PHP 7.3, 7.4, and 8.0 without success in eliminating this error. For all PHP versions I tried, GD is enabled. What should I try? I attached PHP info from a working server and the one not working.
  6. T

    Repository for Debian 11 containing lsphp73-opcache

    That is the default repo. It starts at PHP 7.4. I need 7.3.
  7. T

    Repository for Debian 11 containing lsphp73-opcache

    I upgraded to Debian 11 and found that the lowest version of PHP in the default openlitespeed repository is PHP 7.4. Because of one application, I have to use PHP 7.3. I want to install lsphp73-opcache but can't find a way to install it. Is there a repository I can add to Debian 11 that contains...
  8. T

    Add lsphp73-intl to Debian 11

    I'll answer my own question. I had to compile again adding --enable-intl.
  9. T

    Add lsphp73-intl to Debian 11

    I have an application that is forcing me to stick with PHP 7.3. I compiled PHP 7.3 in Openlitespeed. Now I'm trying to install Roundcube and can't because of the missing PHP intl extension. How can I add this extension to Debian 11? The repositories start at PHP 7.4.
  10. T

    403 Forbidden Port 7080

    Out of the blue, I'm getting an access error trying to get to Openlitespeed admin section. What should I try? Found the solution. I had added access control to the admin section. My IP address changed and I got locked out. The solution: Edit /usr/local/lsws/admin/conf/admin_config.conf change...
  11. T

    Limit Access to Port 7080

    Is there a way to limit access to port 7080 to one IP address? Maybe .htaccess? I found the answer. WebAdmin Settings > General > Access Control
  12. T

    Enable Pear

    Ok, now both problems are solved. Recompile PHP 7.3 adding --with-pear and then changing Wordpress config file to use 127.0.0.1 instead of localhost.
  13. T

    Enable Pear

    I solved the Pear problem by compiling PHP 7.3 but now my Wordpress websites have the error: Error establishing a database connection
  14. T

    Enable Pear

    Install was successful. ii lsphp73 7.3.22-1+stretch amd64 server-side, HTML-embedded scripting language (LSAPI binary) ii lsphp73-common 7.3.22-1+stretch all Common files...
  15. T

    Enable Pear

    I tried that and I still get --without-pear in phpinfo.
  16. T

    Enable Pear

    I'm trying to get Roundcube to work on Debian 9 with lsphp73 and can't figure out how to enable Pear to get past a 500 error. Any ideas?
  17. T

    lsphp72-sodium for Debian 9

    I'm using lsphp72 and still get the error. I found this solution: curl -O https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz \ && tar xfvz libsodium-1.0.18.tar.gz \ && cd libsodium-1.0.18 \ && ./configure \ && make && make install \ && pecl install -f...
  18. T

    lsphp72-sodium for Debian 9

    I'm trying to install Magento 2 on a Debian 9 server and it requires the sodium php extension. I have a Centos 7 server that had lsphp72-sodium available to install but I can't find the same for Debian. Where can this be found? Still digging. Found that Sodium is installed but needs to be...
  19. T

    Redirect 404 errors to /

    Neither solution worked. It may have something to do with I am serving up Magento.
Top