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

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 7 votes, 5.00 average. Display Modes
Old April 14th, 2005, 05:10 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Alright. Install prob. Vb3.php line 350

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sprint/public_html/gallery/forums/vb3.php on line 350

www.sprintusers.com/gallery/
rex_b is offline   Reply With Quote
Old April 14th, 2005, 08:19 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
New install weird I have done plenty of installs with vb3 and no errors anyway looks to me like your photopost usergroups table does not exist.

You can use phpmyadmin and run these two queries make sure to add whatever prefix your using

CREATE TABLE pp_usergroups (groupid int(5) NOT NULL auto_increment, groupname varchar(50) NOT NULL default '', cpaccess smallint(3) NOT NULL default '0', modaccess smallint(3) NOT NULL default '0', uploads smallint(3) NOT NULL default '1', comments smallint(3) NOT NULL default '1', diskspace int(10) default NULL, uploadsize int(10) default NULL, uplimit INT(5) DEFAULT '0' NOT NULL, editpho int(3) NOT NULL default '0', editposts int(3) NOT NULL default '0', useralbums int(3) NOT NULL default '0',reqmod INT(3) DEFAULT '0' NOT NULL, canassign INT(3) DEFAULT '0' NOT NULL, PRIMARY KEY (groupid)) TYPE=MyISAM;

INSERT INTO pp_usergroups (groupid,groupname,modaccess,cpaccess,uploads,uplimit,comments,diskspace,uploadsize,editpho,editposts,useralbums,reqmod,canassign) VALUES('6','Administrators','1','1','1','1','0','0','0','1','1','1','0','1')
__________________
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 April 14th, 2005, 08:29 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Strange ehh.. That fixed it!

Thanks.
rex_b is offline   Reply With Quote
Old April 14th, 2005, 08:38 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Ok how about this one.. LOL

Warning: chdir(): No such file or directory (errno 2) in /home/sprint/public_html/gallery/header-inc.php on line 61

Warning: main(./global.php): failed to open stream: No such file or directory in /home/sprint/public_html/gallery/header-inc.php on line 62

Warning: main(./global.php): failed to open stream: No such file or directory in /home/sprint/public_html/gallery/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sprint/public_html/gallery/header-inc.php on line 62
rex_b is offline   Reply With Quote
Old April 14th, 2005, 09:29 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Posts: 50
That's a path error. You need to set the proper path to the vb3 forums in the header include file. I had the same problem and Chuck helped me out...
dprice is offline   Reply With Quote
Old April 14th, 2005, 10:16 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Yes the usergroup thing was strange indeed since most people install with vb3 and no one reports any problems nor do I have any when I install with vb3 but anyway you other error you have your vbpath statement incorrect in your config-int.php file
__________________
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 April 15th, 2005, 09:48 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Some reason I find that hard to believe. I have them set:

$vbpath = "/home/sprint/public_html/forum ";
$pppath = "/home/sprint/public_html/gallery ";
rex_b is offline   Reply With Quote
Old April 15th, 2005, 09:53 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
I sure hope you dont have that extra space in the path as you have it set here
__________________
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 April 15th, 2005, 09:54 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
nevermind I'm such an idiot. I guess sometimes it takes looking at it 1 milllion times..LOL
rex_b is offline   Reply With Quote
Old April 15th, 2005, 09:56 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
No problems its usually the obvious that we all miss
__________________
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 April 15th, 2005, 10:00 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Hey could you tell me what images are missing? and where I can edit them?

http://www.sprintusers.com/gallery/
rex_b is offline   Reply With Quote
Old April 15th, 2005, 10:07 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Your missing your catclose and catopen images in your gallery images directory so reupload

However if your using vb3 integration you might want to upload those vb3enhanced templates to your main templates folder to pull the vb collapse images and use the enhanced features if you have that set
__________________
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 April 15th, 2005, 10:09 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
ok and after uploading a picture and trying to view it I get:

Parse error: parse error, unexpected T_STRING, expecting ']' in /home/sprint/public_html/gallery/templates/albums.tmpl on line 17
rex_b is offline   Reply With Quote
Old April 15th, 2005, 10:14 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Quote:
Originally Posted by omegatron
Your missing your catclose and catopen images in your gallery images directory so reupload

However if your using vb3 integration you might want to upload those vb3enhanced templates to your main templates folder to pull the vb collapse images and use the enhanced features if you have that set

ok did all of that and no worky..
rex_b is offline   Reply With Quote
Old April 15th, 2005, 10:18 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Your problem is whatever hotlinking your using

http://www.sprintusers.com/gallery/i...nonewposts.gif

Images can not be accessed at all as far as the template reupload the template as it looks corrupt
__________________
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 April 15th, 2005, 10:22 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Ok so something is not allowing me to view this due to hotlinking (any idea what that might mean as I am the new owner of the site)

and you think I should reupload the advanced templates?
rex_b is offline   Reply With Quote
Old April 15th, 2005, 10:23 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
albums.tmpl is not an advanced template

whatever hotlinking your using is too good so you need to remove it
__________________
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 April 15th, 2005, 10:25 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Ok I reuploaded albums.tmpl and nothing changed.. But if you click that image that shows the pic to the left of the screen giving the error the pic then comes up..
rex_b is offline   Reply With Quote
Old April 15th, 2005, 10:28 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
And I disabled hotlinking and still no worky.
rex_b is offline   Reply With Quote
Old April 15th, 2005, 10:33 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
http://www.sprintusers.com/gallery/i...nonewposts.gif

This is definately a server related thing where you have either hotlinking set or permissions wrong on your images directory as those images are not allowing to be displayed as displayed in my post above and here
__________________
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
install error line 450 bill03 Classifieds Installation & Upgrades 1 August 25th, 2005 08:30 AM
forums/vb3.php on line 28 error in admin CallieJo Classifieds Installation & Upgrades 6 May 2nd, 2005 06:12 PM
Install/Upgrd Error header-inc.php on line 18 fpoole Photopost Pro Installation & Upgrades 6 January 10th, 2005 09:39 AM
problem with install: fatal error in vb3.php heynurse Photopost Pro Installation & Upgrades 5 December 9th, 2004 02:27 AM
prob with vB3 navbar and reviewpost search engine friendly urls redbox ReviewPost Bug Reports 2 September 4th, 2004 02:18 PM


All times are GMT -5. The time now is 04:21 AM.

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