Error 500
-
- Phoca Member
- Posts: 12
- Joined: 12 May 2011, 10:14
Re: Error 500
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."
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."
- Jan
- Phoca Hero
- Posts: 48610
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error 500
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 12
- Joined: 12 May 2011, 10:14
Re: Error 500
Code: Select all
error_reporting = E_ALL
Code: Select all
display_errors = On
But always error 500 on Files menu in administration and no php or sql error showed
- Jan
- Phoca Hero
- Posts: 48610
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error 500
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 12
- Joined: 12 May 2011, 10:14
Re: Error 500
How run script with php fatal error ?
-
- Phoca Newbie
- Posts: 2
- Joined: 14 Sep 2011, 17:06
Re: Error 500
I am also getting the error 500 with Phoca Download 2.1.1.
- Jan
- Phoca Hero
- Posts: 48610
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error 500
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.)How run script with php fatal error ?
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Sep 2011, 16:43
Re: Error 500
It seems like the url for the menu item "Files" under Components -> Phoca Download is incorrect:kymm wrote:ENABLEDCode: Select all
error_reporting = E_ALL
ENABLEDCode: Select all
display_errors = On
But always error 500 on Files menu in administration and no php or sql error showed
Code: Select all
http://www.yoursite.path/administrator/index.php?option=com_phocadownload&view=phocadownloads
Code: Select all
http://www.yoursite.path/administrator/index.php?option=com_phocadownload&view=phocadownloadfiles
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Sep 2011, 16:43
Re: Error 500
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".