|
#1
Nov 7, 2009, 06:43 PM
|
|
The subject kinda says it all. I'm converting the Wordpress blog of a non-profit organization to Atahualpa. It is looking really good, but the category pages are only showing one post and only the subject of that post, although they are linked to the whole post.
I want these pages to show at least 5 of the most recent posts, with all the usual info about the post and can't find the trick to getting over this hurdle.
Thanks for any help.
Cheers,
casahac
|
#2
Nov 7, 2009, 07:47 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What version of Atahualpa, WP and PHP?
What is the url?
What page shows the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Nov 7, 2009, 08:34 PM
|
|
Atahualpa 3.4.4, Wordpress 2.8.5, php 5.2.5
http://www.peacefresno.org
All three category pages are in the same condition; calendar, news and upcoming events.
Thank you!
casahac
|
#4
Nov 7, 2009, 08:53 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try disabling the plugins you have. Something is causing the pages to be interupted during their creation . They are not being fully created, the HTML that is, and that is why you don't see any thing.
If any of the plugins relate to categories, disable them first.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Nov 7, 2009, 09:26 PM
|
|
All are disabled, no change in the pages.
Sigh............
casahac
|
#6
Nov 8, 2009, 05:28 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Did you make any change to any of the options at ATO->Style & edit CENTER COLUMN?
Did you add any widget areas in?
There is some 'other' code that is running when it trys to build the category page and it is crashing.
If you can access the site error log, you may see some more information.
__________________
"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; Nov 8, 2009 at 05:30 AM.
|
#7
Nov 8, 2009, 02:40 PM
|
|
I've made no changes to the ATO->Style & edit CENTER COLUMN. This is how the error log reads:
Here are the most recent errors:
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 150 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 154 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 176 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 151 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 164 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 159 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
Hope this helps!
casahac
|
#8
Nov 8, 2009, 03:25 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
It looks like you are running out of PHP memory. You need to talk to your host provider. (Who is it?)
Try swapping to the default theme and see if you get the same errors
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Nov 8, 2009, 04:45 PM
|
|
This is progress.
I increased the php memory from 18M to 24M. Now I get this message on all 3 category pages;
Fatal error: Call to undefined function CPbreadcrumbs() in /hermes/web08/b1660/moo.peacef/wp-content/themes/atahualpa/category.php on line 30
Line 30 of category.php reads:
<span class="filedunder" id="pagedunder"><?php CPbreadcrumbs(); echo wp_title(); ?></span>
Thanks again,
casahac
|
#10
Nov 8, 2009, 07:03 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you must have a custom template in your Atahualpa theme folder. There is no category.php in the theme.
Did you code this yourself? If not, edit it and see if you can see where is came from.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Nov 8, 2009, 07:23 PM
|
|
That file being there was my mistake. I deleted it and everything is now the way I want it on the category pages.
Now off to the sidebars........
Thank you SO MUCH for the help!
Cheers,
casahac
|
|