Files not visible in backend
-
johern
- Phoca Newbie

- Posts: 1
- Joined: 23 Jun 2011, 03:18
Files not visible in backend
I am using Phoca Download 2.0.0 in Joonla 1.6.3. I have up loaded files and created categories. The files are visible in the frontend but are not visible when you select Files in the Control panel. An empty list is displayed. How do I correct this?
-
bd8k
- Phoca Newbie

- Posts: 8
- Joined: 13 May 2011, 23:25
Re: Files not visible in backend
Hello I have the same problem I just update to version 2.0.0 and I cant see any files in backend The files are visible in front end, I tried with to version of the same site with the same result.
-
cash
- Phoca Member

- Posts: 32
- Joined: 30 Mar 2011, 15:02
Re: Files not visible in backend
Same Problem.
With the rc3 no problems. After the update to the stable i don´t see the files.
I make a new entry after Save this i don´t visible in backend.
In frontend the new file appear. The older entrys (all make with rc 2 + 3) i can´t see in Backend in rontend all looks fine...
What should i do?
Can i install the rc3 over the stable?
Greetings
Thomas
With the rc3 no problems. After the update to the stable i don´t see the files.
I make a new entry after Save this i don´t visible in backend.
In frontend the new file appear. The older entrys (all make with rc 2 + 3) i can´t see in Backend in rontend all looks fine...
What should i do?
Can i install the rc3 over the stable?
Greetings
Thomas
- Benno
- Phoca Hero

- Posts: 9965
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Files not visible in backend
Hi,
in my case the SQL command
solve this problem.
>>>>But please make a complete database backup before any changes!!!<<<<
Kind regards,
Benno
in my case the SQL command
Code: Select all
ALTER TABLE `jos_phocadownload` ADD `userid` int(11) NOT NULL Default '0' AFTER `description` ;>>>>But please make a complete database backup before any changes!!!<<<<
Kind regards,
Benno
-
Gismo2008
- Phoca Newbie

- Posts: 3
- Joined: 25 Sep 2008, 21:47
Re: Files not visible in backend
I have also this Problem with Joomla 1.6.4. The error message are:
/libraries/joomla/database/database/mysql.php on line 317
I have installed the german language file for phoca download button 1.6. no german language after this. now the files are not available in the backend, only the error are visible.
/libraries/joomla/database/database/mysql.php on line 317
I have installed the german language file for phoca download button 1.6. no german language after this. now the files are not available in the backend, only the error are visible.
-
cash
- Phoca Member

- Posts: 32
- Joined: 30 Mar 2011, 15:02
Re: Files not visible in backend
works perfect.
Thank you very much
Grettings
Thomas
Thank you very much
Grettings
Thomas
- Benno
- Phoca Hero

- Posts: 9965
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Files not visible in backend
@cash
You're welcome!
Kind regards,
Benno
@Gismo2008
Wie ich schon oben beschrieben habe hat zu mindest bei mir und bei cash der MySQL Befehl:
diese Fehlermeldung beseitigt.
>>>>Vorher unbedingt database backup anlegen!!!<<<<
Freundliche Grüße,
Benno
You're welcome!
Kind regards,
Benno
@Gismo2008
Diese Fehlermeldung hat nichts mit der deutschen Sprachdatei sondern mit einem nicht ganz ausgeführten Update auf PDv2.0.0 stable zu tun./libraries/joomla/database/database/mysql.php on line 317
Wie ich schon oben beschrieben habe hat zu mindest bei mir und bei cash der MySQL Befehl:
Code: Select all
ALTER TABLE `jos_phocadownload` ADD `userid` int(11) NOT NULL Default '0' AFTER `description` ;>>>>Vorher unbedingt database backup anlegen!!!<<<<
Freundliche Grüße,
Benno
-
Ahler
- Phoca Newbie

- Posts: 4
- Joined: 25 May 2011, 20:57
Re: Files not visible in backend
@Benno Your are the man .... Thanks.
-
Gismo2008
- Phoca Newbie

- Posts: 3
- Joined: 25 Sep 2008, 21:47
Re: Files not visible in backend
@Gismo2008
Wie ich schon oben beschrieben habe hat zu mindest bei mir und bei cash der MySQL Befehl:
diese Fehlermeldung beseitigt.
>>>>Vorher unbedingt database backup anlegen!!!<<<<
Freundliche Grüße,
Benno[/quote]
Vielen Dank hat geklappt! Nur hat das mit der Sprachdatei für den Download-Button immer noch nicht funktioniert. Die Einträge sind immer noch nicht in deutsch.
Diese Fehlermeldung hat nichts mit der deutschen Sprachdatei sondern mit einem nicht ganz ausgeführten Update auf PDv2.0.0 stable zu tun./libraries/joomla/database/database/mysql.php on line 317
Wie ich schon oben beschrieben habe hat zu mindest bei mir und bei cash der MySQL Befehl:
Code: Select all
ALTER TABLE `jos_phocadownload` ADD `userid` int(11) NOT NULL Default '0' AFTER `description` ;>>>>Vorher unbedingt database backup anlegen!!!<<<<
Freundliche Grüße,
Benno[/quote]
Vielen Dank hat geklappt! Nur hat das mit der Sprachdatei für den Download-Button immer noch nicht funktioniert. Die Einträge sind immer noch nicht in deutsch.
-
mwolf
- Phoca Newbie

- Posts: 1
- Joined: 01 Sep 2011, 09:26
Re: Files not visible in backend
Well
I have same problem
Joomla 1.7, Phoca download 2.01
I tried to change/add that line and I do not know how to add
I added
I am not so good in this
now I can see only 1 file I uploaded today but not older files
is there some fix for this, or some MySQL table I can insert in that jos_phocadownload
so it will work
thank you
I have same problem
Joomla 1.7, Phoca download 2.01
I tried to change/add that line and I do not know how to add
Code: Select all
AFTER `description` ;Code: Select all
userid int(11) No 0 now I can see only 1 file I uploaded today but not older files
is there some fix for this, or some MySQL table I can insert in that jos_phocadownload
so it will work
thank you