Page 1 of 1

Categories

Posted: 09 Jun 2011, 16:46
by photog08
I've been using this component for 2 weeks, and it recently wouldn't let me upload anything so I reinstalled it. The issue is now it won't create categories so I can't attempt to upload anything. The error I keep getting is that it needs a title to create the category, even though I type one in along with an alias.

Thank you for any help!

Re: Categories

Posted: 09 Jun 2011, 19:47
by SonRiab
Hmm this is my first thought came to my mind while I read your post:
Do you checked your database if there are still categories left from the old installation?

Re: Categories

Posted: 10 Jun 2011, 15:09
by photog08
I checked everything in my database. It appears as though the current installation is the only one there. I cleared my cache too, just to see if that changed anything, and it didn't. I'm still told that I need to put a title on the category, even though I have one typed in.

Re: Categories

Posted: 10 Jun 2011, 15:54
by Jan
Did you enabled debug mode and php error reporting to get more information, if there is some possible problem?

https://www.phoca.cz/documents/16-joomla ... rs-on-site

Jan

Re: Categories

Posted: 10 Jun 2011, 16:54
by photog08
I just enabled Debug System and Debug language in the Joomla control panel. It gives me a 500 error when I go back to the Phoca Download> Categories page.

Re: Categories

Posted: 10 Jun 2011, 17:05
by Jan
Hi, 500 means a php error, to see the error you need to enable php error reporting in php settings.

Jan

Re: Categories

Posted: 10 Jun 2011, 17:53
by photog08
From what I can see the last time I installed the extension the folders were never created on my PHP server. So I uninstalled and reinstalled and I received a different error saying that the admin folders couldn't be created.

I also keep getting this error:
Table 'cheitclo.ios_phocadownload' doesn't exist SQL=SELECT * FROM `ios_phocadownload` LIMIT 1;
Table 'cheitclo.ios_phocadownload_categories' doesn't exist SQL=SELECT * FROM `ios_phocadownload_categories` LIMIT 1;
Table 'cheitclo.ios_phocadownload' doesn't exist SQL=SELECT * FROM `ios_phocadownload` LIMIT 1;
Table 'cheitclo.ios_phocadownload_categories' doesn't exist SQL=SELECT * FROM `ios_phocadownload_categories` LIMIT 1;
Table 'cheitclo.ios_phocadownload_user_stat' doesn't exist SQL=SELECT * FROM `ios_phocadownload_user_stat` LIMIT 1;
Table 'cheitclo.ios_phocadownload_licenses' doesn't exist SQL=SELECT * FROM `ios_phocadownload_licenses` LIMIT 1;

Re: Categories

Posted: 15 Jun 2011, 14:34
by Jan
The tables do not exist in your database, see:
https://www.phoca.cz/documents/17-phoca- ... em-solving

Jan