CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Totally Lost

Print topic Send  topic

Author Message
Eladesor
Posted: 06/12/2001, 9:14 AM

Hi,

I'm trying to learn PHP & MySql to use with CC. Using the RegForm example
I have successfully created the MySql database and tried generating the
files from code charge as PHP with templates.

Although the day base runs OK I receive the following errors

1. across the top of the screen: -
Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR) failed: m
(2) in C:\apache\htdocs\regform\registrationview.php on line 12 (line 12
reads - session_start();)

2. across the bottom of the screen:
Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR) failed: m
(2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (/tmp) in Unknown on line 0

3. When I click on the 'registration button':
Parse error: parse error in C:\apache\htdocs\regform\registration.php on
line 139

I am using -
CC V 1.1.18
PHP - 4.0.5
MySQL - 3.23.32
Apache - 1.3.14
PHPMyAdmin - 2.1.0
Perl - nsPerl 5.005_03
Can anyone please help ? I am very new to PHP, Apache & Mysql

Kind regards to the group
Eladesor

Steven Dowd
Posted: 06/12/2001, 9:43 AM

I had this error , i fixed it by making a c:\temp dir and altering apache to
point into it for the /tmp stuff.
previously it was trying to use the logged on user temp directory
c:\documents and settings\username\local settings\temp
and it was failing i thing because of the long file names ,
I edited the apache.ini file to the c:\temp ( remember to actually make
the dir) and stopped started the service , all worked smoothly from then on.

hope this helps


Steven



"Eladesor" <WebMaster@EverythingButComputers.com> wrote in message
news:9g5f4n$fdn$1@mail.tankhill.com...
> Hi,
>
> I'm trying to learn PHP & MySql to use with CC. Using the RegForm
example
> I have successfully created the MySql database and tried generating the
> files from code charge as PHP with templates.
>
> Although the day base runs OK I receive the following errors
>
> 1. across the top of the screen: -
> Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR) failed:
m
> (2) in C:\apache\htdocs\regform\registrationview.php on line 12 (line 12
> reads - session_start();)
>
> 2. across the bottom of the screen:
> Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR) failed:
m
> (2) in Unknown on line 0
> Warning: Failed to write session data (files). Please verify that the
> current setting of session.save_path is correct (/tmp) in Unknown on line
0
>
> 3. When I click on the 'registration button':
> Parse error: parse error in C:\apache\htdocs\regform\registration.php on
> line 139
>
> I am using -
> CC V 1.1.18
> PHP - 4.0.5
> MySQL - 3.23.32
> Apache - 1.3.14
> PHPMyAdmin - 2.1.0
> Perl - nsPerl 5.005_03
> Can anyone please help ? I am very new to PHP, Apache & Mysql
>
> Kind regards to the group
> Eladesor
>
>

Eladesor
Posted: 06/12/2001, 9:57 AM

Thank you for the swift reply,

I know this sounds stupid - but I can't find apache.ini on my system?
I used phptriadsetup2-11 for the install.
Thanks though - will keep looking / trying :(

Regards
Eladesor.

"Steven Dowd" <steven.dowd@dowd.co.uk> wrote in message
news:9g5gs0$gt9$1@mail.tankhill.com...
> I had this error , i fixed it by making a c:\temp dir and altering apache
to
> point into it for the /tmp stuff.
> previously it was trying to use the logged on user temp directory
> c:\documents and settings\username\local settings\temp
> and it was failing i thing because of the long file names ,
> I edited the apache.ini file to the c:\temp ( remember to actually make
> the dir) and stopped started the service , all worked smoothly from then
on.
>
> hope this helps
>
>
> Steven
>
>
>
> "Eladesor" <WebMaster@EverythingButComputers.com> wrote in message
>news:9g5f4n$fdn$1@mail.tankhill.com...
> > Hi,
> >
> > I'm trying to learn PHP & MySql to use with CC. Using the RegForm
> example
> > I have successfully created the MySql database and tried generating the
> > files from code charge as PHP with templates.
> >
> > Although the day base runs OK I receive the following errors
> >
> > 1. across the top of the screen: -
> > Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR)
failed:
> m
> > (2) in C:\apache\htdocs\regform\registrationview.php on line 12 (line 12
> > reads - session_start();)
> >
> > 2. across the bottom of the screen:
> > Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR)
failed:
> m
> > (2) in Unknown on line 0
> > Warning: Failed to write session data (files). Please verify that the
> > current setting of session.save_path is correct (/tmp) in Unknown on
line
> 0
> >
> > 3. When I click on the 'registration button':
> > Parse error: parse error in C:\apache\htdocs\regform\registration.php on
> > line 139
> >
> > I am using -
> > CC V 1.1.18
> > PHP - 4.0.5
> > MySQL - 3.23.32
> > Apache - 1.3.14
> > PHPMyAdmin - 2.1.0
> > Perl - nsPerl 5.005_03
> > Can anyone please help ? I am very new to PHP, Apache & Mysql
> >
> > Kind regards to the group
> > Eladesor
> >
> >
>
>

Steven Dowd
Posted: 06/12/2001, 10:30 AM

so sorry , i must have had my head out of gear earlier, i meant to alter the
session /tmp dir in the 'php.ini' , to a c:\temp

Steve

