Search found 11 matches

by kinggori
Mon May 22, 2006 12:42 am
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

well thanks Everah and arborint for your help :) I'll try finding out what the problem was from the script creators and I'll get back to you and let you know. The creators aren't very helpful though so if someone does figure out what the prob is please post it here. Thank you for spending your preci...
by kinggori
Sun May 21, 2006 10:18 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

thanks christopher i changed that part and i can run install file now when I fill in the form and click on Next Step I get at the top the errors: Warning: readdir(): supplied argument is not a valid Directory resource in /home/.interim/****/****.com/install/install.php on line 232 Warning: closedir(...
by kinggori
Sun May 21, 2006 10:05 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

I get the error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/.interim/****/****.com/install/install.php on line 230

This is line 230:

Code: Select all

$err = "Base path " . $_POST['base_path'] " was not able to be opened...<br />";
by kinggori
Sun May 21, 2006 9:53 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

sorry for spamming the thread, but i think this part might be important too. This is where the input is read: function ShowForm() { global $message_step5, $pf, $HTTP_SERVER_VARS, $PHP_SELF, $error_message, $base_path, $site_url, $dbUsername, $dbPassword, $dbHostname, $dbName, $site_name; if(empty($p...
by kinggori
Sun May 21, 2006 9:45 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

You might want to take the links down. Are all the files that you are needed for this thing to run in your base path? I noticed that when I got through to the point where you are having a problem and it is saying that the files are not in that specified path. If the files are there, there may be a ...
by kinggori
Sun May 21, 2006 9:35 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

I added php-info.php as Evarah suggested. I found that the DOCUMENT_ROOT (which i presume is the base path) is: /home/torpoder/***.com I tried that and it didn't work here it is the php-info.php file: http://***.com/php-info.php Here is the script I'm running: http://***.com/install/install.php
by kinggori
Sun May 21, 2006 8:58 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

Shall I posy my domain info here?
by kinggori
Sun May 21, 2006 8:35 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

Everah wrote:Next two shots... first, '', second './'. Otherwise, I would need to see the installation code to see what it really wants.

Still doesn't work Everah... did you get my pm?
by kinggori
Sun May 21, 2006 8:31 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

Everah wrote:Give '/' a shot and see what that does.
doesn't work :cry:
by kinggori
Sun May 21, 2006 8:26 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

Everah wrote:What folder are you installing to? You can try throwing down a path of '/' for your server root path, or for a subfolder, you can try '/subfolder/'. Not sure if it will work, but it is worth a shot.
Thanks for your reply Everah,

I'm trying to install it to my main domain so there is no subfolder
by kinggori
Sun May 21, 2006 8:00 pm
Forum: PHP - Code
Topic: Base Path
Replies: 23
Views: 734

Base Path

Hello everyone, I’m new here and I had a nooby question and since there are a lot of php experts here I hope someone can help me out. I’m trying to install a php script on my domain. My domain name is hosted by dreamhost . During installation of the script it asks me to enter the Base Path (ends wit...