function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Br1Br1 

Page not found . Visualforce pages from managed package

I have enabled some pages at "enable visualforce page access" from the public access settings, but i get "page not found" errors every time i try to load one.

The pages are part of a managed package, the site are active.

 

Thanks in advance

Brx

 

Best Answer chosen by Admin (Salesforce Developers) 
Br1Br1
The Namespace of the package must be added to the page name to work:

<NameSpace>__<pageName>

All Answers

Br1Br1
The Namespace of the package must be added to the page name to work:

<NameSpace>__<pageName>

This was selected as the best answer
DowithforceDowithforce

I was tried to add but getting following error

 

Error: The name 'mynamespace__lead_request_page' can only contain alphanumeric characters, must begin with a letter, and must be unique.

 

There are no duplicate pages.

 

Unmanage package installed successfully.

 

 

Can you please explain what is issue with manage package?

 

Thanks

Message Edited by Dowithforce on 11-13-2009 01:08 AM
Br1Br1

Hi Dowithforce,

 

When did you get that error ?

DowithforceDowithforce

Hello got code workable.

 

let me clear the things we need to mention <namespace>__<pagename> at calling place.

 

Like on custom button click if we are calling page and content source is url so in source we need to 

 

mention like follows:

 

/apex/<namespace>__<pagename>?parameterlist

 

 

Thanks 

Br1Br1
Ok  Btw the title of the thread is not self explicative , but I can't change it