MX Widgets Forum :: Comma-Separated Selector Makes Page Not Display
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Dominic Archual
05-04-2007 21:02:36 GMT +2
|
I can't figure out why, but everytime I implement one of these functions they disable the page from displaying. You can see it happen here: http://c3cyberclub.com/admin/contacts/view_contacts.php?id_usr=3. Prior to adding the server behavior to the field the page works. Once I add it, the page won't display. I've attached the page for your reference. Thanks in advance.
|
|
|
Ionut MOICIANU
05-07-2007 17:56:14 GMT +2
|
Hi,
You should enable error displaying from "php.ini" or add this code in the beginning of your page:
<?php
ini_set(display_errors, "1");
?>
Then, we will know if there are any errors given into the browser.
Regards,
Ionut
|
|
|
Dominic Archual
05-07-2007 22:54:34 GMT +2
|
I've added the code. The page (http://c3cyberclub.com/admin/contacts/view_contacts.php?id_usr=3) now displays the following error:
Warning: main(../../includes/wdg/WDG.php): failed to open stream: No such file or directory in /admin/contacts/view_contacts.php on line 7
Fatal error: main(): Failed opening required '../../includes/wdg/WDG.php' (include_path='.:/include:/usr/lib/php') in /admin/contacts/view_contacts.php on line 7
How can I resolve this error?
|
|
|
Dominic Archual
05-07-2007 22:57:15 GMT +2
|
Thanks for your help Ionut, I have solved the problem. Have a great day!
|
|
|
Ionut MOICIANU
05-08-2007 15:32:48 GMT +2
|
I'm glad you did it. Have a nice day!
Ionut
|
|
|