Previous Thread
Next Thread
Print Thread
Hop To
Anonymous
Unregistered
Anonymous
Unregistered
Hi:

As noted on my previous post I am trying to install the PHP versio and seem to be doing fine. However when running createtabl.php I get what seems to be a path error. Funny things is that it is not on paths that I have to set myself. Take a look if it is not clear:

http://www.mundobar.com/php/wwwthreads/createtable.php

Thanks

Anonymous
Unregistered
Anonymous
Unregistered
Are you sure you set the path in main.inc.php? Looks like after you set the path you didn't save it. I think that path is the path that is already there. Maybe Scream should leave all the paths blank.

Thank you,

Bob
<a target="_blank" href=http://www.extreme-vb.net/bbs/wwwthreads.php>Extreme VB Forums - Visual Basic Help</a>

Anonymous
Unregistered
Anonymous
Unregistered
Thanks Bob for your answer.
However I set the paths ok (AFAIK and I checked many times)

Here is the path:

$thispath = "/usr/local/etc/httpd/htdocs/php/wwwthreads";

include("$thispath/config.inc.php");
include("$thispath/$config[dbtype].inc.php");
include("$thispath/theme.inc.php");

and wwwthreads is the directory where all the files are...

This is also strange (from my error page when running createtable)
Warning: Failed opening '/usr/local/etc/httpd/htdocs/php/wwwthreads/.inc.php' for inclusion (include_path='') in main.inc.php on line 14
=> it doesnt seem to be getting dbtype rigth, and I didn't change that since it's a mysql database....

Also:
Warning: Failed opening '/usr/local/etc/httpd/htdocs/php/wwwthreads/languages//generic.php' for inclusion (include_path='') in main.inc.php on line 44

=> why is there a // before generic.php? I didn't touch the paths at that level...

I may have made mistakes (I am new at wwwthreads and PHP) but I checked the instructions many times and I can not find it. I am also using vservers as my host, form what I read at this forum I will have a hard time installing this on their servers, but this problem seems to be something else...

thanks

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
It looks like it isn't reading config.inc.php at all. The // in the languages//generic.php should look like languages/english/generic.php. And like you said it's not reading the config[dbtype]. Unfortunately I haven't a clue of installing on vservers. I know there was some path issue that had to be tweaked when running the PERL version and I'm guessing that this is probably the same type of problem.
Have you looked at any of the posts for installing the PERL version? This might give you an idea of how you need to set the paths.

-------------------

Scream

WWWThreads Developer

Anonymous
Unregistered
Anonymous
Unregistered
Yes, but so far what I found is that it won't allow createtable to create the tables for you, so you have to create them yourself (something that I know will be hard but I rather not think of that until I have to deal with it). I have not found any info on paths yet.

Anyway I saw a new version. I am going to try with that one. I don't think that will solve anything, because this seems to be another problem but...

Anonymous
Unregistered
Anonymous
Unregistered
Check the permissions and such of the PHP files. For the best test, try a test file named test.php with:

<? phpinfo[); ?>
I had very similar problems when my permissions were wrong, and I also had a beta of PHP4, not the full version. The test file will tell you if perms are correct (if it runs), and also the PHP version number will be output.

Anonymous
Unregistered
Anonymous
Unregistered
Thanks LoneVWolf,
I just did that test and it works, however the output is a bit criptic for the non-initiated. The file is at: <A target="_blank" HREF=http://www.mundobar.com/example.php>http://www.mundobar.com/example.php</A> . Can you take a look and tell me if this is a poblematic PHP version? I have read many of your posts while looking at this forum and you seem to be an expert with the wwwthreads/vservers combinatio....

Thanks

Anonymous
Unregistered
Anonymous
Unregistered
Damn. That's some old software running.....Time to upgrade Apache just a bit. It was built August 13th 1998 And PHP is a pretty old version. Considering there were like 8 versions of PHP after your's.
Doug

<a target="_blank" href=http://www.netherworldrpg.net>http://www.netherworldrpg.net</a>

Anonymous
Unregistered
Anonymous
Unregistered
I received a message from vserver support saying that they can not upgrade their PHP version (exact reason seems far too technological for me to understand but it has to do with the way their servers are set up). I wouldn't mind having old software, I dont even run always the latest software versions on my desktop unless I consider they make a real difference, but I would never settle for a beta (when there is another release...).

I don't know if that's the problem (or some other misconfiguration on my side) but if it is I'll have to change hosts again...something that I hate.

Anonymous
Unregistered
Anonymous
Unregistered
Thanks for the compliment, and I can indeed help you. You can't run the PHP version on VServers. They have PHP version4.0B2, which is, so far incompatible.

