jcjxxl Posted April 9, 2005 Posted April 9, 2005 Hello all. I am new to OSC (what a great product!) and would like to know if it is possible to change the layout,etc. through Dreamweaver? I am running Windows XP Pro with Apache2, PHP5 and MySQL installed. I created a simple little TEST.PHP and accessed it through Dreamweaver using the DESIGN VIEW option. The screen displayed as it should. Now when I load the INDEX.PHP from OSC in Dreamweaver and try to perform a Design View on it, I get the following error: FATAL ERROR: register_globals is disabled in php.ini, please enable it! I've turned the register_globals to on but still get the same error when performing a design view in Dreamweaver. Any help would be greatly appreciated. Thank you in advance.
Guest Posted April 9, 2005 Posted April 9, 2005 php5 is not compatible with osCommerce, you should downgrade to php 4.3.11
jcjxxl Posted April 10, 2005 Author Posted April 10, 2005 Thanks Mibble! I'll give that a try and let you know. Thanks for the reply.
jcjxxl Posted April 10, 2005 Author Posted April 10, 2005 Crap. Same problem still. Does anyone edit OsCommerce in Dreamweaver MX 2004 without any problems?
FalseDawn Posted April 10, 2005 Posted April 10, 2005 Using Dreamweaver and OSC is akin to using a sledgehammer to crack a nut. A simple plain text editor is all you really need. If you really can't live without syntax highlighting and fancy colors, there are quite a few dedicated php editing tools available.
e4u Posted April 10, 2005 Posted April 10, 2005 Using Dreamweaver and OSC is akin to using a sledgehammer to crack a nut. A simple plain text editor is all you really need. If you really can't live without syntax highlighting and fancy colors, there are quite a few dedicated php editing tools available. <{POST_SNAPBACK}> I can edit easily in code view with dreamweaver. But i cant edit it in design view :'(
FalseDawn Posted April 10, 2005 Posted April 10, 2005 You won't be able to edit the design in Dreamweaver as it's just not compatible - the pages are generated dynamically by the php code.
e4u Posted April 10, 2005 Posted April 10, 2005 You won't be able to edit the design in Dreamweaver as it's just not compatible - the pages are generated dynamically by the php code. <{POST_SNAPBACK}> What is compatible to let me edit in a design view interface?
Guest Posted April 10, 2005 Posted April 10, 2005 nothing. all must be edited in code mode, and then refresh the page in a browser after saving the changes to see the changes
Recommended Posts
Archived
This topic is now archived and is closed to further replies.