Notifications
Clear all

Can't Install EFiction 5

44 Posts
6 Users
1 Reactions
18.4 K Views
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Sorry, this one is not on my side.

The server can't open a session, seems the session path isn't configured properly. See the double slash after the tmp folder? Should only be one, and the error occurs on a pretty generic php function (session_start).

Ok, what can I do to fix it, as I can't seem to find a file by that name in the tmp file.

I am back to this issue.


 
Posted : 01/10/2018 8:00 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Ok so I've installed it now, however, I can't create ratings yet, or I just can't even see the ratings tab.


 
Posted : 01/10/2018 8:55 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Tried to reinstall it again, however I'm getting this error:

Internal Server Error
session_start(): open(/home/sites/peraltiagofanfiction.com/tmp//sess_4e8d0ugi9g1fembbvghge9cks0, O_RDWR) failed: No such file or directory (2)

[install/lib/base.php:2152] Base->error()
[install/lib/base.php:2831] session_start()
[install/index.php:41] Preview->render()
[install/lib/base.php:1776] {closure}()
[install/lib/base.php:1599] Base->call()
[install/index.php:61] Base->run()

The last time that I couldn't install it, I used this trick to fix it:

<?php
ini_set('session.save_path',realpath(dirname($_SERVER['DOCUMENT_ROOT']) . '/../session'));
session_start();

This code is placed at the very beginning of index.php, but it won't work this time.


 
Posted : 08/10/2018 10:17 pm
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Tried to reinstall it again, however I'm getting this error:

Internal Server Error
session_start(): open(/home/sites/peraltiagofanfiction.com/tmp//sess_4e8d0ugi9g1fembbvghge9cks0, O_RDWR) failed: No such file or directory (2)

[install/lib/base.php:2152] Base->error()
[install/lib/base.php:2831] session_start()
[install/index.php:41] Preview->render()
[install/lib/base.php:1776] {closure}()
[install/lib/base.php:1599] Base->call()
[install/index.php:61] Base->run()

The last time that I couldn't install it, I used this trick to fix it:

<?php
ini_set('session.save_path',realpath(dirname($_SERVER['DOCUMENT_ROOT']) . '/../session'));
session_start();

This code is placed at the very beginning of index.php, but it won't work this time.

I've fixed this issue and now it's installed as I put the in the install index.php as well, however, I do believe that the issue should be fixed in the near future.  😀


 
Posted : 08/10/2018 10:27 pm
(@ladama)
Posts: 44
Trusted Member
 

Please forgive the totally newbie question but how exactly do I install the efic 5 vaporware to test it out?


 
Posted : 22/10/2018 12:30 pm
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

So I'm finally getting around to reinstalling it, however, I can't seem to access the wiki. There's something that I need to change, but I forget what. Can you please tell me.


 
Posted : 31/12/2018 12:02 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

So I'm finally getting around to reinstalling it, however, I can't seem to access the wiki. There's something that I need to change, but I forget what. Can you please tell me.

Fixed that by myself, however, I can't seem to install it, it says that the fresh/config file isn't on my server.


 
Posted : 31/12/2018 12:09 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Also, I should mention, the wiki hasn't been working.


 
Posted : 03/01/2019 1:32 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Hi, I'm having the same issue, I can't even install. It says the config file doesn't exist, also what PHP version do I need to be on? I tried all of them and they don't work.


 
Posted : 14/03/2019 11:47 pm
ShiKahr
(@shikahr)
Posts: 60
Trusted Member
 

Downloaded the efiction5-installer from Githup and ran the installation.
I have got the following error message, after I chose "Use mySQL database storage".

Code: [Select]
Internal Server Error
Call to undefined method install::error() [/home/u12345/public_html/efic/inc/install.php:62]

[efic/lib/base.php:1873] install->steps()
[efic/lib/base.php:1673] Base->call()
[efic/index.php:61] Base->run()

Any idea what could have gone wrong?
I would like to install it and test it a bit because it looks very promising.

ShiKahr


Get your Arsch out of the couch." Gayle Tufts

 
Posted : 26/05/2019 5:43 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Hi, I installed the new version of this and I can't install it, it says this:

Not Found
The requested URL /install/fresh/config was not found on this server.

How can I get around this error?


 
Posted : 27/05/2019 2:12 am
 lucy
(@lucy)
Posts: 45
Trusted Member
Topic starter
 

Hi, I now have this error and the php version I’m running is 7.3.3 I believe:

Internal Server Error

parse_ini_file() has been disabled for security reasons

[lib/f3/base.php:2264] Base->error()
[app/bad-behaviour-efiction5.php:101] parse_ini_file()
[lib/bad-behavior/whitelist.inc.php:7] bb2_read_whitelist()
[lib/bad-behavior/core.inc.php:142] bb2_run_whitelist()
[lib/bad-behavior/core.inc.php:122] bb2_screen()
[app/bad-behaviour-efiction5.php:167] bb2_start()
[index.php:106] require()


 
Posted : 27/05/2019 11:52 pm
CarrieMyers reacted
(@carriemyers)
Posts: 1
New Member
 

For some reason, I also did not succeed the first time. But then everything is fine.


 
Posted : 26/05/2021 9:20 am
ShiKahr
(@shikahr)
Posts: 60
Trusted Member
 

All looks good so far and then at step 2 I get this

Internal Server Error

SQLSTATE[HY000]: General error: 1364 Field 'step_function' doesn't have a default value [H:\UwAmp\www\efic\lib\db\sql.php:226]

[H:/UwAmp/www/efic/lib/db/sql.php:226] PDOStatement->execute()
[H:/UwAmp/www/efic/inc/upgradetools.php:277] DB\SQL->exec()
[H:/UwAmp/www/efic/inc/upgrade.php:121] upgradetools::newTables()
[H:/UwAmp/www/efic/lib/base.php:1955] upgrade->steps()
[H:/UwAmp/www/efic/lib/base.php:1754] Base->call()
[H:/UwAmp/www/efic/index.php:61] Base->run()

Get your Arsch out of the couch." Gayle Tufts

 
Posted : 17/04/2022 8:18 am
Page 3 / 3
Share: