Search found 3 matches

by stefko
Fri Aug 21, 2009 3:40 pm
Forum: General discussions
Topic: Missing File after update to 2.5.x from 2.0.x
Replies: 5
Views: 5103

Re: Missing File after update to 2.5.x from 2.0.x

Below are lines 80 - 100 of index.php

//
$action = PMF_Filter::filterInput(INPUT_GET, 'action', FILTER_SANITIZE_STRING, 'main');

//
// Authenticate current user
//
$auth = null;
$error = '';
$faqusername = PMF_Filter::filterInput(INPUT_POST, 'faqusername', FILTER_SANITIZE_STRING);
$faqpassword ...
by stefko
Thu Aug 20, 2009 1:18 pm
Forum: General discussions
Topic: Missing File after update to 2.5.x from 2.0.x
Replies: 5
Views: 5103

Re: Missing File after update to 2.5.x from 2.0.x

Manually update, delete all files except those listed in instructions, upload new files and run update.php
by stefko
Thu Aug 20, 2009 4:29 am
Forum: General discussions
Topic: Missing File after update to 2.5.x from 2.0.x
Replies: 5
Views: 5103

Missing File after update to 2.5.x from 2.0.x

After login as admin, I click the Administration Link and receive this error:
phpMyFAQ warning [2]: include(/hsphere/local/home/user/domain/faq/inc/CurrentUser.php): failed to open stream: No such file or directory in autoLoader.php on line 42

phpMyFAQ warning [2]: include(): Failed opening ...