Export / Import gives HTTP ERROR 500

Started by Healing Beyond Medicine, 13 April 2023, 17:33:33

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

Healing Beyond Medicine

Hi Alexandria,

I using com_abook 3.1.5 and encounter this HTTP ERROR 500 when selecting Import/Export in the main menu of the ABook component.
It tries to open up the URL ending with /index.php?option=com_abook&view=importexport
and comes back with 'page is missing' error

Is this a known error and do you know a solution ?

Looking forward to hear from you !!!
Kind regards
~Philip


A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Hi Philip,
Abook 3.1.5 are no longer maintained but perhaps you can fix the error yourself.

Open file administrator/components/com_abook/models/importexport.php
go to this line (line 163)
if ($qry != '' && $qry{0} != '#'){
modify braces to bracket:
if ($qry != '' && $qry[0] != '#'){
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

Healing Beyond Medicine

Hi Federica,

I can access the import-/export functionality now, but encounter the next problems now.
I'll first upgrade to J4 and see if I can work from here.

Many thnx !!!
Warm regards
~ Philip