Search results

  1. B

    upgraded from php 5.3 to php 5.4, mysql now not found

    Looks like I'm stuck with this issue. I already tried the following: --with-mysql -- compiled but no databases load when sites are opened, looks like mysqlnd is not working for 5.4 as phpinfo shows mysql is loaded with mysqlnd --with-mysql=/usr/bin/mysql_config -- will not compile, error...
  2. B

    upgraded from php 5.3 to php 5.4, mysql now not found

    sorry for late reply. had other issues on the network that i had to take care of so I kinda put this aside. anyway, i just used the same compile option with 5.3 and 5.4. It has '--with-mysql' option
  3. B

    upgraded from php 5.3 to php 5.4, mysql now not found

    Hello. We have updated our php from 5.3 to 5.4. After completing the update, all sites with mysql databases are no longer working. We have compiled php with '--with-mysql' but still not working. Any suggestions?
  4. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    that one still up in the air. now i'm running on 5.3.26, and won't go into 5.4.xx for a while as there are significant differences I believe, and it will just complicate a lot of things. as long as our servers are pci compliant, i'm a happy camper :)
  5. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    ok got it fixed by copying /usr/local/lsws/lsphp5/bin/php to /usr/bin/ and replacing the other one I used, which is /usr/local/lsws/fcgi-bin/lsphp-5.3.26 (which I copied to /usr/bin/lsphp before) Before, I used the lsphp from this folder without issues. I think moving forward I'll be using...
  6. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    I get a syntax error: PHP: syntax error, unexpected '&' in /home/account/account.com/html/pop.php on line 4 But I cannot see the code since it's encoded with ioncube.
  7. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    /usr/bin/php Basically I deleted the original php and created a symlink to lsphp I confirmed that the php version running is the one I installed, which is 5.3.26
  8. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    ok I recompiled again and downgraded to 5.3.26. Now it can connect again to the database. However, another issue has presented itself. When I updated our whmcs installation to the newest, the cronjobs no longer work. I get a segmentation fault. I contacted whmcs support and they say that...
  9. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    Hi. I actually have that already in the compile setting, --with-MySQL I tried to downgrade back to 5.3.19 and MySQL just worked again. now I put back 5.4.16 and MySQL won't load.....werd...
  10. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    I used the same php compile options as the previous build. we are using interworx. everything was working perfectly fine before the php recompile to a newer version.
  11. B

    updated php to 5.4.16, mysql suddenly won't load even if running

    Hi. I have updated our litespeed server to the latest, and recompiled php to 5.4.16. Everything seems to have installed fine, but the server can no longer connect to the mysql database. mysql is running tho.... any suggestions??
  12. B

    PCI compliance - disable SSLv2

    Yes that's what I thought so too. But then the pci report came out with 3 failures, all related to SSLv2..... I'm having it run again. Thank webizen for all your help :)
  13. B

    PCI compliance - disable SSLv2

    We edited the ssl.conf files and changed some settings. If we try to do a test, this is what we get: [root@server ~]# openssl s_client -ssl2 -connect 1xx.xxx.121.xxx:443 CONNECTED(00000003) 140621945898824:error:1407F0E5:SSL routines:SSL2_WRITE:ssl handshake failure:s2_pkt.c:430: ---...
  14. B

    PCI compliance - disable SSLv2

    Hi. Our interworx box runs on cloudlinux and litespeed. We need to disable SSLv2 for PCI complaince. How can we accomplish this? Is this on litespeed side where we need to disable? Please advice. Thanks
  15. B

    random 404 errors on exiting pages

    Hi. We don't have any rules that end in a dot in .htaccess. Also, this happens to our clients and us as well, randomly. Below is the htaccess for one of our sites that experience random 404 as well. RewriteEngine On # Announcements RewriteRule...
  16. B

    random 404 errors on exiting pages

    Hi. Something is really bugging my clients. When browsing pages, form time to time the 404 error shows up on existing pages. After a 404 shows up, a press of the refresh button loads the page just fine. It's just annoying as when someone is browsing, the 404 just pops up, and some might...
  17. B

    [Solved] Custom error page

    regular php file. the guys at interworx managed to fix it. needed to add the following the the httpd.conf file just above the errordocument line AddHandler php5-script .php AddType text/html .php
  18. B

    [Solved] Custom error page

    webizen, for system wide, does litespeed recognize php files for 404 errordocs? i have tweaked mine, it takes html files, but not php files.
  19. B

    [solved] custom global 404 error with interworx

    @webizen: Can Litespeed use php as an errordocument? I added a custom 404 in the httpd.conf file. If I use filename.php it doesn't get recognized, but if I use filename.html it works just fine. I want to use PHP so I can put custom php coding. Please advice. Thanks
Top