php

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Seany
-


Joined: 09 Nov 2003
Posts: 11
Location: Ireland

PostPosted: Sun Nov 09, 2003 10:51 pm    Post subject: php Reply with quote

Cant get php to run on server had lots of errors i have got to this and thats it.

No input file specified
_________________
Seany
Back to top View user's profile Send private message Visit poster's website MSN Messenger
senshi
-


Joined: 05 Nov 2003
Posts: 385
Location: UK

PostPosted: Mon Nov 10, 2003 1:54 am    Post subject: Re: php Reply with quote

Seany wrote:
Cant get php to run on server had lots of errors i have got to this and thats it.

No input file specified


Err, ok

1. Are you running Abyss?
2. Did you get the CGI version of PHP?
3. Did you configure Abyss and give it the path to where PHP is?

The PHP version I believe quoted in this site is version 4.3.2 but many report version 4.3.3 works.

If you read some of the threads here, you may well find the answer to your soloution, I did myself and it got me most of the way, had some help from a member of this forum, but it would serve you best to have a tinker and see if you can get it running, I found that helped as I had to un-install everything and re-configure from scratch.

If your still stuck, then be more specific in what your using as this helps with trouble shooting. If you rying to set up a forum board, you will need a bit more software like MySQL and phpMyadmin and of course a phpbb system.

L8rz
Back to top View user's profile Send private message
Seany
-


Joined: 09 Nov 2003
Posts: 11
Location: Ireland

PostPosted: Mon Nov 10, 2003 1:05 pm    Post subject: running php Reply with quote

Hi and thanks i have MySQL and phpMyadmin and of course a phpbb system.
and the mysql is working I am almost there still 2 error's heres what it is now saying
phpBB : Critical Error

Could not connect to the database

dont know what it is as this is a first for me. :idea:
_________________
Seany
Back to top View user's profile Send private message Visit poster's website MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Nov 10, 2003 1:17 pm    Post subject: Reply with quote

look at my tutorials section for installing phpBB and you will do fine :D

http://os17fan.cjb.net

It helped out Senshi , kind of lol
Back to top View user's profile Send private message Visit poster's website
Seany
-


Joined: 09 Nov 2003
Posts: 11
Location: Ireland

PostPosted: Mon Nov 10, 2003 6:23 pm    Post subject: tutorials Reply with quote

I had a look at them And i done what they said and it still will not run

have a look at my setting i have them on the default index page

http://www.chanoela.tk :roll:
_________________
Seany
Back to top View user's profile Send private message Visit poster's website MSN Messenger
senshi
-


Joined: 05 Nov 2003
Posts: 385
Location: UK

PostPosted: Mon Nov 10, 2003 6:28 pm    Post subject: Reply with quote

Code:
$cfg['PmaAbsoluteUri'] = 'http://www.chanoela.tk/phpMyAdmin';

IM sure is supposed to be

Code:
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpMyAdmin';


Check with the tutorials from http://os17fan.cjb.net

Quote:
Find the varibal $cfg['PmaAbsoluteUri'] = ''; in between the '' put the following URL http://127.0.0.1/phpMyAdmin , if your using a different port other than 80 , you can put your port at the end like this http://127.0.0.1:8080/phpMyAdmin , Save the config.inc.php file and close the folder.
Back to top View user's profile Send private message
Seany
-


Joined: 09 Nov 2003
Posts: 11
Location: Ireland

PostPosted: Mon Nov 10, 2003 6:33 pm    Post subject: php admin Reply with quote

ok done that still dont work
_________________
Seany
Back to top View user's profile Send private message Visit poster's website MSN Messenger
Seany
-


Joined: 09 Nov 2003
Posts: 11
Location: Ireland

PostPosted: Tue Nov 11, 2003 3:49 am    Post subject: Its wroking Reply with quote

Its working and thanks for all the help one more thing when you want to login it give you a page saying. The page cannot be displayed
you have to login in 2 or 3 time before you get in
plz try it

http://www.chanoela.tk

anyone know what is doing this plz help :idea:
_________________
Seany
Back to top View user's profile Send private message Visit poster's website MSN Messenger
senshi
-


Joined: 05 Nov 2003
Posts: 385
Location: UK

PostPosted: Fri Nov 14, 2003 2:43 am    Post subject: Reply with quote

I see your calendar is working well!
Code:
Notice: Undefined variable: PHP_SELF in D:\Abyss Web Server\htdocs\calendar\includes\functions.php on line 20

Warning: Cannot modify header information - headers already sent by (output started at D:\Abyss Web Server\htdocs\calendar\includes\functions.php:20) in D:\Abyss Web Server\htdocs\calendar\includes\functions.php on line 252
Redirecting to ... here..
Notice: Undefined variable: o in D:\Abyss Web Server\htdocs\calendar\includes\functions.php on line 256

Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in D:\Abyss Web Server\htdocs\calendar\includes\php-dbi.php on line 117

Sorry I cant help you on that one.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Nov 14, 2003 4:10 am    Post subject: Re: Its wroking Reply with quote

Seany,

First of all, you must set in the PHP.ini file:

Code:
register_globals=on


(Search for "Undefined Variable" in the PHP forum for more information).

and then read: http://www.aprelium.com/forum/viewtopic.php?t=2761 to remove notices displaying.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Nov 14, 2003 9:03 am    Post subject: Reply with quote

Speaking of my tutorials! I have a preview for you guy's of the new site

http://os17fan.cjb.net/web/new/new_site.html
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group