Trouble reinstalling backlight on new nas

I just started using a new synology NAS, and installed a new wordpress site, in order to build a new homepage-set. I an not able to understand how to get my backlight with all my modules and setups installed on that site.

I tried to just copy the files from backlight, but that did not the trick. Then i thought I should try to install backlight anew, and when that was working, copy the old backlight files to the new site.

If iI try to acess backlight, from installer, or just to a gallery, I get the following error message (as defined in the installer.php in backlight/installer/lib:
if (!in_array(‘sqlite’, PDO::getAvailableDrivers())) {
$this->showErrorMessage(‘Unable to find the SQLite module. Backlight ‘.RELEASE.’ requires the PDO, SQLite and XML modules. Make sure that these modules are installed and enabled.’);
}
I need some help to get backlight starting. I have the newest backlight version.

You can see the message if you use stig.familyds.com/stig

Backlight expects a well-configured server or one that’s managed by a systems administrator, such as you’d find with shared hosting.

I suggest searching the web for how to install the SQLite PHP module on your NAS.

Thak you for your response, it gave me a push in the right direction, and I found the missing modules and activated them.

Backlight now works, I can edit all my settings, and the home page works (stig.familyds.com/stig/mine-web-bilder).

I still have a problem though: Backlight cannot get access to theturningate to check on modules. I am thus unable to upgrade my installation to the latest version.

I enclose the errormessage i get (in norweigan, I hope google can translate it).

Noe gikk galt
Uventet feil: file_get_contents(https://get.theturninggate.net/install/has_backlight/): Kunne ikke åpne strømmen: Ingen slik fil eller katalog i Poster.php på linje 146

Vennligst rapporter feil på https://discourse.theturninggate.net

Noe gikk galt
Bakgrunnsbelysningen kunne ikke koble til https://get.theturninggate.net. Vent noen minutter og prøv igjen.

Hvis problemet vedvarer, sørg for at serveren din er i stand til å sende eksterne forespørsler til https://get.theturninggate.net

see if this helps

This could be because your server doesn’t allow the loading of URLs with file_get_contents. If that’s the case, it should be configurable within your php.ini file. Edit the file and look for an entry for allow_url_fopen and change it so that the line looks like:

allow_url_fopen = On

Then restart PHP or Apache. If you don’t know where that file is, then visit Backlight > Special Links then PHP Info, and look at the entry for Loaded Configuration File.