From: Don S. <do...@se...> - 2002-09-24 19:29:29
|
Just exported the cvs this afternoon. I was able to go through the setup fine, but once it was complete and I was told to just go to the website "front door", I got this error: Fatal error: Cannot instantiate non-existent class: html_template_it in /usr/local/phpws/phpws_core/core.php on line 1319 I've made sure that my include_path is set to include that phpws_core dir and point to the PEAR libs installed with php 4.2.3. You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php The phpws install would normally be viewable at http://phpws.seiler.us. btw the site is on my measly DSL conn, so please be gentle. Don. |
From: Adam M. <ad...@tu...> - 2002-09-24 20:20:11
|
You need to update your PEAR libs. Unfortunately PHP v4.2.3 did not contain the most recent version of IT.php. It should be in the next release of PHP however. Sorry for the inconvenience. Adam > Just exported the cvs this afternoon. > > I was able to go through the setup fine, but once it was complete and I > was told to just go to the website "front door", I got this error: > > Fatal error: Cannot instantiate non-existent class: html_template_it in > /usr/local/phpws/phpws_core/core.php on line 1319 > > I've made sure that my include_path is set to include that phpws_core > dir and point to the PEAR libs installed with php 4.2.3. > > You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php > > The phpws install would normally be viewable at http://phpws.seiler.us. > > btw the site is on my measly DSL conn, so please be gentle. > > Don. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Don S. <do...@se...> - 2002-09-24 20:23:33
|
Ah. I had assumed that shiny new php 4.2.3 would have it all. So can I get the pear libs from the phpWebSite website and just dump them over the existing pear libs in /usr/local/lib/php? Don. On Tue, 24 Sep 2002, Adam Morton wrote: > You need to update your PEAR libs. Unfortunately PHP v4.2.3 did not > contain the most recent version of IT.php. It should be in the next > release of PHP however. Sorry for the inconvenience. > > Adam > > > Just exported the cvs this afternoon. > > > > I was able to go through the setup fine, but once it was complete and I > > was told to just go to the website "front door", I got this error: > > > > Fatal error: Cannot instantiate non-existent class: html_template_it in > > /usr/local/phpws/phpws_core/core.php on line 1319 > > > > I've made sure that my include_path is set to include that phpws_core > > dir and point to the PEAR libs installed with php 4.2.3. > > > > You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php > > > > The phpws install would normally be viewable at http://phpws.seiler.us. > > > > btw the site is on my measly DSL conn, so please be gentle. > > > > Don. > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------- > Adam Morton > Developer - Web Technology Group > Appalachian State University > http://phpwebsite.appstate.edu > ad...@tu... > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: spiggy <th...@me...> - 2002-09-29 04:47:14
|
OK. The themes are ridiculously easy if all boxes are the same. But if they are not whats the best approach? I am a bit lost here so can someone give this list really quick and dirty intro to fallout theming? it does not need to be anything 100% complete .. just something to point to the right direction. spiggy -- The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? -------------------------- Quote from http://bash.org |
From: Matthew M. <ma...@tu...> - 2002-09-30 12:12:38
|
Ok Quick and Dirty. Grab a CVS version of phpws_themes if you do not have a directory called 'mainsite' under your themes directory. Copy 'mainsite' to themes if you do not. For example sake copy /themes/mainsite/boxstyles/default_box.thm to /themes/Default/boxstyles/test_box.thm (note the name change) There is an image directory with that box style so copy /themes/mainsite/boxstyles/mainsite_img/ to the same Default boxstyle directory. Now go under options and open the layout module. Go under setup boxes and choose the users module. Change the Box File for Content Variable: CNT_user_small to test_box.thm. Click Update Template. Now check out your user menu. It should have changed. You can set default boxes for the content variables as well. Take a look under mainsite/boxstyles/defaults/ . There are some files in there. On id the default.php file which defines which boxes to use unless instructed otherwise. The survey.php is an example of what boxes it will pull should that module be installed. There will be a more concise manual soon. Thanks Spiggy, Matt > OK. The themes are ridiculously easy if all boxes are the same. But if > they are not whats the best approach? I am a bit lost here so can > someone give this list really quick and dirty intro to fallout theming? > it does not need to be anything 100% complete .. just something to point > to the right direction. > > spiggy Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Matthew M. <ma...@tu...> - 2002-09-30 12:26:40
|
BTW All template files, including theme .thm files, will have the suffix .tpl This will allow Adam's Textpad module to edit them. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |