![]() |
Anything wrong (NOT VB-RELATED)
This install script won't work for the project I'm working on.
When it comes to step 3, writing the file, it comes up as a blank page. Here is the file. [high]THIS FILE IS NOT THE VB-INSTALL FILE, IT IS NOTHING TO DO WITH VB I CANNOT STRESS THAT ENOUGH KTHX[/high] |
"is_writable("./config.php")"
this will just be true, if file config.php already exists and php can write into it, but you are in the part of the file_exists("./config.php") - if clause where the file surely isn't created, so this condition can never be true :) if you replace is_writable("./config.php") with a true, you will see that it'll work then :) (or at least gives you a no permission error if php has no permissions to create files) :) |
I kinda fixed it.
This is part of the code: PHP Code:
Code:
$adminpass = "sdfasdf"; |
:)
you're welcome :) |
Um lol.
Look at the 2nd [code] tag. Where's <?php And why is $admin[pass] in place of <?php and $admin[user]? Dave. |
hmm, sorry i didn't see it, and i don't see why it's creating that erros, but why are you doing that in a so complex way?
try this: PHP Code:
|
I thought they were.
Dave. |
All times are GMT. The time now is 01:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|