coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: herodot on February 06, 2006, 02:29:16 PM

Title: what happened when "You can't access this file from and external site..." comes?
Post by: herodot on February 06, 2006, 02:29:16 PM
Hey!

I use PostNuke with Coppermine and the Modul "pnCPG" since July 2005 and all ran super.

But since yesterday there is an error: When you click on a link from pnCPG it is coming a empty white page with one sentence: "You can't access this file from and external site..."!

I didn´t have changed anything! What could it be?

Can somebody help me, please!!

Thanks!

greets


herodot
Title: Re: what happened when "You can't access this file from and external site..." co
Post by: Joachim Müller on February 06, 2006, 07:13:54 PM
link?
Title: Re: what happened when "You can't access this file from and external site..." comes?
Post by: casNuy on February 06, 2006, 08:35:05 PM
You aere not running the lates version but if you cannot update you can remove the following 3 lines from the idex.php located in the pnCPG directory :
Quote
if (!pnLocalReferer()) {
    die ("You can't access this file from and external site...");
}

I have no clue what caused this behaviour if nothing changed but the above should solve it.

Cas