i am facing error massage when i am trying to install interspire.

morgan A

Newbie
Joined
Sep 16, 2014
Messages
1
Reaction score
0
Strict Standards: Declaration of Installer::PrintHeader() should be compatible with SendStudio_Functions::PrintHeader($PopupWindow = false, $LoadLanguageFile = true, $PrintHeader = true) in /home/morganley/public_html/admin/functions/installer.php on line42Strict Standards: Declaration of Installer::PrintFooter() should be compatible with SendStudio_Functions::PrintFooter($PopupWindow = false, $return = false) in /home/morganley/public_html/admin/functions/installer.php on line 42i am acing this issue when i am trying to install interspire on my hosting server..please help some one.
 

Attachments

  • nca.jpg
    nca.jpg
    8.9 KB · Views: 10
Strict Standards: Declaration of Installer::PrintHeader() should be compatible with SendStudio_Functions::PrintHeader($PopupWindow = false, $LoadLanguageFile = true, $PrintHeader = true) in /home/morganley/public_html/admin/functions/installer.php on line42Strict Standards: Declaration of Installer::PrintFooter() should be compatible with SendStudio_Functions::PrintFooter($PopupWindow = false, $return = false) in /home/morganley/public_html/admin/functions/installer.php on line 42i am acing this issue when i am trying to install interspire on my hosting server..please help some one.


Me too. any luck?
 
Thanks for both of you powermtaexpert & kylermktng, it seems that the prob solved with adding the below tiny code to the conf file :
error_report(0);
 
Thanks for both of you powermtaexpert & kylermktng, it seems that the prob solved with adding the below tiny code to the conf file :
error_report(0);
please can you explain what you mean by the conf file? is this the config.php file found in the */admin/includes/ directory?

i added that tiny code in this file and i get another error....pls advise on how i can fix this issue...thanks

please help
 
Back
Top