Install error

lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

Hi

I am having trouble installing bludit on a Beaglebone Black running Freedombox. The Freedombox install has resulted in an update to Debian 10 (Buster). I have installed all the files on the distro and linked to my localhost. However, after the initial installation page I receive this error:


Deprecated: Function create_function() is deprecated in /var/www/html/bludit/bl-kernel/helpers/text.class.php on line 246

When I try to access the admin page I get a page not found response.

Any suggestions on what I need to do the bl-kernel/helpers/text.class.php file?

Thanks

lee :) :)
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Is there a module like mod_rewrite on Apache enabled?

Which PHP version is used?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

Hi

I am on php 7.2.9-1.
lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

Just checked and mod_rewrite (sudo a2enmod rewrite command) is enabled
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Is the file .htaccess in the installation directory?

Is the installation in the root directory or in a subdirectory?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

The .htaccess file is in the bludit directory as a hidden file.

I have it installed in /var/www/html

These are the instructions when installing in linux.
lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

There appears to be an issue with php7.2 with bludit at the moment.
lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

Edi wrote: Mon Oct 29, 2018 10:36 pm Is the file .htaccess in the installation directory?

Is the installation in the root directory or in a subdirectory?
Hi

There is a git solution to this but I don't know how to get this file on to my beaglebone.

How do I get this version of the text.class file

https://github.com/xm74/bludit/blob/c15 ... .class.php

Thanks
dbelov
Ssr. Bludit
Posts: 15
Joined: Mon Jan 08, 2018 10:01 am
Been thanked: 1 time
Contact:

Are you sure you are using the latest Bludit version. This is an old incompatibility. Im also on php 7.2 and there is no such error.
lsjmhar
Jr. Bludit
Posts: 8
Joined: Mon Oct 29, 2018 9:31 pm

dbelov wrote: Mon Oct 29, 2018 11:59 pm Are you sure you are using the latest Bludit version. This is an old incompatibility. Im also on php 7.2 and there is no such error.
I have pulled bludit from amazonaws using bludit_latest.
Post Reply