"Eladesor" <WebMaster@EverythingButComputers.com> wrote in message
news:9g5hl1$hpo$1@mail.tankhill.com...
> Thank you for the swift reply,
>
> I know this sounds stupid - but I can't find apache.ini on my system?
> I used phptriadsetup2-11 for the install.
> Thanks though - will keep looking / trying :(
>
> Regards
> Eladesor.
>
> "Steven Dowd" <steven.dowd@dowd.co.uk> wrote in message
>news:9g5gs0$gt9$1@mail.tankhill.com...
> > I had this error , i fixed it by making a c:\temp dir and altering
apache
> to
> > point into it for the /tmp stuff.
> > previously it was trying to use the logged on user temp directory
> > c:\documents and settings\username\local settings\temp
> > and it was failing i thing because of the long file names ,
> > I edited the apache.ini file to the c:\temp ( remember to actually
make
> > the dir) and stopped started the service , all worked smoothly from then
> on.
> >
> > hope this helps
> >
> >
> > Steven
> >
> >
> >
> > "Eladesor" <WebMaster@EverythingButComputers.com> wrote in message
> >news:9g5f4n$fdn$1@mail.tankhill.com...
> > > Hi,
> > >
> > > I'm trying to learn PHP & MySql to use with CC. Using the RegForm
> > example
> > > I have successfully created the MySql database and tried generating
the
> > > files from code charge as PHP with templates.
> > >
> > > Although the day base runs OK I receive the following errors
> > >
> > > 1. across the top of the screen: -
> > > Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR)
> failed:
> > m
> > > (2) in C:\apache\htdocs\regform\registrationview.php on line 12 (line
12
> > > reads - session_start();)
> > >
> > > 2. across the bottom of the screen:
> > > Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR)
> failed:
> > m
> > > (2) in Unknown on line 0
> > > Warning: Failed to write session data (files). Please verify that the
> > > current setting of session.save_path is correct (/tmp) in Unknown on
> line
> > 0
> > >
> > > 3. When I click on the 'registration button':
> > > Parse error: parse error in C:\apache\htdocs\regform\registration.php
on
> > > line 139
> > >
> > > I am using -
> > > CC V 1.1.18
> > > PHP - 4.0.5
> > > MySQL - 3.23.32
> > > Apache - 1.3.14
> > > PHPMyAdmin - 2.1.0
> > > Perl - nsPerl 5.005_03
> > > Can anyone please help ? I am very new to PHP, Apache & Mysql
> > >
> > > Kind regards to the group
> > > Eladesor
> > >
> > >
> >
> >
>
>

Eladesor
Posted: 06/12/2001, 10:45 AM

Many thanks...... Works great now :)

Regards
Eladesor.

"Steven Dowd" <steven.dowd@dowd.co.uk> wrote in message
news:9g5jkb$jhd$1@mail.tankhill.com...
> so sorry , i must have had my head out of gear earlier, i meant to alter
the
> session /tmp dir in the 'php.ini' , to a c:\temp
>
> Steve
>
> "Eladesor" <WebMaster@EverythingButComputers.com> wrote in message
>news:9g5hl1$hpo$1@mail.tankhill.com...
> > Thank you for the swift reply,
> >
> > I know this sounds stupid - but I can't find apache.ini on my system?
> > I used phptriadsetup2-11 for the install.
> > Thanks though - will keep looking / trying :(
> >
> > Regards
> > Eladesor.
> >
> > "Steven Dowd" <steven.dowd@dowd.co.uk> wrote in message
> >news:9g5gs0$gt9$1@mail.tankhill.com...
> > > I had this error , i fixed it by making a c:\temp dir and altering
> apache
> > to
> > > point into it for the /tmp stuff.
> > > previously it was trying to use the logged on user temp directory
> > > c:\documents and settings\username\local settings\temp
> > > and it was failing i thing because of the long file names ,
> > > I edited the apache.ini file to the c:\temp ( remember to actually
> make
> > > the dir) and stopped started the service , all worked smoothly from
then
> > on.
> > >
> > > hope this helps
> > >
> > >
> > > Steven
> > >
> > >
> > >
> > > "Eladesor" <WebMaster@EverythingButComputers.com> wrote in message
> > >news:9g5f4n$fdn$1@mail.tankhill.com...
> > > > Hi,
> > > >
> > > > I'm trying to learn PHP & MySql to use with CC. Using the RegForm
> > > example
> > > > I have successfully created the MySql database and tried generating
> the
> > > > files from code charge as PHP with templates.
> > > >
> > > > Although the day base runs OK I receive the following errors
> > > >
> > > > 1. across the top of the screen: -
> > > > Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR)
> > failed:
> > > m
> > > > (2) in C:\apache\htdocs\regform\registrationview.php on line 12
(line
> 12
> > > > reads - session_start();)
> > > >
> > > > 2. across the bottom of the screen:
> > > > Warning: open(/tmp\sess_8b4906ea710f270bb3f4617473ecaa3b, O_RDWR)
> > failed:
> > > m
> > > > (2) in Unknown on line 0
> > > > Warning: Failed to write session data (files). Please verify that
the
> > > > current setting of session.save_path is correct (/tmp) in Unknown on
> > line
> > > 0
> > > >
> > > > 3. When I click on the 'registration button':
> > > > Parse error: parse error in
C:\apache\htdocs\regform\registration.php
> on
> > > > line 139
> > > >
> > > > I am using -
> > > > CC V 1.1.18
> > > > PHP - 4.0.5
> > > > MySQL - 3.23.32
> > > > Apache - 1.3.14
> > > > PHPMyAdmin - 2.1.0
> > > > Perl - nsPerl 5.005_03
> > > > Can anyone please help ? I am very new to PHP, Apache & Mysql
> > > >
> > > > Kind regards to the group
> > > > Eladesor
> > > >
> > > >
> > >
> > >
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.