jesus_internet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] Mobile optimizationI have solved it. The problem was at robots.txt because I had:
Disallow: /wp-content/themes
and the google robot could not access the css, js etc from the theme
Thanks
Forum: Everything else WordPress
In reply to: WordPress fails upgrading from php5.2 to php5.5Hello,
You have to execute the script posted above by Marko Heijnen but before, read all these posts from the beginning to understand where is the problem exactly.
Bye
Forum: Everything else WordPress
In reply to: WordPress fails upgrading from php5.2 to php5.5If the button does npt work. Do a copy-paste of the code you see on the screen and then paste in a text editor and save the file as .php to upload later on to your wordpress root
I have modified the php file in mantra files:
mantra->includes->theme-frontpage.php
Look for “mantra_fronttext2” and “mantra_fronttext1” and I have removed the function “esc_attr” because this function translate “<” into “<” and the LINK was not shown.Now I can write a link in the Top title or second title and it works
Thanks
Forum: Everything else WordPress
In reply to: WordPress fails upgrading from php5.2 to php5.5Yes, and you put it in your wordpress root and you execute from a browser and then you update the php version. I hope it will work for you…
Forum: Everything else WordPress
In reply to: WordPress fails upgrading from php5.2 to php5.5If you are using 1and1, Marko told me that when installing wordpress, they duplicate php.ini in a lot of folders.
Mainly you have to modify php.ini for the the root and wp-admin directory. If it works, Marko wrote a script for me that removes all these parameters in all folders where it is duplicated.
Let me know if it works in these two places and if it works I can send you the script.
Bye
Forum: Everything else WordPress
In reply to: WordPress fails upgrading from php5.2 to php5.5Thanks to the help of Marko that told me that I had to delete the following parameters in my php.ini it works correctly:
browscap = /usr/local/lib/browscap.ini;
magic_quotes_gpc = on;Again, thank you very much MARKO
Forum: Everything else WordPress
In reply to: WordPress fails upgrading from php5.2 to php5.5excuse-me for the delay
I’ve just sent you the information you requested to me.Thanks in advance