|
#1

Jan 31, 2011, 03:18 PM
|
|
Hi everybody,
First of all my thanks for the wonderful theme
I have recently upgraded my hosting from free to paid plan; as a consequence, they moved my site to another server. This had no URL impacts, but it implied a change of MySQL database. Therefore, I have changed this detail in WP configuration file. So far, so good.
The problem is that after this change Atahualpa stopped working properly: my site now only shows the sidebars and widgets areas. No header, and no central column are there 
If I switch to TwentiTen theme everything works fine.
Any idea about a solution?
Thanks in advance,
Francesco
Last edited by foia65; Jan 31, 2011 at 03:37 PM.
|
#2

Jan 31, 2011, 03:39 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Try going to the different areas of the theme options and clicking on the big green save button. Just be careful not to hit either of the reset buttons. I have had this work for a similar problem in the past. When you are going through the various options see if the code you see all looks correct as well.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#3

Jan 31, 2011, 03:50 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
wht version of Atahualpa and WP?
What version of MySQL?
Do you have a database backup?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#4

Jan 31, 2011, 03:58 PM
|
|
Quote:
Originally Posted by lmilesw
Try going to the different areas of the theme options and clicking on the big green save button. Just be careful not to hit either of the reset buttons. I have had this work for a similar problem in the past. When you are going through the various options see if the code you see all looks correct as well.
|
I tried that but didn't work.
It seems that the options I originally set are still there, thought...
|
#5

Jan 31, 2011, 04:02 PM
|
|
Quote:
Originally Posted by juggledad
wht version of Atahualpa and WP?
What version of MySQL?
Do you have a database backup?
|
Atahualpa 3.6.1
WP Version 3.0.4
MySQL 5.1
Yes, I do have a recent Database backup
|
#6

Jan 31, 2011, 06:13 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what is the url?
Was 361 working prior to the change?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Jan 31, 2011 at 07:43 PM.
|
#7

Jan 31, 2011, 11:21 PM
|
|
Quote:
Originally Posted by juggledad
what is the url?
Was 361 working prior to the change?
|
Yes, it was working perfectly.
|
#8

Feb 1, 2011, 01:48 AM
|
|
After exporting my settings (that are still the good ones) I have tried deleting and reinstalling the theme. The result is still the same, with or without my settings. I have also given a try to 3.6.4 without success.
The url is http://foia.sportsontheweb.net/ but now I have put back Twenty Ten theme to have something viewable.
I attach an html file of my home page generated by Atahualpa
Thanks again for your help.
|
#9

Feb 1, 2011, 03:27 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
please do the following. Add the following to ato->Style & edit CENTER COLUMN->Content ABOVE the LOOP as the very first line
HTML Code:
<?php if (is_user_logged_in()) { echo phpinfo(); } ?>
then login to your site and activate Atahualpa and visit the site. You will see a dump of the phpinfo in the center area. Make a copy of the source and attach it to a reply.
remove the code and reactivate twenty-ten
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10

Feb 1, 2011, 03:54 AM
|
|
Quote:
Originally Posted by juggledad
please do the following. Add the following to ato->Style & edit CENTER COLUMN->Content ABOVE the LOOP as the very first line
HTML Code:
<?php if (is_user_logged_in()) { echo phpinfo(); } ?>
then login to your site and activate Atahualpa and visit the site. You will see a dump of the phpinfo in the center area. Make a copy of the source and attach it to a reply.
remove the code and reactivate twenty-ten
|
I have done as instructed, but I can't see nothing in the central area.
Just to be sure I have done the change right, I attached a picture of my settings: is that ok?
Last edited by foia65; Feb 1, 2011 at 06:30 AM.
|
#11

Feb 1, 2011, 04:07 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Yes that is correct. well change it to just
HTML Code:
<?php echo phpinfo(); ?>
run the test, then take it out
If you put it as the last line of 'Content BELOW the LOOP' then it would be at the bottom of the page and people might not see it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12

Feb 1, 2011, 04:21 AM
|
|
Quote:
Originally Posted by juggledad
Yes that is correct. well change it to just
HTML Code:
<?php echo phpinfo(); ?>
run the test, then take it out
If you put it as the last line of 'Content BELOW the LOOP' then it would be at the bottom of the page and people might not see it.
|
Nothing 
I tried to put the code above, below and even IN the loop, but the central column is still desert....
|
#13

Feb 1, 2011, 04:54 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
very weird - oh I wonder if that is why nothing is showing up. I'll bet there is a php setting sending echo's to a different location than the screen. The theme uses lots of echo;s to send HTML to the output! let me look at the php manual...
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#14

Feb 1, 2011, 05:11 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try this. create a text file called 'phpinfo.php' and add the following to it
HTML Code:
<?php
if (! ($xmlparser = xml_parser_create()) )
{
die ("Cannot create parser");
}
echo 'before phpinfo<br>';
phpinfo();
echo 'after phpinfo<br>';
?>
upload it to yout host. If you put it in the wordpress root, you can call it by using
mydomain.com/phpinfo.php
if this does not show the 'before' and 'after' you need to contact your host and pursue it thru their support.
The output of the echo should be going somewhere....
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|