Yes we are getting closer. This sounds like a permission problem go look for that file and see if it has executable rights and if it is acessible by the user of your webbrowser.
check if the file has similar permissions as my file: $ ls -la /usr/share/koha/intranet/cgi-bin/members/moremember.pl -rwxr-xr-x 1 root root 11416 Apr 29 16:40 /usr/share/koha/intranet/cgi-bin/members/moremember.pl Fix the problem with # chmod +rx /usr/share/koha/intranet/cgi-bin/members/moremember.pl If that did not work try to find some other permission restriction like the directory or something. hope that helps Am 01.08.19 um 21:31 schrieb Luis Moises Rojas: > I found the error: Access denied, file moremember.pl <http://moremember.pl>. > can not be execute. > Why? > Not idea, but it is working > > El jue., 1 de ago. de 2019 a la(s) 13:19, Franz Dietrich > ([email protected] <mailto:[email protected]>) escribió: > > Still there won't be anyone here with a magic crystal ball able to help > you. You will need to go to the log files of your webserver and get the > actual error. > > On Ubuntu you might be lucky to look in the file > /var/log/apache/error.log or /var/log/apache/access.log. > > But then again already the operating system is guesswork. So you need to > provide people with details else noone can help. > > cheers > > Am 01.08.19 um 15:04 schrieb Luis Moises Rojas: > > Well we are getting this error, since we upgrade from 18. to 19. > > > > > > El jue., 1 de ago. de 2019 a la(s) 00:18, Franz Dietrich > > ([email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>>) > escribió: > > > > Hello, > > > > this error means that the server had an error. Go check your > webserver > > logs for a more detailed error message. Or ask your server admin. > > > > The 500 error could mean anything from too little disk space > to a severe > > configuration problem. > > > > good luck > > > > Am 31.07.19 um 22:28 schrieb Luis Moises Rojas: > > > Hello, > > > > > > We are using koha 19.05, > > > when we try to add a new patron, we got the following error: > > > Error 500. > > > > > > Any Help? > > > > > > > > _______________________________________________ > > Koha mailing list http://koha-community.org > > [email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>> > > https://lists.katipo.co.nz/mailman/listinfo/koha > > > > > > > > -- > > /*Luis Moisés Rojas P.*/ > > /* > > */ > > > > -- > /*Luis Moisés Rojas P.*/ > /* > */ _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