Anonymous
Unregistered
Anonymous
Unregistered
That's the way they are. I'm sure they told you about the new plan coming out in about January or so, where the user can upgrade their own packages. I would go for that, or just pay them to move you to a more recent server with PHP4 release running on it. They won't upgrade you, mainly because they had to hack it badly to get it running in a shared environment initially, so it's too hard to get it working with a new version. They may, however, have other servers already running the new PHP that they can move your account to. Ask about that, and tell me how it goes! <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Anonymous
Unregistered
Anonymous
Unregistered
Thanks again...
I will write them, I purchased my vserver just for a new project that involved wwwthreads. That was 8 months ago and unfortunately my project suffered several delays so I haven't used the account yet (or my wwwthreads license). I have seen the PHP version and think it's the way to go now (at least if you are just starting to use the software) so I my server, as it is, it's useless for me...
I'll let you know what happens here, as this may be importatn for other vserver users as well...

Regards

Anonymous
Unregistered
Anonymous
Unregistered
Yes, please do. The only reason I haven't looked into it further is that moving our server might upset the current balance of things working perfectly, and also that they mention that new plan coming out soon.

Anonymous
Unregistered
Anonymous
Unregistered
I contacted vservers. They told me about the planned changes, but admitted they don't have a release date yet. The other solution would be to install PHP myself on my vserver, they said.

I didn't know I was able to install that kind of software but I guess such a task would be almost impossible unless you are some kind of unix/apache expert (unfortunately not my situation). They said they can not offer any kind of support on the installation. I guess for me it's basically a good bye from vservers....

Another solution would be to move to a windows 2000 server, that has a nonbeta release of PHP (I don't want to do that). All the unix servers have the same beta version....

Thats all

Anonymous
Unregistered
Anonymous
Unregistered
BTW they are beta testing the new configuration/new plan. Support said they thought the final release would not take long. From my experience with other hosts (particularly pair) that can mean a long time, but maybe I am wrong....

Anonymous
Unregistered
Anonymous
Unregistered
Make PHP into a CGI module and use a .htaccess file.

Doug

<a target="_blank" href=http://www.netherworldrpg.net>http://www.netherworldrpg.net</a>

Anonymous
Unregistered
Anonymous
Unregistered
Believe me that if I had even an idea of what you mean here <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /> I would try it.....

Anonymous
Unregistered
Anonymous
Unregistered
Sounds easy until you realize that he's on a hosted server with limited access. I am going to attempt to install PHP4 on our server today, so I'll tell you guys how it goes, but I did try it previously, to no avail.

Anonymous
Unregistered
Anonymous
Unregistered
If they said you can install it yourself, that's really the only solution I could see to install it yourself. I personally don't see another way without them doing it for you...

Doug

<a target="_blank" href=http://www.netherworldrpg.net>http://www.netherworldrpg.net</a>

Anonymous
Unregistered
Anonymous
Unregistered
Heh....just because a tech guy says to install it yourself, doesn't really mean it's possible.... <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Anonymous
Unregistered
Anonymous
Unregistered
Since I'm on VServers myself, I'm getting worried after reading this thread. So I decided to do some research on the potential host companies for my wwwthreads php.
One of the companies I found was webpipe.net. It seems it has good user reviews:
http://hosts.php.net/msgboard/list.php3?subgroup=390
I checked their website too and the prices seem very reasonable...cheaper than VServers. But the thing is I've never heard of this webpipe. So if any of you have expirence with them, can you let me know? Also, check their website, why are they much cheaper than VServers? Is there anything missing from the service that I'm not aware of? Any hidden things? Would it run wwwthread php perfectly?
Oh, here I found the link for their phpinfo():
http://web5.webpipe.net/info.php
Is this good or bad?
Thank you.

Anonymous
Unregistered
Anonymous
Unregistered
No idea why it's so cheap. The standard plan appears to be superior to VServers, for half the price. The phpinfo() looks fine, and they even give telnet/SSH and FTP and mySQL. If you try it out, please tell us how it goes!

Anonymous
Unregistered
Anonymous
Unregistered
i am currently on csoft.net they let multiple domains to be hosted on one account. cheap too.. i know that they work with wwwthreads

<font color=red>--------------</font color=red>

<a target="_blank" href=http://extremeforums.org/index>http://extremeforums.org/index</a>

Anonymous
Unregistered
Anonymous
Unregistered
Hey Patagon...do you want to go first, man?
>>> If you try it out, please tell us how it goes!

Anonymous
Unregistered
Anonymous
Unregistered
I am the least likely person to go first ( or even last <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /> ). I have no experience at all in unix/system administrstion and, even though I would like to start learning about that, I have little time or even talent for that kind of task.... The fact is that even experienced vserver users say that it is not easy, and I haven't used my account at all...
If SO successfuly installs it on a vserver then I'll probably take his/her advice and give it a go, only if they say it's easy enough for the non-experienced user or are willing to give very detailed instructions.....

Because, like I said, I haven't even started with my vserver account, the most likely path that I will take is moving to another host (if they don't give another solution). It would be a shame because I received very good recommendations about their service (and I already paid a lot to them) but with nothing on my server and a project not even started yet, it's probably the most "logical" solution (actually I still have a hope, for no particualr reason, that a solution will come to the rescue of all of us on vservers...)

Good Luck


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 744 guests, and 147 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)