PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 18th, 2006, 02:06 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 12
Having problems installing

I have 2 issues so far. (I say so far because I'm a SUPER NOOB and Im sure there will be more later. )

1) I downloaded the zip file and I have unzipped it into my htdocs file. (LOCALHOST). Now, I read the installation manual (which I do believe is alittle vague.) and after I read "downloading and setting up database," I read

"Now you are ready to run the web based installation script that will check your server for PhotoPost Classifieds requirements and set up your PhotoPost Classifieds database."

I am so lost here. Do I need to modify a file to set my database username (that I have created) and my database password into the classified script. And if so, what file or files do I need to modify to set up the script. Is it my install.php file? or the config-inc.php file or the config-intc.php???

Since the instructions didnt mention which file or even if you have to modify any .php files at all, I just loaded up my internet browser and I went to my localhost. And I got this...

"Database not properly setup - unable to read pp_settings table. Contact administrator."

So thinking that I needed to make some changes to a file, I then took a chance and dove into config-inc.php. (btw what is config-intc? ) I saw some places where I saw some scripts that I thought I should modify but even after I changed some information, I still got...

"Database not properly setup - unable to read pp_settings table. Contact administrator."

This is what I did to the config-inc.php file.

$VERSION = "2.5";

$PP_PATH = "."; (I dont know what exactly what Im suppose to put here, can you please give me a example so I can understand.)

$host="localhost";
$database="ppclassifieds";

$mysql_user="root";
$mysql_password="";

$host_bb="localhost";

$pp_db_prefix = "pp_";

$database_bb="ppclassifieds";
$user_bb="root";
$password_bb="";
(BTW I have no forum up yet.)


I saved a untouched copy of the file just incase I wasnt suppose to touch it.

PLEASE ENLIGHTEN ME
Im really sorry for being a SUPER NOOB.



2) I took a look at the install.php and saw some similar settings that look very tempting to change but they were all "blocked" with a "/" in front of them.

example:

// PhotoPost Classifieds database host address, or leave as localhost
\$host="$newhost";

// PhotoPost Classifieds's database name
\$database="$newdatabase";

Am I suppose to change these and remove the "/" in the beginning??
or should I just leave these untouched.
leo9 is offline   Reply With Quote
Old August 18th, 2006, 08:23 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
You would run the install.php file in a browser and answer the questions. You would select or input the proper information for the database name user password host etc and go through the install and answer things correctly

Based on the only error your giving thus far you are not entering the correct database information.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 18th, 2006, 01:04 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 12
"Based on the only error your giving thus far you are not entering the correct database information."


What is the correct database information?

Do I need to manualy create a pp_settings table in my database?
leo9 is offline   Reply With Quote
Old August 18th, 2006, 02:31 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
I can not tell you what the right information would be only you can say what that is

You dont need to create any table etc. The script does that. We may even be able to create a database if the mysql user password you give has create priviedges but this is the normal info you need set enter and you usually get this info from your sites control panel

MYSQL HOST

MYSQL DATABASE NAME

MYSQL USERNAME

MYSQL PASSWORD
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 18th, 2006, 04:41 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 12
Thanks for the reply.

I am sorry but I am still having some trouble understanding what this means.

I erased everything and started over.

I downloaded the product, then I unzipped into my htdocs. Then I went into my phpadmin and created a new database named ppclassifieds. I just kept the original username and password (root and empty password) and I set the permissions for the ppclassifieds database.

When I go into my browser and go to my localhost, It still shows that error message.

what am I doing wrong?

what other steps do I need to be doing?
leo9 is offline   Reply With Quote
Old August 18th, 2006, 05:03 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
You need to be running the install script
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 19th, 2006, 01:29 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 12
wow. I just want to say Im sorry for being such a nuisance. I ran the install.php and I went through the admin set up process. I cant believe it was just that simple. hahaha

leo9<----- idiot

but now I got stuck again and I have to please ask for your help

i got up to step 4.

I get this error ...
Unable to create/write to C:\Program Files mpp\htdocs\pp-classifieds/data! Check your data directory permissions before continuing.

I checked the username "root" permissions on phpmyadmin, and it seemed to have all privileges on yes.
leo9 is offline   Reply With Quote
Old August 19th, 2006, 01:37 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 12
Oh I created a folder called pp-classifieds in my htdocs folder and moved the folders data,help,forums,uploads,languages, templates,stylesheets,images, that came with the original zip file into it because I read this part...

"Now create a directory on your web server for PhotoPost Classifieds. The directory needs to be accessible via the web. Using an FTP program, upload PhotoPost Classifieds directories and files from your local machine to your web server. The directory structure on your web server should be as follows:

pp-classifieds
images (chmod 755)
uploads (chmod 777)
help (chmod 755)
forums (chmod 755)
languages (chmod 755)
stylesheets (chmod 755)
templates (chmod 777)
data (chmod 777)
1 (chmod 777)
2 (chmod 777)

Was I suppose to do that?
leo9 is offline   Reply With Quote
Old August 19th, 2006, 03:43 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 12
hahaha GOT IT!! sorry for all the dumb questions. just changed my backslashes to forward slashes and it worked. hahahahah : )

thanks for the support
leo9 is offline   Reply With Quote
Old August 19th, 2006, 09:59 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Okay enjoy
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nothing but problems with installing script... chrisj8221 Classifieds Installation & Upgrades 10 August 16th, 2006 07:39 PM
major problems installing deeperthirst General Discussion 3 July 18th, 2006 12:55 PM
Any problems with installing Vbulletin later down the road? spartanic Before You Buy 1 January 22nd, 2006 04:35 PM
Some Problems after Installing SpaceStar Installs and Upgrade - vBulletin 3.5.X 5 November 12th, 2005 12:34 PM
problems installing due to 'categories' already exists elad Photopost Pro Installation & Upgrades 1 August 2nd, 2004 04:59 PM


All times are GMT -5. The time now is 01:45 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0