Page 1 of 2
Error 500
Posted: 13 Sep 2011, 12:09
by weting
I have Phoca Download 2.1.1 installed on a Joomla 1.7 (migrated from 1.5).
When I click on users in the Phoca Control panel I get:
500 - An error has occurred.
And a lot of databaseinformation...
What could be the problem here...?
Re: Error 500
Posted: 13 Sep 2011, 12:15
by kymm
Me too in this address : administrator/index.php?option=com_phocadownload&view=phocadownloadfiles (Administration -> Phoca Download -> Files)
PHOCA DL 2.1.1 - JOOMLA 1.6
I can't delete any file....
Text : "500 - Une erreur s'est produite. JHtml::batch non supporté. Fichier introuvable."
Re: Error 500
Posted: 13 Sep 2011, 13:20
by Jan
Hi,
500 error - search this forum as there are many posts regarding this - enable php error reporting and debug mode to see what is wrong on your server (mostly php or database error - missing table or column) - see
How to enable php error reporting article
Batch feature - this feature is available since Joomla! 1.7
Jan
Re: Error 500
Posted: 13 Sep 2011, 14:42
by kymm
ENABLED
ENABLED
But always error 500 on Files menu in administration and no php or sql error showed
Re: Error 500
Posted: 13 Sep 2011, 17:41
by Jan
Hmmm, 500 site mostly means a php error, try to run some script with php fatal error if on your server really works the php error reporting (if the server e.g. was successfully restarted)
Jan
Re: Error 500
Posted: 14 Sep 2011, 09:41
by kymm
How run script with php fatal error ?
Re: Error 500
Posted: 14 Sep 2011, 17:08
by codeware
I am also getting the error 500 with Phoca Download 2.1.1.
Re: Error 500
Posted: 22 Sep 2011, 22:30
by Jan
How run script with php fatal error ?
Hi, just create some simple index.php file on your server and run it - make there php error (e.g. to not add ; et the end, etc.)
Jan
Re: Error 500
Posted: 05 Oct 2011, 09:47
by Tybalt
kymm wrote: ENABLED
ENABLED
But always error 500 on Files menu in administration and no php or sql error showed
It seems like the url for the menu item "Files" under Components -> Phoca Download is incorrect:
Code: Select all
http://www.yoursite.path/administrator/index.php?option=com_phocadownload&view=phocadownloads
It should be:
Code: Select all
http://www.yoursite.path/administrator/index.php?option=com_phocadownload&view=phocadownloadfiles
Not sure where to change the url.
Re: Error 500
Posted: 05 Oct 2011, 10:12
by Tybalt
Found where to change the the url. Use phpmyadmin and select table #__menu (where #__ is your joomla prefix, for example jos_) look for title "Files".