When setting up the internal browser on the parser page I click "declare" and browse to the mozilla dll "mozctlx.dll" and click OK. I get the DllRegisterServer failed. Return code was: 0x8002801c. MicroSoft tells me this is a permissions error. I have 5 projects setup in DevPHP and up till the fifth one the internal browser worked fine. When I began the fifth project and tried the "Internal Preview" the IDE error was can't find mozilla browser. I've tried making sure all the files on the thumbdrive were read/write. I'm using ver 2.3.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
> DllRegisterServer failed. Return code was: 0x8002801c
The "declare" button, launches a command box and executes a "regsvr32 mozctlx.dll".
So, the "permissions error" seems to come from the windows registry.
> IDE error was can't find mozilla browser.
Something like "A9900 : Mozilla browser not found."
This exception occurs when attempting to "navigate".
May be a memory exception.
> I'm using ver 2.3.0.
Great. So, you can use the Dev-PHP embedded web server
Open a true mozilla browser (or even firefox and its excellent firebug) thru http://localhost:8080/relative path of file to preview
8080 is the port number as declared via "options > web server"
relative path is relative to the document root as declared via "options > web server"
Regards,
Pierre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Very good, Thank you.
I've reset the internal preview to use IE and have the firefox running to check from that browser.
I don't know why the registry would block regsvr32 but I know this will work.
Thanks again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When setting up the internal browser on the parser page I click "declare" and browse to the mozilla dll "mozctlx.dll" and click OK. I get the DllRegisterServer failed. Return code was: 0x8002801c. MicroSoft tells me this is a permissions error. I have 5 projects setup in DevPHP and up till the fifth one the internal browser worked fine. When I began the fifth project and tried the "Internal Preview" the IDE error was can't find mozilla browser. I've tried making sure all the files on the thumbdrive were read/write. I'm using ver 2.3.0.
Hello,
> DllRegisterServer failed. Return code was: 0x8002801c
The "declare" button, launches a command box and executes a "regsvr32 mozctlx.dll".
So, the "permissions error" seems to come from the windows registry.
> IDE error was can't find mozilla browser.
Something like "A9900 : Mozilla browser not found."
This exception occurs when attempting to "navigate".
May be a memory exception.
> I'm using ver 2.3.0.
Great. So, you can use the Dev-PHP embedded web server
Open a true mozilla browser (or even firefox and its excellent firebug) thru
http://localhost:8080/relative path of file to preview
8080 is the port number as declared via "options > web server"
relative path is relative to the document root as declared via "options > web server"
Regards,
Pierre.
Very good, Thank you.
I've reset the internal preview to use IE and have the firefox running to check from that browser.
I don't know why the registry would block regsvr32 but I know this will work.
Thanks again.