Error 500

Phoca Download - download manager
weting
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 21 Mar 2011, 14:20

Error 500

Post 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...?
kymm
Phoca Member
Phoca Member
Posts: 12
Joined: 12 May 2011, 10:14

Re: Error 500

Post 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."
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48610
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error 500

Post 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
If you find Phoca extensions useful, please support the project
kymm
Phoca Member
Phoca Member
Posts: 12
Joined: 12 May 2011, 10:14

Re: Error 500

Post by kymm »

Code: Select all

error_reporting = E_ALL
ENABLED

Code: Select all

display_errors = On 
ENABLED

But always error 500 on Files menu in administration and no php or sql error showed
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48610
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error 500

Post 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
If you find Phoca extensions useful, please support the project
kymm
Phoca Member
Phoca Member
Posts: 12
Joined: 12 May 2011, 10:14

Re: Error 500

Post by kymm »

How run script with php fatal error ?
codeware
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 14 Sep 2011, 17:06

Re: Error 500

Post by codeware »

I am also getting the error 500 with Phoca Download 2.1.1.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48610
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error 500

Post 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
If you find Phoca extensions useful, please support the project
Tybalt
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Sep 2011, 16:43

Re: Error 500

Post by Tybalt »

kymm wrote:

Code: Select all

error_reporting = E_ALL
ENABLED

Code: Select all

display_errors = On 
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.
Tybalt
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Sep 2011, 16:43

Re: Error 500

Post 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".
Post Reply