<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/phpwebtk/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/phpwebtk/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpwebtk/support-requests/</id><updated>2006-06-22T19:55:36Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Introductory Documentation ?</title><link href="https://sourceforge.net/p/phpwebtk/support-requests/2/" rel="alternate"/><published>2006-06-22T19:55:36Z</published><updated>2006-06-22T19:55:36Z</updated><author><name>Kent Poots</name><uri>https://sourceforge.net/u/kpoots/</uri></author><id>https://sourceforge.net22311082b1263fdecaecdbdc3a237088b2ad2a82</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi folks,&lt;/p&gt;
&lt;p&gt;I've downloaded the phpwebtk. There's been all kinds &lt;br /&gt;
of work done there, and so-far everything I've tried &lt;br /&gt;
seems to work. &lt;/p&gt;
&lt;p&gt;Is there an example worked-through which shows how &lt;br /&gt;
the toolkit would be used for PHP development ?&lt;/p&gt;
&lt;p&gt;Yes, appologies because I am relatively new to PHP. &lt;/p&gt;
&lt;p&gt;For example - I see templates that people have put &lt;br /&gt;
alot of work into. How do you use these templates in &lt;br /&gt;
an application ?&lt;/p&gt;
&lt;p&gt;Thank you for any pointers, or links. &lt;/p&gt;
&lt;p&gt;Excellent work. Good contribution. I'd like to learn &lt;br /&gt;
more, if possible. &lt;/p&gt;
&lt;p&gt;Kent Poots&lt;br /&gt;
kpoots@sympatico.ca&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Problems getting it running on Apache in Linux</title><link href="https://sourceforge.net/p/phpwebtk/support-requests/1/" rel="alternate"/><published>2004-11-29T23:16:18Z</published><updated>2004-11-29T23:16:18Z</updated><author><name>Henrik Vĺglin</name><uri>https://sourceforge.net/u/hvaglin/</uri></author><id>https://sourceforge.net585b0acd5d232a61d36654c6fdf6350ed0a4cedc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ok, here's my test result, and my co-developer that is&lt;br /&gt;
the PHP developer of the C3MS project has about the&lt;br /&gt;
same troubles installing it (though I'm not surewhat&lt;br /&gt;
exact problems he has encountered)&lt;/p&gt;
&lt;p&gt;Anyways, as I'm not too experienced with setting up&lt;br /&gt;
webserver enviroments myself (though some little) and&lt;br /&gt;
as I also want to replicate a scenario for one end-user&lt;br /&gt;
of our project if we integrate with your projects&lt;br /&gt;
framework (you could call it a live C3MS end-user&lt;br /&gt;
scenario if you will).&lt;/p&gt;
&lt;p&gt;Anyways, here's how my story goes withattempting to set&lt;br /&gt;
up phpWebTK in Linux on the apachefriends.org XAMPP&lt;br /&gt;
release package of Apache with PHP 5.02, MySQL4 and&lt;br /&gt;
much any other goodies for a normal fairly secure&lt;br /&gt;
enhanched webserver setup (with SSL and mcrypt and mhash).&lt;/p&gt;
&lt;p&gt;I follow the phpwebtk Install instructions best I can,&lt;br /&gt;
setting these values:&lt;/p&gt;
&lt;p&gt;define('CLASS_PATH', '/projects/phpwebtk/'); //my test&lt;br /&gt;
dir which I also have added and got working with the&lt;br /&gt;
Apache webserver as &lt;a href="http://localhost/phpwebtk/" rel="nofollow"&gt;http://localhost/phpwebtk/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then I create dir /var/sessions and enter it in the&lt;br /&gt;
phpwebtk.xml file according to the install&lt;br /&gt;
instructions. Now my problem is I don't know what user&lt;br /&gt;
the XAMPP Apache server uses, and the only way I can&lt;br /&gt;
then get phpWebTK to work is to set all permissions to&lt;br /&gt;
all (which can't be secure the least) on my custom&lt;br /&gt;
session dir, created elsewhere as per the install&lt;br /&gt;
instructions. Doing that makes the examples work fine,&lt;br /&gt;
else I get this error messages running the default&lt;br /&gt;
phpWebTK directory.&lt;/p&gt;
&lt;p&gt;"&lt;br /&gt;
Warning: session_start() [function.session-start]:&lt;br /&gt;
open(/var/sessions/sess_tpC5J8lNiy,e2QOARw,BGCFhD39,&lt;br /&gt;
O_RDWR) failed: Permission denied (13) in&lt;br /&gt;
/projects/phpwebtk/session.class.php on line 175&lt;/p&gt;
&lt;p&gt;Warning: session_start() [function.session-start]:&lt;br /&gt;
Cannot send session cookie - headers already sent by&lt;br /&gt;
(output started at&lt;br /&gt;
/projects/phpwebtk/session.class.php:175) in&lt;br /&gt;
/projects/phpwebtk/session.class.php on line 175&lt;/p&gt;
&lt;p&gt;Warning: session_start() [function.session-start]:&lt;br /&gt;
Cannot send session cache limiter - headers already&lt;br /&gt;
sent (output started at&lt;br /&gt;
/projects/phpwebtk/session.class.php:175) in&lt;br /&gt;
/projects/phpwebtk/session.class.php on line 175&lt;/p&gt;
&lt;p&gt;Warning: Cannot modify header information - headers&lt;br /&gt;
already sent by (output started at&lt;br /&gt;
/projects/phpwebtk/session.class.php:175) in&lt;br /&gt;
/projects/phpwebtk/view.class.php on line 60&lt;/p&gt;
&lt;p&gt;Warning: session_destroy() [function.session-destroy]:&lt;br /&gt;
Session object destruction failed in&lt;br /&gt;
/projects/phpwebtk/session.class.php on line 191&lt;br /&gt;
"&lt;/p&gt;
&lt;p&gt;Any ideas how I solve this? How do I get permissions&lt;br /&gt;
right with the session dir, as well as the&lt;br /&gt;
phpwebtk/sampleview AND phpwebtk/sampleview/templates_c&lt;br /&gt;
dirs (which I had to do the same to, to getthe examples&lt;br /&gt;
running)? Isn't there any smoother soloution? Possibly&lt;br /&gt;
one, where the implementor musn't be doing so much&lt;br /&gt;
permission settings nor so much manual? For our&lt;br /&gt;
project, targetting end-users of any level of webserver&lt;br /&gt;
and server admin management experience this is crucial,&lt;br /&gt;
if not only for ourselves :-P&lt;/p&gt;
&lt;p&gt;Thanx for a great software, I got to see it running&lt;br /&gt;
when I opened up all permissions there a while. It&lt;br /&gt;
looks great! I hope you will see this is rather a&lt;br /&gt;
usability/installation test report than any harsch&lt;br /&gt;
critisism. I'll keep on figuring what to do, but please&lt;br /&gt;
let me know of any soloutions and/or suggestions you&lt;br /&gt;
might have.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>