| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
Jonathan Newbie


Offline Joined: Jul 25, 2005 Posts: 8 Location: London, UK
|
Posted: Sun Jan 01, 2006 11:10 am Post subject: Downloads Pro Beta 2 Upgrade Issues |
|
Well I installed this module (after backing up my site) and I found the module in Admin >> Modules and clicked on install and then activated the module, but when I try to access the module I get the following error message:
CMS Error /home/jondall/public_html/includes/classes/template.php line 155: template->_tpl_load(): File themes/PH2_Blue/template/downloads/index.html does not exist or is empty
Anyone know what to do about this?
Thanks
Jonathan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33 (unix)/4.1.13 - standard/4.3.11/9.0.6.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Sun Jan 01, 2006 11:16 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
I would normally say read the install instructions, but they omit to mention uploading the theme templates to the relevant themes.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Kuragari 500+ Posts Club


Offline Joined: Apr 25, 2005 Posts: 563 Location: AnimeEgo
|
Posted: Sun Jan 01, 2006 11:17 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
@Jonathan: you need to upload the files in the theme/YOUR_THEME folder to the theme(s) on your site
Kuragari's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / 1.3.34 / 4.1.14 / 4.4.1 / CVS
|
|
| Back to top |
|
 |
Jonathan Newbie


Offline Joined: Jul 25, 2005 Posts: 8 Location: London, UK
|
Posted: Sun Jan 01, 2006 11:25 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
Many thanks. I am not that technical so some simple things like that would easiily catch me out.
Cheers
Jonathan
Jonathan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33 (unix)/4.1.13 - standard/4.3.11/9.0.6.1
|
|
| Back to top |
|
 |
Sharpeiforum Newbie


Offline Joined: Oct 27, 2005 Posts: 4 Location: Rotterdam (Netherlands)
|
Posted: Tue Jan 03, 2006 12:30 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
I just installed this module but got this message.
On /index.php?name=Downloads
While executing query "SELECT d.lid, d.cid, d.title, d.desc_short, d.screen, s.url as img_url FROM cms_downloads_downloads d
LEFT JOIN cms_downloads_screenshots s ON (s.id = d.screen)
WHERE d.pick=1 AND d.active=1 ORDER BY RAND()"
the following error occured: Unknown column 'd.desc_short' in 'field list'
In: C:\apachefriends\xampp\htdocs\modules\Downloads\index.php on line: 317
Can anyone help me with this problem..
greez Holger
Sharpeiforum's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Win XP
|
|
| Back to top |
|
 |
swdiecast Platinum Supporter


Offline Joined: Jun 16, 2004 Posts: 150 Location: TX
|
Posted: Tue Jan 03, 2006 3:32 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
I have just upgraded my 8.2c site to latest DF 9.0.6.1, and it is still using the "normal" downloads module.
When I try to load Downloads Pro Beta2, I receive the following error:
| Code:: |
includes/db/db.php
CMS Warning line 51: On /admin.php While executing query "SELECT COUNT(*) FROM cms_downloads_downloads WHERE active=2" the following error occured: Unknown column 'active' in 'where clause' In: /var/www/vhosts/torn8oalley.com/httpdocs/modules/Downloads/admin/adwait.inc on line: 20 |
Installing this module breaks my site immediately with the above error. I have no opportunity to go in and do an upgrade like is suggested in a couple other spots.
I even saw somewhere about deleting this "adwait.inc" file as it is redundant. If it is redundant, why then is it included in the release from Trevor today? I suspect that is from an earlier version or some such.
In any event, this is what I get after the upgrade from 8.2c and the resulting attempt to install Downloads Pro Beta2. I have several other sites using the module, so am familiar with it. This happens to be the first site trying to use it after an upgrade from 8.2c.
Any help is greatly appreciated.
tks,
_________________ My name is Tim, and I am a simoholic
swdiecast's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux/2.0.52/4.1.20/4.3.9/9.1.2.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Tue Jan 03, 2006 3:40 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
hmm, that's the second module with the problem.
admin.php?op=blocks&hideallblocks=1
deactivate your administration block, deactivate the downloads module, then upgrade the module.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
swdiecast Platinum Supporter


