 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
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/ |
| |
April 14th, 2005, 08:19 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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')
|
| |
April 14th, 2005, 08:29 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Apr 2005
Posts: 61
|
Strange ehh.. That fixed it!
Thanks.
|
| |
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
|
| |
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...
|
| |
April 14th, 2005, 10:16 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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 ";
|
| |
April 15th, 2005, 09:53 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
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 |
| |
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
|
| |
April 15th, 2005, 09:56 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,667
|
No problems its usually the obvious that we all miss |
| |
April 15th, 2005, 10:07 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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
|
| |
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..
|
| |
April 15th, 2005, 10:18 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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?
|
| |
April 15th, 2005, 10:23 AM
|
#17 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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..
|
| |
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.
|
| |
April 15th, 2005, 10:33 AM
|
#20 (permalink)
| | Photopost Developer Verified Customer
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
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 04:21 AM. | |