Page 1 of 2
Files not visible in backend
Posted: 23 Jun 2011, 03:29
by johern
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?
Re: Files not visible in backend
Posted: 27 Jun 2011, 17:09
by bd8k
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.
Re: Files not visible in backend
Posted: 28 Jun 2011, 16:17
by cash
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
Re: Files not visible in backend
Posted: 28 Jun 2011, 18:25
by Benno
Hi,
in my case the SQL command
Code: Select all
ALTER TABLE `jos_phocadownload` ADD `userid` int(11) NOT NULL Default '0' AFTER `description` ;
solve this problem.
>>>>But please make a complete database backup before any changes!!!<<<<
Kind regards,
Benno
Re: Files not visible in backend
Posted: 28 Jun 2011, 18:34
by Gismo2008
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.
Re: Files not visible in backend
Posted: 28 Jun 2011, 18:56
by cash
works perfect.
Thank you very much
Grettings
Thomas
Re: Files not visible in backend
Posted: 28 Jun 2011, 22:30
by Benno
@cash
You're welcome!
Kind regards,
Benno
@Gismo2008
/libraries/joomla/database/database/mysql.php on line 317
Diese Fehlermeldung hat nichts mit der deutschen Sprachdatei sondern mit einem nicht ganz ausgeführten Update auf PDv2.0.0 stable zu tun.
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` ;
diese Fehlermeldung beseitigt.
>>>>Vorher unbedingt database backup anlegen!!!<<<<
Freundliche Grüße,
Benno
Re: Files not visible in backend
Posted: 29 Jun 2011, 12:10
by Ahler
@Benno Your are the man .... Thanks.
Re: Files not visible in backend
Posted: 29 Jun 2011, 17:46
by Gismo2008
@Gismo2008
/libraries/joomla/database/database/mysql.php on line 317
Diese Fehlermeldung hat nichts mit der deutschen Sprachdatei sondern mit einem nicht ganz ausgeführten Update auf PDv2.0.0 stable zu tun.
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` ;
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.
Re: Files not visible in backend
Posted: 01 Sep 2011, 10:28
by mwolf
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