 | |  | | | General Discussion General use discussion forum for PhotoPost products. |
January 21st, 2005, 04:25 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Sep 2003
Posts: 16
| phpnuke and photopost instructions
Could someone please tell me where the instructions are for integrating photopost and phpnuke? Not as a module but just to use the same databases. I know I've seen this somewhere.
Robert
|
| |
January 22nd, 2005, 10:02 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
Select phpnuke integration upon install and make sure where it tells you to input database info that your enter the nuke database in the user database area
Just answer all questions correctly on install.php
|
| |
April 25th, 2005, 04:01 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron Select phpnuke integration upon install and make sure where it tells you to input database info that your enter the nuke database in the user database area
Just answer all questions correctly on install.php | please could you go into more detail. it isn't very really assuring for the user.  i know you guys are programmers but some customer help would be appreciated. especially in installation. this is my second license i've bought from you. I wouldn't have to spend tons of time looking for answers if you had a FAQ with more information. I don't want to install this thing twice after I mess the first installation up.
I am trying to install PP within phpnuke platinum
URL to Forum directory Please make sure this is correct!
there is NO DIRECT FORUM DIRECTORY. this is holding me up. vbulletin installation was easy. maybe instead of trying to add other forum/cms additions it would be nice to have the ones you have documented well. i don't mean to sound rude but my time is precious to me and searching all over the place for answers is very frustrating.
UPDATE:
got semi far but has:
Error:
Error:
Error:
Error:
Error:
Error:
Error:
at top of screen .... let see if this does anything.
just gets worse....
this totally bad experience
Last edited by sitka; April 25th, 2005 at 04:41 PM.
|
| |
April 25th, 2005, 07:12 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
What integration is this?
Is this Nuke is this PostNuke there is a big difference here.
If this is nuke then in the nuke.php file
function init_user_groups() {
global $link, $pp_db_prefix;
change to this
function init_user_groups() {
global $link, $Globals;
then after altering that file reinstall
|
| |
April 25th, 2005, 07:22 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
|
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxxxxx/public_html/softball/photos/forums/nuke.php on line 330
getting that message now Quote: |
Originally Posted by omegatron What integration is this?
Is this Nuke is this PostNuke there is a big difference here.
If this is nuke then in the nuke.php file
function init_user_groups() {
global $link, $pp_db_prefix;
change to this
function init_user_groups() {
global $link, $Globals;
then after altering that file reinstall | |
| |
April 25th, 2005, 07:50 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
Interesting is this an install or upgrade? Thats something I see usually on an upgrade when someone doesnt run an upgrade
PM me phpmyadmin link and signin
|
| |
April 25th, 2005, 08:05 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron Interesting is this an install or upgrade? Thats something I see usually on an upgrade when someone doesnt run an upgrade
PM me phpmyadmin link and signin | was clean install PM sent
|
| |
April 25th, 2005, 08:13 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
check out your install the table was created without the prefix which should have been fixed by what I posted
|
| |
April 25th, 2005, 08:19 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron check out your install the table was created without the prefix which should have been fixed by what I posted |
thank you so much.  I should have caught that. just was frustrated. thanks again
|
| |
April 26th, 2005, 12:48 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron check out your install the table was created without the prefix which should have been fixed by what I posted | when a user posts a photo in the interim message i get this:
Warning: exec() has been disabled for security reasons in /home/xxxxxxxx/public_html/softball/photos/image-inc.php on line 61
|
| |
April 26th, 2005, 08:28 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
Your host has disabled exec so you can not use imagemagick as your processor. You must in Global options set GD2 as the image processor
|
| |
April 26th, 2005, 11:47 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron Your host has disabled exec so you can not use imagemagick as your processor. You must in Global options set GD2 as the image processor | host said has bundled (2.0.28 compatible) GD2 installed
hmm it was set on GD2. it uploads photo.... still has that error message
in member galleries says 1 photo on the main forum style layout page... go inside member galleries and shows that user has 3 photos uploaded.
haven't figured how to get comments working either.
Last edited by sitka; April 26th, 2005 at 01:15 PM.
|
| |
April 26th, 2005, 01:25 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
You sure it says in Global Options GD2? as exec is called by imagemagick not gd2
|
| |
April 26th, 2005, 01:41 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron You sure it says in Global Options GD2? as exec is called by imagemagick not gd2 | yep i am sure
|
| |
April 26th, 2005, 03:06 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,720
|
you had jpegtran and jhead set which use exec
since your host has disabled exec you may not use these as well so you should be fine now with gd2
|
| |
April 26th, 2005, 03:21 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Mar 2005 Location: alaska
Posts: 50
| Quote: |
Originally Posted by omegatron you had jpegtran and jhead set which use exec
since your host has disabled exec you may not use these as well so you should be fine now with gd2 |
just so many settings to go through. i didn't turn them on?!? hmm just scrambling to get this installed and worth on my other projects. thank you kindly. just one more question if I may.
Can I use comments since I'm using the nuke plug in? Haven't figured that part out.
Also I'd like to put my site on your list of example sites for nuke.
Last edited by sitka; April 26th, 2005 at 03:23 PM.
|
| | |
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 08:13 AM. | |