

D E H
Members-
Content count
24 -
Joined
-
Last visited
-
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
Hi Cindy D... This is the same problem I've had for over a month now and just gave up on it. It would be nice to get it going! Oh well... If you do find it out please post it back. Thanks -
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
Still stuck here Matt.. I have no idea what file is that is giving the error. I again just uploaded a clean MS2 and the BTS v.1 It's still shot down. Any help would be appreciated if you can figure it out if not, that's fine too.Thanks -
Hi Adrenolin, I went through and removed the ' and what appeared to be Greek symbols. That when fine and I got the BOX_HEADING_NEWSDESK worked out thanks to you, but still can't bring the config up as stated before. I'll keep trying. Thanks
-
PS... This is what the Tools in admin show. Configuration Catalog Modules Customers Locations / Taxes Localization Reports Tools Database Backup Banner Manager Cache Control Define Languages File Manager Send Email Newsletter Manager Server Info Who's Online BOX_HEADING_NEWSDESK That looks wrong as compaired to the rest. :lol: Thanks again...
-
The table bur.table_newsdesk_configuration_group The "bur" is the database name. My site and through phpmyadmin the table is really named "newsdesk_configuration_group". It's there, but for some reason it's not finding it. I will go ahead and drop all of the newsdesk tables and start over. I do see an update in the nd_v_1.4 named upgrade_newsdesk.sql. Is that an update to the database and what is the LOADED 5 version? Thanks for your help. I'll getter with help and do appreciate all of it!! PS I do backup all of the time before and after anything. :wink: Thanks again!
-
Thanks for the help and this is what I get: 1146 - Table 'bur.table_newsdesk_configuration_group' doesn't exist select configuration_group_id as cgID, configuration_group_title as cgTitle from TABLE_NEWSDESK_CONFIGURATION_GROUP where visible = '1' order by sort_order When I look at the tables, I think, I see the Table 'bur.table_newsdesk_configuration_group' I am brand new to this database stuff. With the select configuration_group_id as cgID, configuration_group_title as cgTitle from TABLE_NEWSDESK_CONFIGURATION_GROUP where visible = '1' order by sort_order What do I do here? Thanks again
-
I got my Newsdesk going I think, but where can I find the configuration on it? I checked the Admin Panel, but no where to be found. :oops: Thanks
-
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
I have no idea what file is giving me the problem. :oops: I put a virgin osc up like monsoon did and the same is happening with it. Guess it might be my server? :shock: -
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
If this is the line you are talking about, it's at line 3. I am very new to PHP and how it all goes together. Much easier than ASP, but still kinda mind boggling. Thanks for your help. $Id: application_top.php,v 1.280 2003/07/12 09:38:07 hpdl Exp $ -
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
I've been working on this for awhile now and all I get is this: Warning: main(DIR_WS_INCLUDESmeta_tags.php): failed to open stream: No such file or directory in e:websitesmy.netosccatalogtemplatesmain_page.tpl.php on line 5 Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESmeta_tags.php' (include_path='.;c:phpincludes') in e:websitesmy.netosccatalogtemplatesmain_page.tpl.php on line 5 Would the (include_path='.;c:phpincludes') have something to do with it, since the drive on my server is e: and if so, where do I change it? Thanks -
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
Same ol stuff here. Has anyone come up with a solid fix on this? All of the files are in the right directories and I am looking right at the file catalogincludesmain_page.tpl.php through my ftp client , but the URL , /catalog/includes/main_page.tpl.phpsays it's not? Ca-razy it is. :lol: Warning: main(DIR_WS_INCLUDESmeta_tags.php): failed to open stream: No such file or directory in e:websitesburnedzone.netosccatalogincludesmain_page.tpl.php on line 5 Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESmeta_tags.php' (include_path='.;c:phpincludes') in e:websitesburnedzone.netosccatalogincludesmain_page.tpl.php on line 5 -
[Contribution] Basic Template Structure v1.0 - For MS2
D E H replied to Brenden's topic in General Add-Ons Support
Yes please... Someone. :cry: -
No mattr what editor I use, I get the following: Sorry your Query failed: newsdesk ( newsdesk_id int(11) NOT NULL auto_increment, newsdesk_image varchar(64) default NULL, newsdesk_image_two varchar(64) default NULL, newsdesk_image_three varchar(64) default NULL, newsdesk_date_added datetime NOT NULL default '0000-00-00 00:00:00', newsdesk_last_modified datetime default NULL, newsdesk_date_available datetime default NULL, newsdesk_status tinyint(1) NOT NULL default '0', newsdesk_sticky tinyint(1) NOT NULL default '1', PRIMARY KEY (newsdesk_id), KEY idx_newsdesk_date_added (newsdesk_date_added) ) TYPE=MyISAM; error:You have an error in your SQL syntax near 'newsdesk ( newsdesk_id int(11) NOT NULL auto_increment, newsdesk_image var' at line 1 Number of Rows affected: -1 WHere am I messing up? Thanks
-
Thank you sir! :D
-
Can someone please tell me where I can get the NewsDesk mod? Thanks