I am having a little problem with Mod Company. I went through the install and everything seemed to be okay until I ran the index.php and the site came up blank. When I changed back to the standard index.php the site worked.
Just to let you know I am running 1.1RC4. Here is what I changed in the index.php
Code: Select all
echo '<link rel="stylesheet" type="text/css" href="'.$phpwcms["templates"]."inc_css/".$block["css"]."\">\n";
<link rel="stylesheet" type="text/css" href="./include/inc_module/mod_company/inc_css/mod_company.css">
INSERT INTO `phpwcms_mod_company` VALUES ('currency_symbol', '¨ ');
INSERT INTO `phpwcms_mod_company` VALUES ('additional_priceinfo', 'Additional price info');
INSERT INTO `phpwcms_mod_company` VALUES ('pricelist_head', 'Price list for the product');
INSERT INTO `phpwcms_mod_company` VALUES ('releaselist_head', 'Releases of the product');
If so what are the values such as "varchar(200) NOT NULL default"
Thanks for the help everyone I love phpwcms and trying to learn PHP as fast as I can
Kelley[/code]