From: Ryan R. <to...@gm...> - 2004-08-06 20:43:09
|
In response to your email calling for non-linux/mysql installation tests, here's a few notes on Windows 2000 Server - Apache 1.3.29 - PHP 4.3.4 (no gettext) - MySQL 3.23.49 First off, let me extend my most sincere contrafibularities to you on an impressive installation walkthrough/wizard. Looks sharp, responds quickly, very straightforward. Here are a few issues that I had in my installation: 1) When I'm installing, after step 1 (DB config) I get a 'Notice: Missing a host reference." I looked at the postDatabaseConfig() in Setup.php and (~ line 123): if (!empty($_POST['dbhost'])) $content[] = _("Notice: Missing a host reference.") . "<br />"; It seems that if you fill-in anything (i.e. !empty) for database host, it throws this message. Is this desired functionality? 2) After the installation process there are several undefined constants or indexes which are displayed in PHP Notices: Notice: Use of undefined constant PHPWS_DAY_START - assumed 'PHPWS_DAY_START' in e:\web\htdocs\phpwebsite094\core\class\Crutch.php on line 53 Notice: Use of undefined constant PHPWS_TIME_DIFF - assumed 'PHPWS_TIME_DIFF' in e:\web\htdocs\phpwebsite094\core\class\Crutch.php on line 54 Notice: Use of undefined constant PHPWS_DATE_FORMAT - assumed 'PHPWS_DATE_FORMAT' in e:\web\htdocs\phpwebsite094\core\class\Crutch.php on line 57 Notice: Use of undefined constant PHPWS_TIME_FORMAT - assumed 'PHPWS_TIME_FORMAT' in e:\web\htdocs\phpwebsite094\core\class\Crutch.php on line 58 Notice: Undefined index: users in e:\web\htdocs\phpwebsite094\mod\layout\class\Layout.php on line 235 Notice: Use of undefined constant CURRENT_LANGUAGE - assumed 'CURRENT_LANGUAGE' in e:\web\htdocs\phpwebsite094\mod\layout\class\Layout.php on line 448 Notice: Use of undefined constant CURRENT_LANGUAGE - assumed 'CURRENT_LANGUAGE' in e:\web\htdocs\phpwebsite094\mod\layout\class\Layout.php on line 448 Notice: Use of undefined constant CURRENT_LANGUAGE - assumed 'CURRENT_LANGUAGE' in e:\web\htdocs\phpwebsite094\mod\layout\class\Layout.php on line 450 3) There appears to be a localhost binding for some reason In the page source, there's a <base>: <base href="http://localhost/phpwebsite094/" /> This causes all relative references (most all) to be prefixed. This means that I cannot login due to the form submission attempting to post to a local server. It also means that all stylesheet and image references are not found. Just a few small things. Let me know if there is any additional information you need (i.e. PHP build functionality). Or if there is any other testing you need done (no, I'm not a linguist). Thanks, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmr...@in... On Fri, 23 Jul 2004 12:59:31 -0400, Matthew McNaney <ma...@tu...> wrote: > Hello all, > > As work continues on 0.9.4, I am interested in getting some feedback on > various components. > > I get many letters offering to assist with language translation. Well > here is your chance! > > Please take a moment to check out a copy of phpwebsite 0.9.4 from CVS. > Then take a look at the docs/Language.txt file. It contains instructions > on how to translate phpwebsite. I have done some testing here but since > I am monolingual it is hard to do too much. > > Before and while you test please be aware that this is alpha code and > many components are not finished. > > Anyway, what I need to know is > 1) if it works > 2) if the documentation explains how to translate well enough > 3) if I am missing a component that will be required for proper i18n > support > 4) if the method for storing translations is sufficient. > > Besides the language component, I am also interested in the installation > outside of a linux/mysql environment. If you wish to test the > installation outside these boundaries, please do so. > > Best Regards, > Matt > > -- > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |