Page 2 of 2

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

Posted: 30 Jun 2010, 14:43
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

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

Posted: 30 Jun 2010, 14:49
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

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

Posted: 30 Jun 2010, 14:53
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?

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

Posted: 30 Jun 2010, 14:56
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.

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

Posted: 04 Jul 2010, 17:36
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!

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

Posted: 04 Jul 2010, 21:12
by Jan
Great to hear it, Jan