The page cannot be found

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
mihc74
Posts: 4
Joined: Sat Jul 25, 2009 4:38 pm

The page cannot be found

Post by mihc74 »

Can't get my MBoard to work. when i wright www.ian.as/board/mboard.php it says "The page cannot be found"

Here are som pictures of what i have changed in the schript. http://ian.as/babba/mboardproblems.html

Another problem i have is when i tried to wright the code 777 it says "command not understood"

What am i doing wrong
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

It's very possible that your server doesn't support PHP because it brings the same error no matter which PHP page you are trying to open, but all other pages work fine (for example readme file shows fine: http://ian.as/board/readme.htm ). Check with your host if your account has PHP enabled at all.

As for the CHMOD - you are probably on a Windows server, these don't support chmod commands. See the bottom of my tutorial:
http://www.phpjunkyard.com/ftp-chmod-tutorial.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mihc74
Posts: 4
Joined: Sat Jul 25, 2009 4:38 pm

PHP UNIX

Post by mihc74 »

i see now that my host only support PHP in UNIX. whatcan i then do if i want a message bord on my webpage ??????
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

The easiest solution would be to change to unix/linux (my preferred webserver anyway).

Another possibility is to get a free hosted public solution. I know they are around, but don't know their addresses. Downside of these are that they are mostly with adds and no guarantee they will be online forever (or free version is limited to a maximum number of posts).

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I use Linux servers too (Windows just for testing). I always say keep Windows on your PC and Linux on your server and you'll be a happy man...

One option would be to switch to UNIX like Henrie said. Alternatively you can check with your host if Windows accounts support any other language for example ASP and if yes find a message board script in ASP instead of PHP.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mihc74
Posts: 4
Joined: Sat Jul 25, 2009 4:38 pm

Post by mihc74 »

Now i have moved my mboard to a unnix/linux server (i think) http://skarv.info/mboard/mboard.php it worked and i started a new topic and saved it. then i got this message "Invalid access to memory location"
have tried to deleted all the files on the server and uploading them again but i still got the same message "Invalid access to memory location"
what's wrong NOW

:cry:
Klemen wrote:I use Linux servers too (Windows just for testing). I always say keep Windows on your PC and Linux on your server and you'll be a happy man...

One option would be to switch to UNIX like Henrie said. Alternatively you can check with your host if Windows accounts support any other language for example ASP and if yes find a message board script in ASP instead of PHP.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I still get a server error if I try to access any PHP script in http://skarv.info/mboard/
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mihc74
Posts: 4
Joined: Sat Jul 25, 2009 4:38 pm

Post by mihc74 »

Now i can get it to work on http://skarv.info/mboard/mboard.php but when i get to the Anti-SPAM check the Security number box is just white so i can't get any further
Klemen wrote:I still get a server error if I try to access any PHP script in http://skarv.info/mboard/
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I still see nothing but errors on
http://skarv.info/mboard/mboard.php


You know what, do this:
1. open Notepad.

2. Paste this code inside:

Code: Select all

<?php
echo "Hello, this works!";
?>
3. save it as "test.php"

4. Upload to http://skarv.info/test.php

Let's see if PHP even works.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked