Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Fix my website WordPress

  • SOLVED

Something went wrong on my website

http://50.22.195.94/~mariaman/

http://50.22.195.94/~mariaman/palestra-4-verdades/

Characters are also looking strange.

Need help fixing it.

Answers (3)

2013-10-01

Plugarized answers:

Can you provide more information and also a screenshot pointing to what is wrong.

This is how it looks from my end.


business_ideas comments:

Warning: session_start() [function.session-start]: open(/tmp/sess_2185e98e88a6b093f739808cf73c24b1, O_RDWR) failed: Permission denied (13) in /home/mariaman/public_html/wp-content/themes/dt-nimble/plugins/captcha/dt_captcha.php on line 35

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mariaman/public_html/wp-content/themes/dt-nimble/plugins/captcha/dt_captcha.php:35) in /home/mariaman/public_html/wp-content/themes/dt-nimble/plugins/captcha/dt_captcha.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/mariaman/public_html/wp-content/themes/dt-nimble/plugins/captcha/dt_captcha.php:35) in /home/mariaman/public_html/wp-includes/pluggable.php on line 875

Warning: Unknown: open(/tmp/sess_2185e98e88a6b093f739808cf73c24b1, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0


Plugarized comments:

Can you send the contents of line 35 in

/home/mariaman/public_html/wp-content/themes/dt-nimble/plugins/captcha/dt_captcha.php on line 35


Plugarized comments:

Anyways, it looks like you may have enabled 2 captcha plugins, or have an empty space before the <?php somewhere in your theme or wp-config.php, or re-uploading a fresh copy of your theme's functions.php.

This looks like the nimble premium theme from themeforest, ask the theme developer for support

2013-10-01

Arnav Joy answers:

Can you show us functions. Php file


Arnav Joy comments:

write

@ob_start();

at the top of functions.php file

2013-10-01

Balanean Corneliu answers:

For header error 876
You should Go to WordPress Index.php file and make sure nothing is above the Opening php tag, For some reason I had <title></title> on top of <?php like below
---------------------
<title></title>
<?php

Instead of
---------------------
<?php

The opening php tag should be at the top of the page.


Balanean Corneliu comments:

For the captcha try the solution indicated by Arnav, look for the captcha plugins, if you have 2 try to dezactivate one by one and refresh the page to see if something change.
Good luck.


Balanean Corneliu comments:

Verify the folders and file chmode permission to : need to be 644 for the file and 755 for the folders.