PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Install Error (http://www.photopost.com/forum/photopost-pro-installation-upgrades/108780-install-error.html)

VnxDragon June 20th, 2004 02:28 PM

Install Error
 
Hi, I've used 4.0 and never really had any problems, so I renewed yesterday and began a fresh install but I got this error.

Warning: main(/gallery//languages/english/pp-inc.php): failed to open stream: No such file or directory in /home/dr4gon/public_html/gallery/pp-inc.php on line 63

Fatal error: main(): Failed opening required '/gallery//languages/english/pp-inc.php' (include_path='./:/usr/lib/php:/usr/local/lib/php') in /home/dr4gon/public_html/gallery/pp-inc.php on line 63


Thanks

Chuck S June 20th, 2004 02:39 PM

Well you can take the / off the path to your gallery in the options for one.

Next in your config file you need to add this manually like the upgrade directions state.

$PP_PATH="/home/dr4gon/public_html/gallery";

That should set you straight

VnxDragon June 20th, 2004 05:28 PM

Thank you

VnxDragon June 20th, 2004 06:20 PM

Edit:
MySQL error reported!

Script: install

Query: SELECT group_id,group_name FROM groups WHERE group_type=2 OR group_single_user=0

Result: Table 'dr4gon_evo.groups' doesn't exist

Database handle: Resource id #5

I know for sure that groups exist, it's phpbb_groups, does it work with phpbb 2.0.8?

Chuck S June 20th, 2004 06:43 PM

You did not enter your forum table prefix. Notice its looking for groups not phpbb_groups

The last step in install asked your for forum table prefix and you left it blank. ;) Rerun the install and correct this or using phpmyadmin go to your photopost settings table on setting 83 and set it to phpbb_

VnxDragon June 20th, 2004 06:51 PM

yayy thanks omega


All times are GMT -5. The time now is 10:37 AM.

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