Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Obsolete Releases
SME Server 7.x
Topic:
php test
« previous
next »
+
Print
Pages: [
1
]
Go Down
php test
7 Replies
1884 Views
Agent86
592
+0/-0
php test
«
on:
June 09, 2006, 11:24:40 PM »
Hi all
I have three questions
How can I test php and sql to see if it's working correctly
is there a test script that will work I can use to test my SME box that php,cgi,sql are working correctly ?
Thanks
Logged
blockbuster
php test
«
Reply #1 on:
June 11, 2006, 01:27:37 AM »
To see if PHP is working make a file called info.php,
Add the following lines to the file:
<?
phpinfo();
?>
save file on the webserver, go with your browser to
www.yourdomain.com/info.php
Read the output of this file very carefully and it answers you 3 questions.
Logged
Agent86
592
+0/-0
What about Perl
«
Reply #2 on:
July 02, 2006, 04:24:39 AM »
Sorry for my ignorance I seem to be getting more ignorant as time goes on LOL
Is there a similar test for perl
Please advise
Thanks
Logged
raem
3,972
+4/-0
Re: What about Perl
«
Reply #3 on:
July 02, 2006, 04:50:32 AM »
Agent86
I saw your comment in another thread re the version of perl installed on sme 7 as being 4.3.9.
If I do
rpm -q perl
perl-5.8.5-24.RHEL4
So sme 7 has greater than perl v5, so that will not be your problem
Even sme6 has greater than perl v5
rpm -q perl
perl-5.6.1-36.1.73
Logged
...
Agent86
592
+0/-0
Yes thanks
«
Reply #4 on:
July 02, 2006, 10:08:11 PM »
Yes thanks for the corrections
see other thread for explainations
Logged
annyphp
3
+0/-0
Re: php test
«
Reply #5 on:
December 07, 2010, 08:55:01 AM »
More
PHP test
you can check
Logged
CharlieBrady
6,918
+3/-0
Re: php test
«
Reply #6 on:
December 07, 2010, 05:03:48 PM »
Quote from: Agent86 on June 09, 2006, 11:24:40 PM
How can I test php and sql to see if it's working correctly
Unless you have done customisation which has broken them, then they are working correctly. You can confirm that by enabling and then using webmail. Webmail requires php and mysql to be working.
Logged
CharlieBrady
6,918
+3/-0
Re: What about Perl
«
Reply #7 on:
December 07, 2010, 05:06:15 PM »
Quote from: Agent86 on July 02, 2006, 04:24:39 AM
Is there a similar test for perl
If server-manager and admin console menu are working, then you have perl installed and it is working. CGI is working as well.
Why are you asking these questions? What are you trying to achieve?
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Obsolete Releases
SME Server 7.x
Topic:
php test