Forums

WP Super Cache
thank you wp-super-cache , my server is down now (23 posts)

  1. AlAmRi
    Member
    Posted 1 year ago #

    after i used this plugin , it worked perfect , after an hour , i got 500 error
    i deleted everything able to be delete , still got the error

    then deleted .htaccess files , nothing happend

    now i deleted the WordPress and still have the problem

    thank you for destroying my server ,

  2. Donncha O Caoimh
    Member
    Posted 1 year ago #

    If you deleted everything then it's probably not the plugin. Sorry you had problems with it.

  3. AlAmRi
    Member
    Posted 1 year ago #

    sir , the problem is i didn't edit any file , it just happend like that .

    i updated my apache , i tried everything , im trying for 5 hours

    i still have this message :

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@***.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    it not only the main domain , also all the sub domains ,

    now im losing my visitors , thanks to this plugin

  4. AlAmRi
    Member
    Posted 1 year ago #

    i can open HTML files without the 500 error , also can open pictures and other files like RAR and ZIP , but php is not opening , is shouwing me the 500 error , even an empty PHP file

  5. Donncha O Caoimh
    Member
    Posted 1 year ago #

    If you upgraded Apache make sure mod_php was upgraded too. Did you check your Apache error_log? There may be valuable info there. (I don't know where your log file might be, it's system dependent)

  6. AlAmRi
    Member
    Posted 1 year ago #

    i checked my error_log files , all the last errors was about "function.php can't call header becuse header is allready excest" << something like that

    some times i make mistakes , and this 500 show up , but i know what i did and i fix it , but this thing just show up without reason , only after i used this plugin

    i allready installed mod_php and upgrade it , nothing change at all ,

    do you have some advises ?

  7. AlAmRi
    Member
    Posted 1 year ago #

    give me your e-mail please , i will provide you with my server detalis to see .

  8. AlAmRi
    Member
    Posted 1 year ago #

    also this error :
    [24-May-2011 06:23:09] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ixed.5.2.lin' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ixed.5.2.lin: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0

  9. Donncha O Caoimh
    Member
    Posted 1 year ago #

    I think there's a problem with your server. I think it was just coincidence that your problems happened when you installed WP Super Cache. :(

  10. AlAmRi
    Member
    Posted 1 year ago #

    sir , problems happens when we do something wrong ,

    i haven't do anything to my server , i haven't even open the WHM for a long time .

  11. markb1439
    Member
    Posted 1 year ago #

    Things can go wrong with a server even if you haven't done anything to it. If you aren't maintaining your server manually, you should definitely have cPanel automatic updates turned on to make sure you have the latest security patches. Unfortunately, those updates are often quite comprehensive, and they can occasionally break something. You might consider filing a ticket with cPanel. They are excellent about getting to the bottom of things like this.

    The errors you're getting are not indicative of being caused by this plugin. For example, ixed.5.2.lin indicates a SourceGuardian problem which is completely unrelated to WP Super Cache.

    I'm with Donncha...I think it was a coincidence that these problems happened after you installed this plugin.

  12. AlAmRi
    Member
    Posted 1 year ago #

    now im not sure , what , why , how is that happend ?
    i hired a profesional support to fix this error ,
    i take a full backup , i wanna try this plugin again to see who have the problem ,
    but it seems to need to disable some functions on php.ini

    do you know something about that ?

  13. markb1439
    Member
    Posted 1 year ago #

    Not sure what you mean. This plugin doesn't have any special requirements in that regard. I've used it on multiple servers without ever having to modify php.ini.

  14. AlAmRi
    Member
    Posted 1 year ago #

    the guy who fixed the problem asked me about the securty , i said i want it high , then he said i will block some functions on the server wich will increase the securty level
    and he said these disabled functions maybe will affect on some scripts efficiency

    i know how to enable them again , but do you know the necessary functions for this plugin ?

  15. djferik
    Member
    Posted 1 year ago #

    if you do not have private settings (passwords), try to post here your .htaccess

  16. AlAmRi
    Member
    Posted 1 year ago #

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Sir, the disabled functions are from the main server not from the .htaccess , i have my own server
    but every time i try to enable this plugin it show me a blank page , and the plugin is not generating cached pages , i enabled fopen() function but it's not enugh to run the plugin

  17. djferik
    Member
    Posted 1 year ago #

    .htaccess it's ok.

    try to put in the file wp-config.php this constant:

    define ('WP_CACHE', true);

    but the server is online or local?

  18. markb1439
    Member
    Posted 1 year ago #

    the guy who fixed the problem asked me about the securty , i said i want it high , then he said i will block some functions on the server wich will increase the securty level
    and he said these disabled functions maybe will affect on some scripts efficiency

    This is normal, and most web hosts do this for security. But you are right, the disabled functions are not related to the items mentioned in .htaccess. They are indeed set up at the server level.

    I've tried WP Super Cache on multiple servers with many PHP features disabled for security, and it's never had a problem.

    Why do you think that one of these functions is interfering with the plugin? Did you see an error message to that regard, or something like that?

  19. AlAmRi
    Member
    Posted 1 year ago #

    guys i tried every thing , it's not working as befor ,

    that means something at the apache configure changed , witch make this plugin un-active

    the developer , if you know the necessary functions or any mods i should install to make this plugin work , please tell me .

    the traffic is going high and the server can't handel it

  20. AlAmRi
    Member
    Posted 1 year ago #

    markb1439 , please post your e-mail , i will e-mail you to see with your self

  21. Donncha O Caoimh
    Member
    Posted 12 months ago #

    AlAmRi - the readme.txt lists the Apache mods required to get mod_rewrite caching going but PHP caching shouldn't require anything special to work. Have you tried other page caching plugins?

  22. AlAmRi
    Member
    Posted 12 months ago #

    i tried your Plugin and w3tc and wp cache

    no one is working , even with chmod 777 your plugin can't creat the files

    befor , i was able to upload files without chmod 777
    but now i can't
    that means there is something worng at the functions

    and about the PHP caching , the plugin is not even activeable to make this choise

  23. markb1439
    Member
    Posted 12 months ago #

    Both of the plugins you mention will generally work on any server with a standard configuration. So it sounds as if there is something non-standard in your config.

    If you can post any specific error messages or additional information, they can help shed light on this. But this might not be the place for support for your issue, since your issue isn't caused by the plugins. It seems to be caused by your server setup.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic