Ticket SJP-747123
Error:
Warning: file_get_contents(http:) [function.file-get-contents]: failed to open stream: No such file or directory in /home/bhmjones/public_html/mm/ALHouse/app/lib/simplepie/simplepie.inc on line 7757
Warning: Cannot modify header information - headers already sent by (output started at /home/bhmjones/public_html/mm/ALHouse/app/lib/simplepie/simplepie.inc:7757) in /home/bhmjones/public_html/mm/ALHouse/admin/index.php on line 25
Solution:
It appeared that default php configurations of the software were disallowing your software to create more entires. After the 67th entry, the software looks to start having problems. I created a php.ini and inserted it into your “admin” folder where the page that had problems is. Inside of it:
[PHP]
memory_limit = 24M
That fixed it. This problem was actually brought up in on of moonmoon’s forum threads: http://moonmoon.org/forum/viewtopic.php?pid=33