Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I know I should know this, but I seem to have forgotten how to install the XML modules that backlight needs to run.
I get the following error when I try to run backlight on my new development web site. for the life of me i can't seem to find the magic that i used in my production website to install the correct prerequisites...
"Unable to find the XML module. Backlight requires the PDO, SQLite and XML modules. Make sure that these modules are installed and enabled."
thanks in advance..
PS, I'm on ubuntu on a 4.4.38 kernel with apache2....
Phil
Offline
Have you tried installing php7.0-xml ?
Offline
thanks ben... that did it. couldn't google it for the life of me...
Offline
I'm moving my website to a different host and going through the reinstall process. is there a step by step walkthrough to fix this error?
Unable to find the SQLite module. Backlight requires the PDO, SQLite and XML modules. Make sure that these modules are installed and enabled.
sqlite is installed. is it php that needs the modules or apache2?
for each case what is the procedure to verify installation and include the modules where needed.
thanks for any help you can offer...
Phil
Offline
Hi Phil, it’s the PHP module that’s needed. This is typically installed by default. I suggest that if it isn’t installed to take this up with your host’s technical support.
Backlight will check for all dependencies and provide messages for any that are missing.
Offline
php7.0 mod is enabled in apache2 mods-enabled...
(I'm my own tech support)
Cheers
PK
Offline
Offline
no. i still get the error... look at pkemp.com/phpinifo.php please.
the error can be seen at
pkemp.com
thanks
PK
Offline
no. i still get the error... look at pkemp.com/phpinifo.php please.
There is a small typo. It should be pkemp.com/phpinfo.php
What I don't find in the list of modules is pdo_sqlite.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
I just upgraded all my packages on my server. Voila its working now... FYI i am using the ubuntu mate raspberry pi dist...
Offline
Yep, pdo_sqlite is available now. Really cool to see backlight running on a raspberry pi! One of these days, I have to get one to play with
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Yep, pdo_sqlite is available now. Really cool to see backlight running on a raspberry pi! One of these days, I have to get one to play with
I've had Backlight and predecessors running on a Gen-0 rPi for years. (Gen-0 being my name for the 256MB of RAM model that the ''lucky' early adopters were lumped with).
It runs pretty well on Nginx, but without .htaccess rewriting. If I'm not wrong, I had CE3 running on a jailbroken iPod touch
Offline
Daniel Leu wrote:Yep, pdo_sqlite is available now. Really cool to see backlight running on a raspberry pi! One of these days, I have to get one to play with
I've had Backlight and predecessors running on a Gen-0 rPi for years. (Gen-0 being my name for the 256MB of RAM model that the ''lucky' early adopters were lumped with).
It runs pretty well on Nginx, but without .htaccess rewriting. If I'm not wrong, I had CE3 running on a jailbroken iPod touch
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Pages: 1