can't install 'live' site
I've created a site on my 'testing' system, all ok
I've uploaded all file to my 'live' system
when I load the site, I get a white page
I've created a site on my 'testing' system, all ok
I've uploaded all file to my 'live' system
when I load the site, I get a white page
on the page that shows blank, add the following code at line 1 to turn on error reporting:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
how do I find out what page that is?
I've just uploaded the files and then loaded the url:
www.louiseclairemillinery.com/
and all I get is white page
that would be the index.php page.
when i view source of that page, I see the following:
Table 'hats.pcms2_contents' doesn't exist
meaning that the install has not been performed on the remote site to create the database.
Delete the connections folder from the remote site to begin the install.
lots of errors!
Warning: include_once(D:/Domains/louiseclairemillinery.com/wwwroot/Connections/PowerCMSConnection.php) [function.include-once.html]: failed to open stream: No such file or directory in D:\Domains\louiseclairemillinery.com\wwwroot\WA_CMS\addtosite.php on line 7
Warning: include_once() [function.include.html]: Failed opening 'D:/Domains/louiseclairemillinery.com/wwwroot/Connections/PowerCMSConnection.php' for inclusion (include_path='.;c:\php5\includes') in D:\Domains\louiseclairemillinery.com\wwwroot\WA_CMS\addtosite.php on line 7
Notice: Undefined variable: database_PowerCMSConnection in D:\Domains\louiseclairemillinery.com\wwwroot\index.php on line 12
Notice: Undefined variable: PowerCMSConnection in D:\Domains\louiseclairemillinery.com\wwwroot\index.php on line 12
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in D:\Domains\louiseclairemillinery.com\wwwroot\WA_CMS\WA_CMS.php on line 17
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in D:\Domains\louiseclairemillinery.com\wwwroot\WA_CMS\WA_CMS.php on line 26
line 7 (addtosite.php)
include_once($abs_prefix . 'Connections/PowerCMSConnection.php');
line 17 (WA_CMS.php)
mysql_select_db($database, $connection);
line 26
$CMSContent = mysql_query($query_CMSContent, $connection) or die(mysql_error());
line 12 (index.php)
<title><?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'home' , 'meta-title'); ?></title>
I deleted the connections folder
I've checked the control panel and no tables have been created
I deleted everything
recreated the site and uploaded it and was able to install the site
Glad to hear that it is working now.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.