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 > ReviewPost Pro Support Forums > ReviewPost Installation & Upgrades

ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 3rd, 2006, 01:44 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
Permissions Issue

Hello,

I am trying to install and am having a permissions issue.

"We're sorry, but we encountered an error during the installation process...

Unable to create/write to http://www.sportdish.com/www/bin/data! Check your data directory permissions before continuing.

When you have fixed your permissions Refresh this page to try again.

If you have corrected the error, you may hit GO BACK and try again. "

I have done the CHMOD of 777 for Data, 1, and 2. As I read elsewhere, I tried running with a 755 CHMOD as well. No Luck.

Any suggestions?
StreamerWI is offline   Reply With Quote
Old July 3rd, 2006, 03:22 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Hello you need to chmod the uploads and data directories at every level to 777 not just the top levels.
__________________
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 July 3rd, 2006, 08:37 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
I did. I've tried a couple of times to all the directories and files in them. And reinstalling a number of times. Still no luck.
StreamerWI is offline   Reply With Quote
Old July 3rd, 2006, 09:06 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
If I look at your site the data directories have not been set at every level to 777

http://www.photopost.com/installphp.html
__________________
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 July 4th, 2006, 10:17 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
My bad, I didn't realize I had to CHMOD the overall script directory. That works now, but I have another problem.

"Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mounted-storage/home21a/sub003/sc21064-GTAG/www/bin/forums/phpbb2.php on line 308" comes up when I go to adm-index.php. I really have no idea what this means, but I assume it is not good.

Thanks!
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 10:55 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
what version of phpbb2 are you running is it 2.018 or above?
__________________
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 July 4th, 2006, 11:12 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
2.0.21 Is that a problem?

Last edited by StreamerWI; July 4th, 2006 at 11:39 AM.
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 11:46 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Should not be that I am aware. I have installed on that with no issue.

Did you specify the proper database table for phpbb in the photopost install?

Is the user database filled out with the information for the phpbb forum?
__________________
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 July 4th, 2006, 11:48 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
I just realized also your posting about reviewpost in the classifieds forum so I am moving this but this is the query your failing on

Code:
Content visible to verified customers only.
__________________
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 July 4th, 2006, 12:43 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
As far as I can tell everything is filled out properly. I tried reinstalling again to see if I had some variables wrong, but I get the same error
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 01:32 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Is there a config_value field with the config_name of default style in your phpbb_config table?
__________________
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 July 4th, 2006, 02:34 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
Quote:
Originally Posted by Chuck S
Is there a config_value field with the config_name of default style in your phpbb_config table?

Yes, in my phpbb database I have config_name and config_value listed under the hockey_config table.
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 03:33 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Right but is there a config_name with the name default style??

That query is failing so what is it failing on. Try running this query in phpmyadmin and see what it tells you

Code:
Content visible to verified customers only.
__________________
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 July 4th, 2006, 04:11 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
I beleive so. Here is a result of the query:

Showing rows 0 - 0 (1 total, Query took 0.0399 sec)SQL query:SELECT config_value
FROM hockey_config
WHERE config_name = 'default_style'
LIMIT 0 , 30
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 04:54 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
There should be a listing that is returned.
__________________
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 July 4th, 2006, 05:07 PM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
what do you mean by listing?

When i ran the query, this is what showed up:
SELECT config_value
FROM hockey_config
WHERE config_name = 'default_style'
LIMIT 0 , 30
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 05:25 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Right and there should be a result returned and your not returning one are you?

Thus as I ask is there a config_name of default_style in the config table and your telling me no right?
__________________
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 July 4th, 2006, 05:36 PM   #18 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
When I run the query, this is the result:

SELECT config_value
FROM hockey_config
WHERE config_name = 'default_style'
LIMIT 0 , 30

Unless I am reading the output wrong, but I am pretty sure that is what is coming out as the result.
StreamerWI is offline   Reply With Quote
Old July 4th, 2006, 06:19 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Nope if you run the query there should be a result returned if something existed.

Your not returning any results which means config_name of default_style does not exist so what field in 2.021 now holds the default style? You might want to ask over at phpbb incase they changed something.
__________________
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 July 4th, 2006, 09:56 PM   #20 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 14
Ok, I got that fixed.

I'm sure you'd like to strangle me by now, but I have another issue. When I log into the adm-index.php I only get the right frame showing:
Reviewpost Administration

Reviewpost News


Database Statistics
Current Version 3.3
Registered Users 1 Total Products 0
Total disk space used by the DATA directory 0.00 mb
Awaiting Approval 0 Total Views 0

Online Users
sportadmin 71.208.13.149 July 5, 2006, 2:51 am Administrative Pages

Last 20 Actions in Admin Log

Strange enough I would imagine I am supposed to see a bit more, like a navigation page in the left column frame. Any suggestions?

Thanks!
StreamerWI 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Permissions issue DaFonz Classifieds Installation & Upgrades 2 July 1st, 2006 02:18 PM
User Permissions issue(NOT A BUG) Underlab Photopost Pro Bug Reports 2 August 6th, 2005 03:38 PM
Category Permissions and Description Issue Xil Ze Installs and Upgrade - vBulletin 3.0.X 0 July 9th, 2005 01:12 PM
[RC4] Permissions - Design Issue? Kirby Bugs From 1.0.0 12 April 21st, 2005 04:19 PM
Back up and permissions issue Markmusicman Photopost Pro How Do I...? 7 March 12th, 2005 09:33 PM


All times are GMT -5. The time now is 02:27 PM.

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