[SOLVED] Print layout not working in 1.2.3 DEV

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hello Oliver,

thats it. Printing works fine.


Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

I can't believe what a simple fix there was to this issue! :oops:
Because of security restrictions on my server, I had comment out to the following lines from .htaccess

Code: Select all

php_flag magic_quotes_gpc Off
php_flag register_globals Off
Then, I put then in a local php.ini file that looks like this:

Code: Select all

magic_quotes_gpc = Off
register_globals = Off
Because of these simple changes, I just kept using the .htaccess file from older versions with the lines commented out after upgrading or installing 1.2.3. Anyways, Oliver, you pointed out the problem with the change from a comma to a period in .htaccess. After uploading the .htaccess file for 1.2.3 with magic quotes and register globals commented out, my print layouts working correctly on 1.2.3 with rewrite. Thanks for the help!
Post Reply