500 error -> Create Subcategory in the front panel

Phoca Gallery - image gallery extension
dr.archik
Phoca Member
Phoca Member
Posts: 23
Joined: 14 Aug 2009, 23:05

Re: 500 error -> Create Subcategory in the front panel

Post by dr.archik »

Problem not only in creation of subcategories but also at uploading in them of images too!
All works: subcategories are created also images uploaded is normal, but there is error 500 then :x

when SEO all is off - the url is:
index.php?option=com_phocagallery&view=user&tab=2&Itemid=54
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: 500 error -> Create Subcategory in the front panel

Post by Jan »

I mean not SEF off, I mean only .htaccess off (for testing if it is not caused only by .htaccess)

I get the following values if SEF is enabled and .htaccess too:

user
phocagalleryView
html
Array ( [base_path] => ... J1518\components\com_phocagallery )


(after clicking "create subcategory")

from the following code:

Code: Select all

print_r($name); echo '<br />';
			print_r($prefix);echo '<br />';
			print_r($type);echo '<br />';
			print_r($config);echo '<br />';
			exit;
on line cca 465 in:
libraries\joomla\application\component\controller.php

Jan
If you find Phoca extensions useful, please support the project
dr.archik
Phoca Member
Phoca Member
Posts: 23
Joined: 14 Aug 2009, 23:05

Re: 500 error -> Create Subcategory in the front panel

Post by dr.archik »

1) How to switch off SEF in component gallery only ?
2) You wished to tell that problem not in your component and in joomla?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: 500 error -> Create Subcategory in the front panel

Post by Jan »

1) I mean, you should switch off the option for .htacces - for testing only, so you will find there is no problem direct in the .htaccess

2) I wish you solve this problem on your server. For now I don't have any idea where the problem can occur, as on my test servers (windows, linux) everything is ok) so you should check test it without .htaccess or with .htaccess in global configuration and you should test to print the values from the code to recognize if you get the same values. Use Apache mod_rewrite set to NOT - only for testing to find the error area on your server.
If you find Phoca extensions useful, please support the project
dr.archik
Phoca Member
Phoca Member
Posts: 23
Joined: 14 Aug 2009, 23:05

Re: 500 error -> Create Subcategory in the front panel

Post by dr.archik »

The problem is SOLVED.

Alias of the UCP Has been duplicated with other item of menu.
Items of menu It is a lot of, therefore the reason quickly didn't manage to be found.

Jan thanks a lot for patience and diligence!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: 500 error -> Create Subcategory in the front panel

Post by Jan »

Great to hear it, Jan
If you find Phoca extensions useful, please support the project
Post Reply