Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
Recent Tutorial Support
»
Flash Ecards
(Moderators:
Flash-db
,
vesa kortelainen
,
Ronald Wernecke
,
Mohsin Sumar
,
Jorge Solis
) »
PHP PROBLEM !! !! !! !! !
« previous
next »
Print
Pages: [
1
]
Author
Topic: PHP PROBLEM !! !! !! !! ! (Read 2089 times)
thanos
Server what's that
Posts: 11
PHP PROBLEM !! !! !! !! !
«
on:
08/26/03, 07:27 »
Hi i a have a problem with php files and aspecially with sendEcard.php
When i opened the file these errors have been occured:
Warning: fopen(./dBText/1061904169.txt): failed to open stream: Permission denied in /disk1/hosting/docs/kollaps/thanos/Ecards/SendEcard.php on line 22
Warning: fwrite(): supplied argument is not a valid stream resource in /disk1/hosting/docs/kollaps/thanos/Ecards/SendEcard.php on line 23
Warning: fclose(): supplied argument is not a valid stream resource in /disk1/hosting/docs/kollaps/thanos/Ecards/SendEcard.php on line 24
_root.Status=Success your Card Has Been Sent!
What i have to do exactly i order to recieve ecards because i tried to do some things that i read in the message board with ni result.
Thank you:
I have php4.3.2
Logged
Jorge Solis
Global Moderator
Systems Administrator
Posts: 14616
Re:PHP PROBLEM !! !! !! !! !
«
Reply #1 on:
08/26/03, 12:21 »
You need to disable warnings. Go to your php.ini and change this line:
error_reporting = E_ALL
with this
error_reporting = E_ALL & ~E_NOTICE
Jorge
Logged
Twitter
http://twitter.com/solisarg
thanos
Server what's that
Posts: 11
Re:PHP PROBLEM !! !! !! !! !
«
Reply #2 on:
08/26/03, 12:56 »
what is the php.ini file?
Logged
Jorge Solis
Global Moderator
Systems Administrator
Posts: 14616
Re:PHP PROBLEM !! !! !! !! !
«
Reply #3 on:
08/26/03, 13:25 »
The php.ini file controls PHP features and way of working. In this case, you're changing the level error. php.ini is a textfile located on different places based on operating systems. In Windows systems is usually under Windows folder.
Jorge
Logged
Twitter
http://twitter.com/solisarg
thanos
Server what's that
Posts: 11
Re:PHP PROBLEM !! !! !! !! !
«
Reply #4 on:
08/26/03, 16:10 »
I searched all my hard disk and php.ini does not exist!!!
What i have to do now?
Logged
Jorge Solis
Global Moderator
Systems Administrator
Posts: 14616
Re:PHP PROBLEM !! !! !! !! !
«
Reply #5 on:
08/26/03, 16:26 »
If you're running the server locally, your php.ini exists, just try again. If you're uploading files to a server, then the php.ini is in the server, so talk to your provider.
Jorge
Logged
Twitter
http://twitter.com/solisarg
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
Recent Tutorial Support
»
Flash Ecards
(Moderators:
Flash-db
,
vesa kortelainen
,
Ronald Wernecke
,
Mohsin Sumar
,
Jorge Solis
) »
PHP PROBLEM !! !! !! !! !