Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Pandos
481
Documentation / PrettyURLs and cherokee webserver
« on November 19th, 2012, 06:15 PM »
This will be the default setup to make cherokee work with PrettyURLs in wedge.


Step one:


Go to cherokee admin and select the desired server.


Step two:

Change Handler of default from List&Send to redirect.


Step three:

Switch to Handler and choose Redirection as the desired handler.
Click on "Add new RegEx".
Choose "Internal" and type as Regular Expression:
Code: [Select]
^/(.+)
Type as Substitution:
Code: [Select]
/index.php





Step four:


Click on Behavior + and add a behavior rule:
File Exists



Switch to Handler and make List & Send as default handler for this rule.
Move this new rule directly over Default.





Step five:


Click "SAVE" and restart cherokee.

Please make sure that PHP is always on top and it's status is "NON FINAL"


482
Archived fixes / Re: Prettify Action URLs
« on November 14th, 2012, 02:31 PM »
It's not only related to cherokee. Nginx also. And yes i will post this setup rules here. :)
483
Archived fixes / Re: Prettify Action URLs
« on November 14th, 2012, 01:40 PM »
I', using cherokee webserver. There's no suport for .htaccess or mod rewrite. Have to setup rules manually.
Question: if i enable PrettyUrls there is no change in .htaccess to get the code i need to finish my rewrites.
Where can i find it?
484
Archived fixes / Re: Embessing YouTube Videos in posts not working
« on November 13th, 2012, 07:00 PM »

Number of links in post: greater than or equal to 1
OK, see it :)
485
Archived fixes / Embessing YouTube Videos in posts not working
« on November 13th, 2012, 06:56 PM »
censored words are empty but i get the folowing message by posting a YouTube Video in a post:
Quote
The following error or errors occurred while posting this message:Your post contained words that are not permitted on this forum.
Embedding in Gallery works fine.
486
Archived fixes / Re: Undefined index: display_quick_reply
« on November 13th, 2012, 06:05 PM »
Can confirm this.
487
Bug reports / Re: No comments in Media Gallery
« on November 12th, 2012, 11:41 PM »
Hmm.. will install it on another server and give it a try. Also refreshing of thumbnails didn't work for me. Perhaps it's a server thing.
488
Bug reports / Re: No comments in Media Gallery
« on November 12th, 2012, 05:49 PM »
Okay a little bit more details:
View an image in gallery and klick on "Comments". Nothing's happend. If you click twice the quick reply field appears. Now type your comment and click "Post".
Output:
Comment was left empty
Here on wedge the Comment field will open as soon as clicked.
489
Bug reports / No comments in Media Gallery
« on November 12th, 2012, 05:15 PM »
Tried different times with different permissions.  This is what the error log says:



/index.php?action=media;sa=comment;in=8


Comment was left empty
490
Plugins / Re: Active Members
« on November 6th, 2012, 10:07 AM »


One thing that is filling my error log:
#/Plugins/active_members_fixed/img/tick.png): failed to open stream: No such file or directory


491
The Pub / Re: Language pack
« on November 4th, 2012, 11:20 PM »

That's the reason why i said:
Quote from Pandos on November 4th, 2012, 06:42 PM
Hmm...
OK, i'll keep waiting :)


Now spending my time in regex for non Apache like webserver.
:D


I believe in your words :)
492
The Pub / Re: Language pack
« on November 4th, 2012, 06:42 PM »
Hmm...
OK, i'll keep waiting :)


Now spending my time in regex for non Apache like webserver.
493
The Pub / Re: Language pack
« on November 4th, 2012, 06:35 PM »
Nice thread :)
Just started to translate this files in german :)
So i will continue this work and purge new strings in this files if changed.
494
Archived fixes / Re: Session error with PHP 5.2.4 Suhosin
« on November 2nd, 2012, 04:31 PM »
This occured directly after enabling PrettyURLs. System told me to enter admin pass and output was the above.
So disabled PrettyURLs manually in DB but the error was still there.


Then i went to modify my php.ini and now it works.
495
Archived fixes / Re: Session error with PHP 5.2.4 Suhosin
« on November 2nd, 2012, 04:16 PM »
OK, removed Topic  solved :)
For those who are interested:
edit php.ini and add the following:


; For translation manager to handle more inputs
suhosin.post.max_vars = 2000suhosin.
request.max_vars = 2000
; For URL handling
suhosin.request.max_totalname_length = 300
suhosin.request.max_varname_length = 300
suhosin.get.max_varname_length = 300
suhosin.get.max_name_length = 300