- Moderated by:
- Support
-
- rank:
-
Softmore
- registered:
- July 2003
- Status:
- offline
- last visit:
- 31.03.08
- Posts:
- 89
Server just upgraded from PHP4 to PHP5, which apparently caused a problem with superglobals in DynaMenu. My AutoTheme layout breaks if I leave the required DynaMenu code at the bottom of the layout:
Code
What should I use to replicate this functionality in PHP5?
--
Terry Cochran
Boomernet - WashtenawWeb -
- rank:
-
Softmore
- registered:
- July 2003
- Status:
- offline
- last visit:
- 31.03.08
- Posts:
- 89
RESOLVED -- this was a conflict with magic_quotes_sybase
If this happens to anyone else, change your .htaccess settings to:
Code
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime off
--
Terry Cochran
Boomernet - WashtenawWeb
