| 18:29 |
isolysis |
i am moving a typo3 installation to a new server, but it is giving this error: "Install Tool needs to write to typo3temp/. Make sure this directory is writeable by your webserver: " i cant remember, what is the name of the User in IIS that should have the 'write' priviliges? |
| 22:41 |
alex116 |
Hi, can someone help me with a frontend plugin and php variables from forms |
| 22:41 |
alex116 |
? |
| 23:17 |
sfasdf |
hello, can someone tell me a simple way to get the url of the actual shown typo3-page with all parameters? $this->pi_getPageLink($GLOBALS[TSFE]->id) wont give the parameters. So is there a function for that? |
| 23:25 |
sfasdf |
ok, ich habs: $this->pi_getPageLink($GLOBALS[TSFE]->id,'',$_GET) |