PHP

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
tuur66
Posts: 50
Joined: Fri 17. Dec 2004, 15:01
Location: Amsterdam

PHP

Post by tuur66 »

where do I get the latest PHP-version? Or is PHP the same as phpwcms? Very simple question of course, but the answer is nowhere to be found...
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Post by Heiko H. »

Hi tuur66,

PHP is the programming language in which phpwcms is written.
The latest stable phpwcms-version can be found at http://sourceforge.net/projects/phpwcms/.
The latest snapshot releases are here http://www.phpwcms.org/snapshot/.
PHP can you download here http://www.php.net/downloads.php but i think this is not what you are looking for :wink:.

Kind regards Heiko...
Not longer here - sorry...

Haubner-IT GbR Dresden
tuur66
Posts: 50
Joined: Fri 17. Dec 2004, 15:01
Location: Amsterdam

Post by tuur66 »

Thank you. I don't think I need to get PHP since I never have had to! Still, it is similar to HTML, right? And one doesn't have to get HTML: it is just there, isn't it.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

your host would be able to let you know if you have php
alternativly you could create a new file called test.php ... copy the following code to it...

Code: Select all

<?php
phpinfo();
?>
then save it and upload it to your sites root folder.

then simply go to yourDomain.com/test.php

if php is installed it will print out all the details here - otherwise it will just show you the content of that file.

hih pSouper
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Post by Heiko H. »

tuur66 wrote:Still, it is similar to HTML, right?
:!: :!: :!: NO :!: :!: :!:

You have to learn a lot!!!


Go on...
Not longer here - sorry...

Haubner-IT GbR Dresden
tuur66
Posts: 50
Joined: Fri 17. Dec 2004, 15:01
Location: Amsterdam

Post by tuur66 »

thanks, pSouper. It just shows the contents of the file. See here: http://www.redgreenblue.nl/wcms/test.php
What does that mean?
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Post by Heiko H. »

This means your PHP Version is 4.3.9.
The rest is the PHP-Config of your host...
Not longer here - sorry...

Haubner-IT GbR Dresden
tuur66
Posts: 50
Joined: Fri 17. Dec 2004, 15:01
Location: Amsterdam

Post by tuur66 »

In the file you can also see that the php safe mode is ON. could that be the reason that the login screen won't show?
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Post by Heiko H. »

definitely no.
Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

as Heiko H says, it means you do have php and it is working.

I see you have the frontend of the site working thus at some point you have had phpWCMS working - this info is important to know so we may help you :D

you may want to explain what you did just before the login stopped working ;)

... I would suggest you backup, then re-install phpwcms files again (not config folder unless this does not fix it)
Post Reply