PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Install Issue : PP 5.11 + PHP-Nuke Platinum 7.6.0 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/114546-install-issue-pp-5-11-php-nuke-platinum-7-6-0-a.html)

VSDan June 23rd, 2005 12:05 PM

Install Issue : PP 5.11 + PHP-Nuke Platinum 7.6.0
 
Software
===================
- PHP-Nuke Platinum 7.6.0
- PhotoPost 5.11


Background
===================
Initially installed PhotoPost, integrated with phpBB (as part of PHP-Nuke). Made an error with regard to table prefix during configuration, and decided to integrate with PHP-Nuke directly. Via phpMyAdmin, deleted newly created PhotoPost tables, and reinstalled. This resulted in the following issues - see next section.


Issues
===================
1. Not logged in:
- can access forums, but cannot post [OK]
- can access gallery, but cannot view [OK]

2. Logged in as ADMIN:
- can access forums, but cannot post [OK]
- can access gallery, but cannot view [OK]
- can logout via PHP-Nuke Admin [OK]

3. Logged in as USER (via PHP-Nuke):
- cannot access forums (get 500 error that is not logged by server - seems to be local error) [FAIL]
- can access gallery, but cannot view [FAIL]

(a) While still logged in to PHP-Nuke, login via PhotoPost:
- can access gallery, and view [OK]
- cannot access forums (get 500 error that is not logged by server - seems to be local error) [FAIL]
- cannot logout via PhotoPost [FAIL]
- cannot logout via PHP-Nuke (can still access user functions in PHP-Nuke and view gallery)[FAIL]

(b) Not logged in via PHP-Nuke, login only via PhotoPost:
- can access gallery, and view [OK]
- cannot access forums (get 500 error that is not logged by server - seems to be local error) [FAIL]
- cannot logout via PhotoPost [FAIL]
- cannot logout via PHP-Nuke (can still access user functions in PHP-Nuke and view gallery)[FAIL]

Appears to be cookie-related issue, but unsure as to how to resolve. But why cannot access forums when I clear all cookies (including PhotoPost cookies), close and open new browser, and only login via PHP-Nuke (PhotoPost not involved)? This issue only began after the PhotoPost install - not sure if after 1st or 2nd install.

VSDan June 23rd, 2005 12:55 PM

Added Note
===============

If I comment out the following line in the Forums/index.php file:

$template->pparse('body');
(->parser function in inclcudes/template.php file)

...then Forums will load, but missing middle body portion containing forum categories. However, all other links work - including search, which also use $template->pparse('body');. Issue is further isolated, and isolated to index.php.


All times are GMT -5. The time now is 04:46 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