Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

installation error

Asked Modified Viewed 3,509 times
S
subodh
S
subodh 10
I am learner keen to learn more.
---------------------------------------------------------

Gamers Worlds : The Worlds Of Gamers
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
asked
Junior Member

I have tested phpfusion 9 RC3 on localhost.
When I tried to install it my webhost it gives following error:

Quote

Warning: ini_set() has been disabled for security reasons in /home/... on line 22

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/..../fusion91/install/index.php:22) in /home/..../fusion91/install/index.php on line 36

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/g..../fusion91/install/index.php:22) in /home/..../fusion91/install/index.php on line 36



I think ini_set() has been disbaled by host as it is shared hosting. Is there any way around to install fusion 9
0 replies

9 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

You can just comment it out in all instanced called, like
//ini_set('display_errors', 1);
0 replies
T
TomJ
T
TomJ 10
[url=/]Tom[/url]
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Hey!

I have exactly the same problem. I tried to comment it out, just like Falk suggested but I'm getting the same error. It is shared hosting.
Is there a workaround?
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Can you show your error logs?
0 replies
— 1 month later —
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

Install error.
step 6.

Notice: Use of undefined constant DB_FORUM_TAGS - assumed 'DB_FORUM_TAGS' in C:\xampp\htdocs\fusion\infusions\forum\infusion.php on line 189
includes/multisite_include.php
Not defined DB_FORUM_TAGS
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

install only one language forum.
infusion.php

if (function_exists("fusion_get_enabled_languages"wink) {
$enabled_languages = fusion_get_enabled_languages();

Array
(
[English] => English
[Hungarian] => Magyar
)
} else {
$enabled_languages = makefilelist(LOCALE, ".|..", TRUE, "folders"wink;
Array
(
[0] => English
[1] => Hungarian
)
}

Not locale pl Magyar..
there is the language Hungarian
Edited by karrak on 16-07-2016 07:45,
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin


$translated_langs = array(
        "Chinese_Traditional" => "中文-繁体",
        "Chinese_Simplified"  => "中文-简体",
        "Czech"               => "ÄŒeÅ¡tina",
        "Danish"              => "Dansk",
        "Dutch"               => "Nederlands",
        "English"             => "English",
        "French"              => "Francais",
        "German"              => "Deutsch",
        "Hungarian"           => "Magyar",
        "Italian"             => "Italiano",
        "Lithuanian"          => "Lietuvių",
        "Malay"               => "Melayu",
        "Persian"             => "Persian",
        "Polish"              => "Polski",
        "Russian"             => "Русский",
        "Spanish"             => "Español",
        "Swedish"             => "Svenska",
        "Turkish"             => "Türkiye",
        "Ukrainian"           => "Українська",
        "Norwegian"           => "Norsk"
    );


Hungarian is not Magyar?
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

if (function_exists("fusion_get_enabled_languages"wink) {
$enabled_languages = fusion_get_enabled_languages();

Array
(
[English] => English
[Hungarian] => Magyar
)
} else {
$enabled_languages = makefilelist(LOCALE, ".|..", TRUE, "folders"wink;
Array
(
[0] => English
[1] => Hungarian
)
}
$enable _languages values: [0] [1]
fusion_get_enabled_languages(); values: [English] [Hungarian]
English == 0
Hungarian == 1 NOT Magyar
It does not fulfill the number of names
[Hungarian] => Magyar
so will the value Magyar non-Hungarian
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

OK! I got it.

I overlooked the output there, so is array_keys( fusion_get_enabled_languages() ); to become

array(
0 => "Hungarian",
1 => "English"
);

Thank you for pointing this out.
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

so good..
0 replies

Category Forum

Installation Issues- 9

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
S
S
subodh 10
I am learner keen to learn more.
---------------------------------------------------------

Gamers Worlds : The Worlds Of Gamers
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
K
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
T
T
TomJ 10
[url=/]Tom[/url]
  • Newbie, joined since
  • Contributed 1 post on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet