68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Questions & Support > Installing
v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x

 
Thread Tools Display Modes
(#21)
Old
Lhotch Lhotch is online now
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,463
Join Date: Mar 2006
Default 10-20-2006, 08:43 AM

It sounds like your server isnt set up to parse php files. I would contact your host and make sure the server has php running and the web server is set up to parse php files.
Reply With Quote
(#22)
Old
doc1975 doc1975 is offline
Member
doc1975 is on a distinguished road
 
Posts: 71
Join Date: Aug 2006
Default 10-20-2006, 09:32 AM

Quote:
Originally Posted by Lhotch View Post
It sounds like your server isnt set up to parse php files. I would contact your host and make sure the server has php running and the web server is set up to parse php files.

Thank you, i will contact them immediate and inquire... this is also happening with my vbulletin install, identical issue.
Reply With Quote
(#23)
Old
doc1975 doc1975 is offline
Member
doc1975 is on a distinguished road
 
Posts: 71
Join Date: Aug 2006
Default 10-20-2006, 02:51 PM

Ok, i have since spoke with a person for the vps support and all they could inform me of was that i did have php capabilities on the site, just that i would have to enable it... so, after some looking/reading around, i found the icon on the plesk control panel, and found the following options for services:

Services Running on Server Status
Apache ASP support Enabled
SSI support Enabled
PHP support Enabled - w/ Safe Mode Option off
CGI support Enabled
mod_perl support Enabled
mod_python support Enabled
Web statistics Enabled
Custom Error Documents Enabled


None of them were marked as enabled, so i enabled all of them, but did not enable the safe mode for php. After updating the server with the services, i still get the same error as described previously... it points to the document and opens it under notepad/wordpad and wants to either save it, or open it. Does not see it as a web page, just another document. Also, my other specs are such...

mysql 4.1.20-1.RHEL4.1
php 4.3.9-3.15

Now what?
Reply With Quote
(#24)
Old
Lhotch Lhotch is online now
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,463
Join Date: Mar 2006
Default 10-20-2006, 02:58 PM

What version of apache is your server running?

Your host seems to be anything but helpfull. WIth as hosts as prevelent as they are, if this is the kind of service you can expect I would find another.

In order to get apache (if thats even the web server thats running) you need to edit its config file httpd.conf.
Reply With Quote
(#25)
Old
doc1975 doc1975 is offline
Member
doc1975 is on a distinguished road
 
Posts: 71
Join Date: Aug 2006
Default 10-20-2006, 03:08 PM

Quote:
Originally Posted by Lhotch View Post
What version of apache is your server running?

Your host seems to be anything but helpfull. WIth as hosts as prevelent as they are, if this is the kind of service you can expect I would find another.

In order to get apache (if thats even the web server thats running) you need to edit its config file httpd.conf.
Yeah, not the best customer support, dotster ... anyways, here's a list of other stuff...

bind 9.2.4-16.EL4
courier-imap 3.0.8-centos4.2.build80060613.20
drweb 4.33
drweb-qmail 4.33-centos4.2.build80060613.20
httpd 2.0.52-28.ent.centos4
mailman 2.1.5.1-34.rhel4.5
mod_perl 1.99_16-4.centos4
mod_python 3.1.3-5.1
mysql 4.1.20-1.RHEL4.1
perl-Apache-ASP 2.57-centos4.2.build80060613.20
php 4.3.9-3.15
psa 8.0.1-centos4.2.build80060613.20
psa-api-rpc 8.0.1-centos4.2.build80060904.19
psa-autoinstaller 3.0.2-build060704.16
psa-backup-manager 8.0.1-centos4.2.build80060904.19
psa-horde 3.1.2-centos4.2.build80060713.16
psa-imp 4.1.1-centos4.2.build80060613.20
psa-logrotate 3.7-centos4.2.build80060613.20
psa-manual-custom-skin-guide 8.0.1-centos4.2.build80060613.20
psa-migration-manager 8.0.1-centos4.2.build80060904.19
psa-proftpd 1.3.0-centos4.2.build80060613.20
psa-qmail 1.03-centos4.2.build80060613.20
psa-qmail-rblsmtpd 0.70-centos4.2.build80060613.20
psa-spamassassin 8.0.1-centos4.2.build80060613.20
psa-turba 2.1.1-centos4.2.build80060613.20
samba 3.0.10-1.4E.9
spamassassin 3.0.6-1.el4
SSHTerm 0.2.2-centos4.2.build80060613.20
webalizer 2.01_10-25


hopefully this will help pin it down...
Reply With Quote
(#26)
Old
Lhotch Lhotch is online now
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,463
Join Date: Mar 2006
Default 10-20-2006, 03:29 PM

Have you restarted the web server since enabling all the features above? If not try that 1st.

I would say your running apache 2.0.52 (httpd 2.0.52-28.ent.centos4). Im not familiar with plesk, your host or the OS your running so once again the best source for info on this would be your host.

The easiest thing to do may be to try and place a .htaccess file in your httpdocs folder with an AddType statement and see if that works but depending on the server config it may not be allowed.

Double check and make sure there isnt allready a filed called ".htaccess" in the /httpdocs folder and if not create a new empty file. Iside it simply place the following line...

AddType application/x-httpd-php .php

and then once again see if you can access any of the php scripts.
Reply With Quote
(#27)
Old
doc1975 doc1975 is offline
Member
doc1975 is on a distinguished road
 
Posts: 71
Join Date: Aug 2006
Default 10-20-2006, 06:59 PM

Quote:
Originally Posted by Lhotch View Post
Have you restarted the web server since enabling all the features above? If not try that 1st.
SMOOCHES!

That worked... thanks alot... time to start playing, even vbulletin is up and running... wooohoooo.

Thanks alot for all the time and effort you took to help me in my "hours" of need. I am sure this is only the beginning@
Reply With Quote
(#28)
Old
Lhotch Lhotch is online now
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,463
Join Date: Mar 2006
Default 10-20-2006, 07:08 PM

Quote:
Originally Posted by doc1975 View Post
That worked... thanks alot... time to start playing, even vbulletin is up and running... wooohoooo.
Glad we got it working!
Reply With Quote
(#29)
Old
vissa vissa is offline
Junior Member
vissa is on a distinguished road
 
Posts: 12
Join Date: Nov 2006
Default 11-21-2006, 11:45 PM

Does anyone know the answer to this?

Quote:
....
What happens if someone tries to register at the classifieds with the username of someone that ALREADY exists on the forum (that hasn't logged into the classifieds).? I'm worried about someone impersonating a forum member that never used the classifieds system. In your description, it sounds like that could happen.
Thank You,
-vissa
Reply With Quote


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing in diff. subdomains Unregistered Pre Sales 2 08-24-2006 08:01 AM
installing thecarsales v3.1 Questions & Support 1 05-19-2006 10:32 PM
problems installing v3.1.0b5 2MuchStuff v3.1 Questions & Support 1 04-25-2006 11:08 PM
Error when installing v3.1.0b5 sleepy v3.1 Questions & Support 8 04-22-2006 01:41 PM
Installing a backup from the backup folder newone v3.0 Questions & Support 10 04-06-2006 12:15 PM



Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com