jaygm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank WebsiteOk the hosting provider said that they couldn’t share the logs because of the multi domain server that my girlfriend has, so i decided to delete the database amd reinstall everything from scratch and it works.
Forum: Fixing WordPress
In reply to: Blank WebsiteOk. Thanks. I will talk with my friend and come back.
Forum: Fixing WordPress
In reply to: Blank WebsiteWould you say that if I delete the database and install Wp again I’ll get a solution?
Forum: Fixing WordPress
In reply to: Blank WebsiteThe problem is that I’m in California and my friend is in Spain. This is not my website… Any other idea?
Forum: Fixing WordPress
In reply to: Blank WebsiteI changed wp_debug to true and added this below:
@ini_set(‘log_errors’,’On’);
@ini_set(‘display_errors’,’Off’);
@ini_set(‘error_log’,’/home/example.com/logs/php_error.log’);And now what…
Forum: Fixing WordPress
In reply to: Blank WebsiteNop. This is the site. I’m not sure how to do it.
However, I still have the problem of description being repeated although I have set different descriptions for each page. Can this problem be related with the website using xhtml5? How can I solve it?
Ok. I found the problem. After updating rewrite rules were disable.
Forum: Fixing WordPress
In reply to: Headers already sent warning problemOk. I found the solution. As usual, it was wp-config.php file. The thing is that believe it or not I checked for blank spaces in that file many times as well as upload and rename three times a wp-config-sample.php from new versions of WordPress that I download from this website.
I finally decided to get a wp-config.php that I had in other website changing DB, USER and PSW and now it works.
I don’t know I think this is strange…
Thanks for your patience SyCo123
Forum: Fixing WordPress
In reply to: How to change the content of a linkI haven’t use your theme ever but looking at your code it looks like for showing that sebmenu you are using a widget. So go to appearance -> widgets -> and try to find something like Ad Widget or something similar… One you find it just Change the Piece of text you want to change. I’m not sure but that plugin probably uses html. I hope this help.
Forum: Fixing WordPress
In reply to: Headers already sent warning problemI have done that and I keep getting the same problem. I have also reinstalled the whole wordpress package (except wp-content) and I included my data in the new wp-config-sample.php and rename it. Nothing works. Always having the same headers warning.
I don’t understand what is happening because I have reinstalled wordpress and my plugins are deactivated.
Forum: Fixing WordPress
In reply to: Headers already sent warning problemSo, does anybody know how to change wp_redirect()for javascript redirections?
Forum: Fixing WordPress
In reply to: Page IDOther way to see your pages ID’s is by seing them in preview mode. If you look at the URL you will see this: true&preview_id=x
Forum: Fixing WordPress
In reply to: Headers already sent warning problemThanks for answering SyCo123,
This is the Output that I got by email:
–
<b>Warning</b>: Cannot modify header information – headers already sent by (output started at /home/xxx/domains/xxx.com/public_html/wp-config.php:1) in <b>/home/xxx/domains/xxx.com/public_html/wp-includes/pluggable.php</b> on line <b>881</b>So, basically I have the same info although the page to access admin panel now is empty and before I got the headers error. Any idea what else can I do?
Forum: Fixing WordPress
In reply to: Menu bar navigation has disappeared from websiteOk. Thanks for your advice!!