have installed the new Version 1.2.1 from scratch
the Setup-Procedure works almost without Errors - only the chmod don't work at my Provider (1und1.com) think they don't allow it by this way, soiI did it with my FTP-Client
thx Oliver
no problems with 1.2.1
Same here, works great!
And I see this in the config file:
This looks REALLY intresting so I uncommented it and I put the right path to my Tidy.exe. But I could not see anything new in the admin section. So this is something that is coming or should it work already? It is f...king cool if Oliver is integrating Tidy into phpwcms!!! So, should it work and I am just doing something wrong?
Greetings from Gnolen
And I see this in the config file:
Code: Select all
$phpwcms["tidy"] = 1; //use tidy to cleanup rendered document
$phpwcms["tidy_command"] = 'C:/Programme/AppServ/tidy/Tidy.exe -cqm -utf8 -asxhtml'; //use tidy to cleanup rendered document
Greetings from Gnolen
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
http://www.phpwcms.de/forum/viewtopic.p ... light=tidyGnolen wrote:Same here, works great!
And I see this in the config file:
This looks REALLY intresting so I uncommented it and I put the right path to my Tidy.exe. But I could not see anything new in the admin section. So this is something that is coming or should it work already? It is f...king cool if Oliver is integrating Tidy into phpwcms!!! So, should it work and I am just doing something wrong?Code: Select all
$phpwcms["tidy"] = 1; //use tidy to cleanup rendered document $phpwcms["tidy_command"] = 'C:/Programme/AppServ/tidy/Tidy.exe -cqm -utf8 -asxhtml'; //use tidy to cleanup rendered document
Greetings from Gnolen