Offline Joined: Jun 16, 2004 Posts: 150 Location: TX
|
Posted: Tue Jan 03, 2006 4:14 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
Progress.
Was able to at least get Downloads Pro installed and upgraded properly.
I activate download again, and all is good.
As soon as I activate the Administration menu I get the following error:
| Code:: |
includes/db/db.php
CMS Warning line 51: On /admin.php?op=blocks While executing query "SELECT COUNT(*) FROM cms_downloads_newdownload" the following error occured: Table 'nuke.cms_downloads_newdownload' doesn't exist In: /var/www/vhosts/torn8oalley.com/httpdocs/admin/wait/wait_downloads.php on line: 3
|
The table referenced does not exist currently in the database, but did in the backed up 8.2c database. THe following is from the backed up db prior to upgrade
| Code:: |
-- Table structure for table `cms_downloads_newdownload`
--
CREATE TABLE `cms_downloads_newdownload` (
`lid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`sid` int(11) NOT NULL default '0',
`title` varchar(100) NOT NULL default '',
`url` varchar(100) NOT NULL default '',
`description` text NOT NULL,
`name` varchar(100) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`submitter` varchar(60) NOT NULL default '',
`filesize` int(11) NOT NULL default '0',
`version` varchar(10) NOT NULL default '',
`homepage` varchar(200) NOT NULL default '',
PRIMARY KEY (`lid`),
KEY `lid` (`lid`),
KEY `cid` (`cid`),
KEY `sid` (`sid`),
KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `cms_downloads_newdownload`
--
-- -------------------------------------------------------- |
Doesn't appear to be used, at least by me previously.
Again, any help is appreciated.
tks,
_________________ My name is Tim, and I am a simoholic
swdiecast's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux/2.0.52/4.1.20/4.3.9/9.1.2.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Tue Jan 03, 2006 4:16 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
remove your redundant orphan files in admin/wait - there's a list in Wiki which should help.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
swdiecast Platinum Supporter


Offline Joined: Jun 16, 2004 Posts: 150 Location: TX
|
Posted: Tue Jan 03, 2006 4:24 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
If you mean, ....nuke.com/Wiki/id=17.html, I don't see any orphaned/unneeded files in admin/wait.
Perhaps I am overlooking something more obvious.
tks,
_________________ My name is Tim, and I am a simoholic
swdiecast's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux/2.0.52/4.1.20/4.3.9/9.1.2.1
|
|
| Back to top |
|
 |
swdiecast Platinum Supporter


Offline Joined: Jun 16, 2004 Posts: 150 Location: TX
|
Posted: Tue Jan 03, 2006 4:41 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
I deleted wait_downloads.php from admin/wait, and now I can at least enable the Administration block without any errors.
I still couldn't find reference to that file in the above wiki info.
The only remaining minor issue, which I don't think is a result of anything to do with Downloads Pro, but still relates to the Administration Menu Block is when clicking on Forum admin from that block, I get a blank white page with "Access Denied"
I guess I am off another search! LOL
tks,
_________________ My name is Tim, and I am a simoholic
swdiecast's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux/2.0.52/4.1.20/4.3.9/9.1.2.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Tue Jan 03, 2006 4:49 am Post subject: Re: Downloads Pro Beta 2 Released! |
|
ensure you don't have remnants in admin/modules and admin/links - logout of admin and login again.
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
swdiecast Platinum Supporter


Offline Joined: Jun 16, 2004 Posts: 150 Location: TX
|
Posted: Tue Jan 03, 2006 7:19 am Post subject: Re: Downloads Pro Beta 2 Upgrade Issues |
|
Not sure what is going on here, or if this is normal.
Attached image shows multiple instances of homepage, compatibility, and version.
I never experienced this in the previous versions. Also, try changing to have 1 visible and 2 hidden for each doesn't do anything except make everything hidden. (Hey, it was worth a try!)
Anyone have any ideas?
_________________ My name is Tim, and I am a simoholic
swdiecast's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux/2.0.52/4.1.20/4.3.9/9.1.2.1
|
|
| Back to top |
|
 |
Sharpeiforum Newbie


Offline Joined: Oct 27, 2005 Posts: 4 Location: Rotterdam (Netherlands)
|
Posted: Tue Jan 03, 2006 10:29 am Post subject: Re: Downloads Pro Beta 2 Upgrade Issues |
|
thx that did it...
Sharpeiforum's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Win XP
|
|
| Back to top |
|
 |
albiurs Nice poster


Offline Joined: Sep 12, 2005 Posts: 77
|
Posted: Wed Jan 04, 2006 9:29 am Post subject: Re: Downloads Pro Beta 2 Upgrade Issues |
|
May anybody tell me, how to do a proper upgrade from a previous version without loosing data? I’m running Downloads Pro 3.0.0.4 now.
thx
albiurs's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache/MySQL 5.0.45/PHP 5.2.2/DF 9.2.1
|
|
| Back to top |
|
 |
|
|