Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

benno

Username
benno
Joined
Visits
37
Last Active
Roles
Member
Badges
0
Points
0
Posts
49

Comments

  • Inspires me to work on my sphinx search plugin - nice work on the new search @Todd!
  • This seems to be cropping up more and more lately. It's temporarily hidden while they do some work to improve it. See the following link for more info: http://vanillaforums.org/discussion/10507/community-search/
  • Just stumbled across the following on stackoverflow: http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-goo Which suggests a fall-back for when the CDN's are down - or will also c…
  • I've been playing with my code baset this evening and have implemented some fairly simple changes which seems to perform ok on my testing. Basically, if the UserID is > 0, build up an array of DiscussionIDs on based of prefetched data in $Announ…
  • Hi @iamkeir, I saw another thread with a similar issue - you'll need to follow what bean suggested and edit your config file, it should then give you more debug information to help you track down the problem. http://www.vanillaforums.org/discussio…
  • I like it... Much cleaner and clearer.
  • Probably easiest way to change it is to direct link to the js file: http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js
  • Here is another thread that reported issues with GoDaddy hosting which unfortunately remains unsolved: http://www.vanillaforums.org/discussion/comment/98638/#Comment_98638 Must be something strange about their setup... I'm kind of thinking its som…
  • @Lincoln - Cant get rid of me that easy, I'm like a bad smell! :)
  • @beenhua - I had issues with an install on a server for a friend. Changing the .htaccess file to the following cured it for me: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*…
  • Sorry I'm a few days behind - I've been away for two weeks. Have you found the information you need @AddiKT1ve?
  • I'm late in on this one... I think as you have already dropped the "Garden" brand it should be dropped from the codebase. I like what @bean suggested, and rename the Vanilla application to Discussions... Adds clarity IMO! I also wouldnt worry too m…
  • I'm out of ideas... With regards to checking HTTP logs on GoDaddy, I've no idea, I have never used them. Do they have a support/FAQ/knowledge base that you can search?
  • Is this visible on screen or when you view the source?
    in Error! Comment by benno December 2009
  • @vuzer - I came across a problem today where it wouldnt install, simply adding a "RewriteBase /" fixed the problem... So try changing the .htaccess to: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{RE…
  • There is no such thing as a free lunch... I cant understand why people want to run a dynamic website with a database on free hosting. You are not going to get much (read: any) support and you are not likely to have backups. Free hosting providers …
  • bootstrap.php on line 17/18 is setting the default timezone if it isnt set in your php.ini: if (ini_get('date.timezone') == '') date_default_timezone_set('Canada/Saskatchewan'); Can you use date_default_timezone_set()?
  • @Lincoln - Yep, going to drop some early code on Github shortly so you can take a look at it. Still very much work in progress.
  • Hi @vuzer - I just did a generic search http://www.google.com/search?hl=en&q=godaddy+htaccess+"no+input+file+specified"&meta=&aq=f&oq= And looked for pointers... Obviously you'll need the RewriteCond's from Vanilla, …
  • Hi @vuzer - The "No input file specified" error is likely to be caused by a Apache / .htaccess configuration error as its an error message thrown by the PHP CGI engine, so this error is technically outside of Vanilla. Having a quick Google, people…
  • Hi @rmacs, I was just checking which version it was - I'm not familiar with the code base of Vanilla 1, and I dont really have the time or motivation to learn it, so wouldnt feel comfortable enough to help. I am however more familiar with Vanilla …
  • @Kirill - If your looking to change it with imediate effect have a look at /library/core/class.controller.php at around line 424. You could maybe change the wording for now, but obviously you'll need to bear in mind that your changes may be lost whe…
  • @Kirill - I've just checked the source code, its not an error as such, as in, nothing is wrong and no problem has occured. It's just there as template wording, in case there is an error and it uses that wording, and replaces %s with whatever the pro…
  • Hi @Kirill - This is not an error as such, its "normal" for it to appear. These are "hidden" messages that are used by the JavaScript parts, such as popups etc, in order to handle stuff like translations, AJAX posting, etc.
  • Does anyone else notice the "hidden" link on this thread?
  • The file you are looking for is /applications/conversations/js/conversations.js - Line 99. I've logged the bug on github, so hopefully it will get fixed sometime in the near future. Re: Width of new conversation popup dialog, seems to work ok in F…
  • No worries, glad you got it running in the end!
  • Fair enough! Maybe I'm biased as I'm building from nothing with a virgin install.... :) However, on the flip side, most other packages are shipped with an importer of some description. I know they are not going to do any harm in that folder, provi…
  • @Lincoln - I've setup a test locally here and popullated a dummy table with 96,000 records, did a test run a few times and it went in every time no problem.