what happened when "You can't access this file from and external site..." comes? what happened when "You can't access this file from and external site..." comes?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

what happened when "You can't access this file from and external site..." comes?

Started by herodot, February 06, 2006, 02:29:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

herodot

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

Joachim Müller


casNuy

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