try to save the pages settings at least once
glad you solved that issue. for the other one, try first to add this line just after the one you added: define('WP_CACHE', true); if that one didn’t fix it tr the following so we can see what is causing it 1 – delete the error_log file 2 – go to the pageĀ that causing the issue 3 – copy the error log message and past it here
Its because taht answer is created in version older less then 2.0. which do not save title for answer. Just edit that answer from wp-admin and add title (same as question).
Yep you can, simply go to menu editor and add this two items:
Already fixed today, get new version of AnsPress email.
ok so from your log error you seems to bypass the limit of allowed memory, there are several ways to increase it one that would be simple for you is to use the wp-config.php file (on your wordpress root directory) Add the following before any file includes define( 'WP_MEMORY_LIMIT', '128M' ); if it doesn’t work then you have to contact your hosting provider they must be not allowing php memory increase. hoep this could be helpful
Its look like you are overriding AnsPress, if so please update old CSS or simply delete old styles. Update tags and category extension from github, I just pushed some commits. For avatar issue, do this:
All cleared. Please get latest version from github and mark this as solved. Thanks for reporting.
Issue solved, please download latest master branch from github, https://github.com/anspress/anspress/archive/master.zip
Already working on it, will be ready before 15th of this month. You can easily extend reputation of AnsPress, let me know what you want to extend. I will show you an example filter for extending reputation. Cheers.