jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: shaifful on 08.10.2016 07:32:40

Title: Error 1146
Post by: shaifful on 08.10.2016 07:32:40
Got mysql error links http://kpdrmkuantan.my/index.php?option=com_jdownloads&view=category&catid=2 when trying to view download folder,





If list all files, no error showed. And it's ok.

How to fix?
Title: Re: Error 1146
Post by: ColinM on 08.10.2016 12:12:39
Hi
I successfully downloaded several files from your site.  When does the problem occur as I cannot see it?
Colin
Title: Re: Error 1146
Post by: Arno on 08.10.2016 14:26:07
Maybe a temporary problem? I can see the error:

QuoteTable 'kpdrm.#' doesn't exist.......
So it seems that it exist a problem with the installation or the database:
QuoteLEFT JOIN `#` AS files
this should be:
QuoteLEFT JOIN `#__jdownloads_files` AS files

So i think we need more details about your installation and maybe also login data via PM.
Title: Re: Error 1146
Post by: shaifful on 08.10.2016 14:48:26
yes, only the table # went missing and don't really know which one,
I tried to uninstall but to no avail. The download data was ok, but the categories data is missing I presume. Arno, I'll send the pm for admin access.
Title: Re: Error 1146
Post by: shaifful on 09.10.2016 12:15:06
I think its ok now, maybe after upgrading my php from unstable 7.x.x to 7.0.11 fix that problem. Consider case solved at the moment. Tq guys