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!
Categories
-
SonRiab
- Phoca Professional

- Posts: 258
- Joined: 02 Jun 2011, 09:29
- Contact:
Re: Categories
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?
Do you checked your database if there are still categories left from the old installation?
-
photog08
- Phoca Newbie

- Posts: 4
- Joined: 25 May 2011, 16:41
Re: Categories
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.
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories
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
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Jan
If you find Phoca extensions useful, please support the project
-
photog08
- Phoca Newbie

- Posts: 4
- Joined: 25 May 2011, 16:41
Re: Categories
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.
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories
Hi, 500 means a php error, to see the error you need to enable php error reporting in php settings.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
photog08
- Phoca Newbie

- Posts: 4
- Joined: 25 May 2011, 16:41
Re: Categories
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;
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;
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories
The tables do not exist in your database, see:
https://www.phoca.cz/documents/17-phoca- ... em-solving
Jan
https://www.phoca.cz/documents/17-phoca- ... em-solving
Jan
If you find Phoca extensions useful, please support the project