Problems with Installation

HTML, PHP, JavaScript...ask your questions or post your tips here!
Post Reply
diabolous
Posts: 5
Joined: Thu Oct 23, 2014 4:42 pm

Problems with Installation

Post by diabolous »

Hello,

after Install is this what I see:

Strict Standards: Declaration of ezSQL_mysql::query() should be compatible with ezSQLcore::query() in /home/gratisforum/public_html/mf_functions/class.db.php on line 887

Strict Standards: Declaration of ezSQL_mysql::escape() should be compatible with ezSQLcore::escape() in /home/gratisforum/public_html/mf_functions/class.db.php on line 887

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/class.db.php:887) in /home/gratisforum/public_html/mf_functions/global.php on line 717

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/class.db.php:887) in /home/gratisforum/public_html/mf_functions/global.php on line 718


What is it and can you help me?

Thanks
echophp
Posts: 657
Joined: Sun Feb 11, 2007 9:07 am

Re: Problems with Installation

Post by echophp »

Try this file attached copy to \echophp\mf_functions
Backup up the old class.db.php and Extract and copy it there untested.
You do not have the required permissions to view the files attached to this post.
diabolous
Posts: 5
Joined: Thu Oct 23, 2014 4:42 pm

Re: Problems with Installation

Post by diabolous »

Hi Thanks,

But now i get this error message:

Strict Standards: Only variables should be passed by reference in /home/gratisforum/public_html/mf_functions/header.php on line 119

Strict Standards: Only variables should be passed by reference in /home/gratisforum/public_html/mf_functions/header.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/header.php:119) in /home/gratisforum/public_html/mf_functions/footer.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/header.php:119) in /home/gratisforum/public_html/mf_functions/footer.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/header.php:119) in /home/gratisforum/public_html/mf_functions/footer.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/header.php:119) in /home/gratisforum/public_html/mf_functions/footer.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/header.php:119) in /home/gratisforum/public_html/mf_functions/footer.php on line 19

Warning: Cannot modify header information - headers already sent by (output started at /home/gratisforum/public_html/mf_functions/header.php:119) in /home/gratisforum/public_html/mf_functions/footer.php on line 21


Thank you
echophp
Posts: 657
Joined: Sun Feb 11, 2007 9:07 am

Re: Problems with Installation

Post by echophp »

I updated the download file please redownload
And extract from phpBBMF.zip the mf_functions/header.php file and copy it to your mf_functions/header.php and see if it helps.

If not I would suggest disabling errors in php.ini from being displayed as a workaround.
Or altering the main files to turn php error display errors off.
Post Reply