Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Hardware/Software.
Acmlm's Board - I2 Archive - Hardware/Software - Need help after installing PHP | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
spiroth10

Octorok
Level: 9

Posts: 1/21
EXP: 2302
For next: 860

Since: 04-09-04

Since last post: 43 days
Last activity: 36 days
Posted on 04-09-04 05:38 AM Link | Quote
I dont know if I posted this in the right place but...

ok, im not using a script, and i've already installed it with a web server and mysql. my main purpose (for now) is to use it to test scripts before getting them hosted (I have dial-up and one phone line, it'd get annoying for me AND my visitors) one problem (please keep in mind, im a newb at installing this stuff myself) none of the variables that are usually pre-set when you get hosting are defined. Im pretty sure that I have to define them myself, but how? any help/support is appreciated!
FreeDOS

Lava Lotus
Wannabe-Mod :<
Level: 59

Posts: 344/1657
EXP: 1648646
For next: 24482

Since: 03-15-04
From: Seattle

Since last post: 6 hours
Last activity: 4 hours
Posted on 04-09-04 08:04 AM Link | Quote
It would help if you:

1. Name the server that you're using , and
2. tell your operating system

spiroth10

Octorok
Level: 9

Posts: 2/21
EXP: 2302
For next: 860

Since: 04-09-04

Since last post: 43 days
Last activity: 36 days
Posted on 04-09-04 09:28 PM Link | Quote
im using abyss web server (much like apache, but has a better control panel...) abyss has controls for almost everyhing, but im pretty sure its the PHP installation... MySQL works fine... My OS Is Windows ME (it sucks)
Sokarhacd

Ball and Chain Trooper
Resistance is Futile
You Will Be Assimilated
Hab SoSlI' Quch
Level: 61

Posts: 79/1757
EXP: 1799888
For next: 76708

Since: 03-15-04

Since last post: 6 days
Last activity: 4 hours
Posted on 04-10-04 02:05 AM Link | Quote
well, when I used abyss, I just installed php, and it worked fine, not a problem at all...so I dont see how some stuff doesnt work, what which variables arent working?
spiroth10

Octorok
Level: 9

Posts: 3/21
EXP: 2302
For next: 860

Since: 04-09-04

Since last post: 43 days
Last activity: 36 days
Posted on 04-10-04 10:28 PM Link | Quote
heres a sample I got from tuvai's bulletin board (I was trying to test it) Notice: Use of undefined constant user - assumed 'user' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 3

Notice: Use of undefined constant pass - assumed 'pass' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 5

Notice: Use of undefined constant host - assumed 'host' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 7

Notice: Use of undefined constant name - assumed 'name' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 9

Notice: Undefined variable: PHP_SELF in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 11

Notice: Undefined variable: PHP_SELF in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 11

Notice: Undefined variable: id in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 13

Notice: Use of undefined constant host - assumed 'host' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 14

Notice: Use of undefined constant user - assumed 'user' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 14

Notice: Use of undefined constant pass - assumed 'pass' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 14

Notice: Use of undefined constant name - assumed 'name' in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\config.php on line 15

Notice: Undefined variable: do in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 4

Notice: Undefined variable: do in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 7




Notice: Undefined variable: step in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 290

Notice: Undefined variable: PHP_SELF in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 290
To start installing your Tuvai Bulletin Board, follow the instructions given in the next few steps. Note, that BEFORE running this installation, you must have configured your config.php file, as stated in the README.txt file!

Go to Step 1
Notice: Undefined variable: step in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 291

Notice: Undefined variable: step in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 301

Notice: Undefined variable: step in C:\PROGRAM FILES\ABYSS WEB SERVER\cgi-bin\forum\install.php on line 302

and remember, its on MY COMPUTER so I dont need to get any files hosted, because Im using MY OWN server. just wanted to get that cleared... It might be MySQL to, Im not sure.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 337/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 04-11-04 12:55 AM Link | Quote
Well it sounds like you're missing a file or two, or they're not being found (maybe the directories are hardcoded).
dan

Snap Dragon
Level: 43

Posts: 41/782
EXP: 534516
For next: 30530

Since: 03-15-04

Since last post: 20 hours
Last activity: 14 hours
Posted on 04-11-04 12:58 AM Link | Quote
It might be that register_globals is turned on. (I don't know if Tuvai's script supports register_globals being turned on) You could try finding your PHP.ini file (usually in the Windows directory), and going down to the section that says register_globals. If it is 'on', trying typing 'off' instead. Restart PHP if it is running. However, leaving register_globals turned on is recommended (which is why it is default).
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Hardware/Software - Need help after installing PHP | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.017 seconds.