Search found 11 matches
- 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...
- 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(...
- 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:
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 />";- 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...
- 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 ...
- Sun May 21, 2006 9:35 pm
- Forum: PHP - Code
- Topic: Base Path
- Replies: 23
- Views: 734
- Sun May 21, 2006 8:58 pm
- Forum: PHP - Code
- Topic: Base Path
- Replies: 23
- Views: 734
- Sun May 21, 2006 8:35 pm
- Forum: PHP - Code
- Topic: Base Path
- Replies: 23
- Views: 734
- Sun May 21, 2006 8:31 pm
- Forum: PHP - Code
- Topic: Base Path
- Replies: 23
- Views: 734
- Sun May 21, 2006 8:26 pm
- Forum: PHP - Code
- Topic: Base Path
- Replies: 23
- Views: 734
Thanks for your reply Everah,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.
I'm trying to install it to my main domain so there is no subfolder
- 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...