Viewing 4 replies - 1 through 4 (of 4 total)
  • The error messages tell you everything that you need to know:

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/index.php(1) : eval()’d code:3) in /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/wp-content/plugins/popup/popup.php on line 34

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/index.php(1) : eval()’d code:3) in /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/wp-content/plugins/popup/popup.php on line 34

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/index.php(1) : eval()’d code:3) in /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/wp-content/plugins/post-views/post-views.php on line 114

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/index.php(1) : eval()’d code:3) in /home/content/79/9434279/html/REALMADRIDFCWALLPAPERS/wp-content/plugins/wsi/wsi/front/WsiFront.class.php on line 81

    The file ‘wp-content/plugins/popup/popup.php’ is trying to do something bad at line 34.

    You’ve also got another plugin for ‘WsiFront’ that’s trying to eval() something, and under 99% of circumstances, that’s very bad. It could be OK with this one, but me being to concerend would not use this plugin either.

    If you have youe heart set on using both of these, look at your wp-config.php file and look for this line:

    define('WP_DEBUG', true);

    and change it to:

    define('WP_DEBUG', false);

    That will block the warning messages that you’re seeing.

    Thread Starter websitemaker11

    (@websitemaker11)

    Thanks for the quick reply. I have done everything you said. I deleted all of those plugins and the debug was already set to false when you were viewing the website(it’s currently set to false as well). Now the same thing is happening but without the warning. Also I checked all those lines specified and there was nothing wrong with the code. I don’t know what to do now.

    there is some problem in your javascript try disabling javascript from your browser than your site will be in action

    Thread Starter websitemaker11

    (@websitemaker11)

    ok thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My website doesn't work’ is closed to new replies.