PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Unable to install - includes not working (http://www.photopost.com/forum/reviewpost-installation-upgrades/109869-unable-install-includes-not-working.html)

Benjy September 8th, 2004 05:09 PM

Unable to install - includes not working
 
Hi,

I just purchased ReviewPost Pro and tried to install it but it seems impossible (quite disappointing for a $99 expense) :confused:
In fact I get many warnings for the inclusion of config-inc.php, then if I edit install.php, they're for other files and I cannot complete the installation process...

Here's the error I get on step=config for example:
Code:

Content visible to verified customers only.
I never ever had an include/require problem and I have VB3 perfectly set up.

Thank you for your help.

Benjy September 9th, 2004 12:47 AM

Errr... *BUMP*
Where's the support please?

EDIT: btw hav you seen that in install.php you require config-inc.php, then you include it... :eek:

Chuck S September 10th, 2004 05:52 AM

For the require place the full server path to config on that line

example

require "config-inc.php";

would be

require "/home/somesite/public_html/reviewpost";

Benjy September 10th, 2004 11:39 AM

In fact the solution was to use a:
Code:

Content visible to verified customers only.
Because with only the full path, I was unable to write the config file or access the DB file, etc. This little trick did it for me :) (but I reckon it's a hosting problem)

Michael P September 13th, 2004 09:52 AM

First time I've seen that one - thanks for sharing!


All times are GMT -5. The time now is 12:58 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97