This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Download use other database...


avatar
huuquynh 0
From: -
Download use other database...

Hi,

My website includes: homepage and forum database.

But when user click to download link, I don't know why it use forum database. That means we insert item in download is ok, but when download, it use forum database to search the table: esselbach_st_downloads...

Please help me to fix it!

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Download use other database...
avatar
Administrator
1340
From: Vienna, Austria
Download use other database...

Open downloadget.php and change:

                dbconnect();


HeaderBlock($website);

to:

                         HeaderBlock($website);

dbconnect();

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.