Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

strange rewrite(?)

  • markusmaier
  • markusmaier's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #98103 by markusmaier
strange rewrite(?) was created by markusmaier
Hi!

Trying to install limesurvey as a folder within a TYPO3 installation. 1.92 is working fine.

Tried to install 2.00 current stable as well as 2.05beta5. After the final install stepp I get an 404. Accessing www.example.com/limesurvey is almost fine (neither name nor configured email adress do appear). Accessing www.example.com/limesurvey/admin fails (404). Error log shows somwthing really strange ("index.php" in the middle of the servers path)

[Tue Jul 16 14:58:19 2013] [error] [client xx.xx.xx.xx] File does not exist: /srv/www/mypath/limesurvey/index.php/admin


and

[Tue Jul 16 15:00:17 2013] [error] [client xx.xx.xx.xx] File does not exist: /srv/www/mypath/limesurvey/index.php/admin/authentication/sa/login, referer: www.example.com/limesurvey/admin/authentication/sa/login


Again: Limesurvey 1.92 works really fine - so the TYPO3's mod_rewrite commands seem to work well.
serve is an Apache 2, running on Debian. Install Tool check shows the green check marks for ALL items.

Any Ideas - even hints on "obvious" issues are welcome.

Markus
The topic has been locked.
  • mdekker
  • mdekker's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 8 months ago #98109 by mdekker
Replied by mdekker on topic strange rewrite(?)
Just place it in it's own folder, outside the control of typo3 rewrite. Limesurvey needs it's own rewrite rules (see htaccess).

If that works, and you really need it under the typo3 file structure, make sure to exclude url's that include the limesurvey folder from the typo3 rewrite.

---
Menno Dekker
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 8 months ago #98119 by DenisChenu
Replied by DenisChenu on topic strange rewrite(?)
Hello,

You can update your application/config/config.php too:
Code:
    'urlManager' => array(
      'urlFormat' => 'path',
      'rules' => require('routes.php'),
      'showScriptName' => false,
    ),
To
Code:
'urlManager' => array(
      'urlFormat' => 'get',
      'rules' => require('routes.php'),
      'showScriptName' => true,
    ),

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: markusmaier
The topic has been locked.
  • markusmaier
  • markusmaier's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #98345 by markusmaier
Replied by markusmaier on topic strange rewrite(?)
Works! Thank you very much. For documentation purposes:
  1. suggested edit is only possible after the installation is "finished"
  2. at the end of the installation there will be the 404
  3. do the suggested edit
  4. using phpMyAdmin insert the admin user as described at www.limesurvey.org/en/forum/installation...admin-password#91707

Done :-)

Best regards!

Markus
The topic has been locked.
More
4 years 1 month ago - 4 years 1 month ago #195164 by olidev
Replied by olidev on topic strange rewrite(?)
I want to install Lime into Typo3. I have installed Typo3, however, I don't have PHPmyadmin on my host. Is there any alternative?
Last edit: 4 years 1 month ago by holch. Reason: Deleted link to a blog about installing Typo3 - suspicion of spam post
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago #195167 by Joffm
Replied by Joffm on topic strange rewrite(?)

I don't have PHPmyadmin on my host


Then you have to install it.

www.phpmyadmin.net/

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago #195169 by tpartner
Replied by tpartner on topic strange rewrite(?)

I want to install Lime into Typo3.

I don't understand the need to install LimeSurvey in a CMS.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago #195181 by holch
Replied by holch on topic strange rewrite(?)
I would always install Limesurvey in a separate folder.

I don't have PHPmyadmin on my host. Is there any alternative?


There is no need for PHPmyadmin for installing Limesurvey. You just need to have a MySQL-Database. No need fro PHPmyadmin. I have PHPmyadmin installed, but probably haven't used it for quite some time. So no need for it.

In any way, the whole post is so strange and (now?) contains a link, that I have to assume this is just a spam post. As I can't be sure, I'll at least remove the link, as it doesn't add anything to the discussion anyway.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
More
4 years 1 month ago #195189 by jelo
Replied by jelo on topic strange rewrite(?)

tpartner wrote:

I want to install Lime into Typo3.

I don't understand the need to install LimeSurvey in a CMS.

Requirement is not that seldom. If you think of a webhosting space, where a CMS is installed in the webroot. And then LimeSurvey should be available under the same Domain, you end up with such a idea. Not recommended. A subdomain would be an idea.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago #195196 by DenisChenu
Replied by DenisChenu on topic strange rewrite(?)
Aswer to a 6 years old topic .... hey ....

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
More
4 years 1 month ago #195206 by jelo
Replied by jelo on topic strange rewrite(?)

DenisChenu wrote: Aswer to a 6 years old topic .... hey ....

No,posts to a question which was placed under a 6 year old topic.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago - 4 years 1 month ago #195213 by DenisChenu
Replied by DenisChenu on topic strange rewrite(?)

jelo wrote:

DenisChenu wrote: Aswer to a 6 years old topic .... hey ....

No,posts to a question which was placed under a 6 year old topic.

Yes, answer to somone speaking of typo3 on a 6 yers old topic pon a LimeSurvey forum ...

Personaly : i close and din't answer in such case ;)

PS : I close this topic : 6 years old + new post are not related to LimeSurvey.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 4 years 1 month ago by DenisChenu.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose