Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Another BLANK PAGE SOLUTION!
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
3rdRRAdmin

Beginner
Beginner


Joined: Dec 15, 2005
Posts: 2

PostPosted: Fri Dec 16, 2005 3:50 am    Post subject: Another BLANK PAGE SOLUTION! Reply with quote

There's a bug in the latest index.php from the Integration package...

Line 230 reads:
Code: › $line = str_replace('include("includes/javascript.php");', '',$line);


When it should really be:
Code: › $line = str_replace('@include("includes/javascript.php");', '',$line);


The replace was leaving an extra '@' in the $header variable being eval()'d, and causing the following error in PHP:

PHP Parse error: parse error, unexpected T_IF in /home/BLAH/public_html/BLAH/modules/gallery2/index.php(246) : eval()'d code on line 42

Helps having access to the Apache error_log Twisted Evil
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Another BLANK PAGE SOLUTION!  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Fri Dec 16, 2005 8:31 am    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

ah, see now, that could be one of the changes made in the various versions of phpnuke. my version doesn't have the "@" in the line in question.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
3rdRRAdmin

Beginner
Beginner


Joined: Dec 15, 2005
Posts: 2

PostPosted: Sat Dec 17, 2005 2:26 am    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

It was a pure 7.7 running the Kaput? theme. So the header.php was different. Both are valid, both as easy to change. Very Happy
Back to top
Offline View user's profile Send private message
plasma

Novice
Novice


Joined: May 25, 2005
Posts: 29

PostPosted: Sat Dec 17, 2005 12:36 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

damn, that fixed my problem. . thx man
Back to top
Offline View user's profile Send private message
kevjaun

Beginner
Beginner


Joined: May 29, 2005
Posts: 2

PostPosted: Sun Dec 25, 2005 7:56 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

mine too, thanks
Back to top
Offline View user's profile Send private message
DLlama

Beginner
Beginner


Joined: Jan 29, 2004
Posts: 6

PostPosted: Wed Jan 11, 2006 2:08 am    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

mine also. Thanks!
_________________
"The greatest trick the devil ever pulled was convincing the world he didn't exist." -Verbal Kent
Back to top
Offline View user's profile Send private message
GNRWebby

Beginner
Beginner


Joined: Jan 10, 2006
Posts: 1

PostPosted: Thu Jan 12, 2006 6:16 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

Four Days of sifting through the forums and I find this. You da Man! (or WoMan)!

Fixed me fine. Thanks for the fix.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Thu Jan 12, 2006 8:38 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

stickified
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
joe2

Beginner
Beginner


Joined: Jan 23, 2006
Posts: 1

PostPosted: Mon Jan 23, 2006 6:54 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

I had the same issue with the blank page and I found that error in the index.html and fixed it and it did not fix my problem. I am running a fresh install of PHPnuke 7.7 that was installed via this fanastico system on my webservice and I manually installed the latest stable build of gallery2. Both packages are using hte same Mysql DB but with different prefixes. PHPnuke is working fine, and so is gallery but when follow the instructions which include deleting the right two files (depending on your version of phpnuke) , and configuring gallery 2 in the admin panel It brings me to just a white screen.

This is the 2nd complete install i have done of these two.

Another thing, in the phpnuke administration is teh gallery 2 icon supposed to show up in both sections, the adminstration menu and the modules administration area on the administration page?

Jim



http://www.macius.com click on gallery, it doesnt work.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Wed Jan 25, 2006 9:15 am    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

it can/might/will appear in both sections...it doesn't matter which you click, as it takes you to the same place.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Wed Jan 25, 2006 9:16 am    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

please activate the module so i can see the problems.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
svenno

Beginner
Beginner


Joined: Feb 21, 2006
Posts: 3

PostPosted: Tue Feb 21, 2006 1:52 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

Same here, I've tried everything but it still doesn't work!

I changed the "index" file and reďnstalled the db but I still have a blank page!
http://www.olaerts.be/Site/modules.php?name=gallery2 [olaerts.be]

Anything else I can do?

Ah yeah, I'm a total noob so...
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Tue Feb 21, 2006 7:42 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

what version of gallery? 2.0.2 or 2.1-RC1?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Tue Feb 21, 2006 10:47 pm    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

HI, i have the problem with blank page in the version:

Gallery: 2.1-RC1
path: 0.5.4
Phpnuke 7.8
Versión MySQL 4.1.16-standard
Versión PHP 4.4.1



That is the code in the sql database from my server:
Code: › -- phpMyAdmin SQL Dump
-- version 2.6.4-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 21, 2006 at 09:43 PM
-- Server version: 4.1.16
-- PHP Version: 4.3.11
--
-- Database: `vi_vi1`
--

-- --------------------------------------------------------

--
-- Table structure for table `nuke_g2config`
--

CREATE TABLE `nuke_g2config` (
  `embedUri` varchar(255) NOT NULL default '',
  `g2Uri` varchar(255) NOT NULL default '',
  `loginRedirect` varchar(255) NOT NULL default '',
  `activeUserId` int(10) NOT NULL default '0',
  `cookiepath` varchar(255) NOT NULL default '',
  `showSidebar` tinyint(1) NOT NULL default '0',
  `g2configurationDone` tinyint(1) NOT NULL default '0',
  `embedVersion` varchar(255) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_g2config`
--

INSERT INTO `nuke_g2config` VALUES ('/modules.php?name=gallery2', '/modules/gallery2/', '/modules.php?name=Your_Account', 0, '/', 0, 1, '0.5.4');



All is OK, the installation, etc...
I prove all solutions in this forum.

Please help me.
http://www.vi.cl/modules.php?name=gallery2
Back to top
Offline View user's profile Send private message
svenno

Beginner
Beginner


Joined: Feb 21, 2006
Posts: 3

PostPosted: Thu Feb 23, 2006 11:04 am    Post subject: Re: Another BLANK PAGE SOLUTION! Reply with quote

dari wrote: › what version of gallery? 2.0.2 or 2.1-RC1?


I'm using 2.02. Should I use 2.1?

Can anyone help me?
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Goto page 1, 2, 3, 4, 5  Next

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSearch Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaSEO

6th year online! 2003-2008
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia