I have s9y installed on the root, and need to install another cms in a folder, but the s9y doesn't allow access to that folder.
I was suggested to in the folder, create an htacess with:
<Directory>
Allow From All
Satisfy Any
</Directory>
that gave me a 500 and 404
How can I modify the root ...
Search found 115 matches
- Sun Nov 27, 2011 4:16 pm
- Forum: Installation
- Topic: htaccess allow folder access
- Replies: 1
- Views: 5031
- Sat Nov 06, 2010 10:31 pm
- Forum: General discussions
- Topic: Query failed
- Replies: 2
- Views: 3849
Re: Query failed
Thank you, worked like a charm!
In recent projects, I've been more in Drupal, but I miss S9Y....am considering for my next assignment
Keep up the good work. I still have several sites stable, running this awesomeness.
Have a great weekend.
Best,
David
In recent projects, I've been more in Drupal, but I miss S9Y....am considering for my next assignment
Keep up the good work. I still have several sites stable, running this awesomeness.
Have a great weekend.
Best,
David
- Fri Nov 05, 2010 8:15 pm
- Forum: General discussions
- Topic: Query failed
- Replies: 2
- Views: 3849
Query failed
Hello,
It's been awhile since I've had issues with my favorite online app :-)
I think the "client" meddled with the ftp/files or something, and broke the site.
I changed mysql PW, and uploaded the newest release.
Went through the upgrade processes, and in the end had this error:
We detected ...
It's been awhile since I've had issues with my favorite online app :-)
I think the "client" meddled with the ftp/files or something, and broke the site.
I changed mysql PW, and uploaded the newest release.
Went through the upgrade processes, and in the end had this error:
We detected ...
- Tue Oct 06, 2009 2:17 pm
- Forum: Plugins
- Topic: [RSS Aggregator] how to link to original articles from feed?
- Replies: 9
- Views: 6667
Re: [RSS Aggregator] how to link to original articles from feed?
I'll PM you. Thank you!
- Sun Oct 04, 2009 6:06 pm
- Forum: Plugins
- Topic: [RSS Aggregator] how to link to original articles from feed?
- Replies: 9
- Views: 6667
Re: [RSS Aggregator] how to link to original articles from feed?
Thank you Don, that was a good explanation. It didn't seem to make any difference.
I made the changes in both the template folder and /default
I made the changes in both the template folder and /default
- Sat Oct 03, 2009 10:30 pm
- Forum: Plugins
- Topic: [RSS Aggregator] how to link to original articles from feed?
- Replies: 9
- Views: 6667
Re: [RSS Aggregator] how to link to original articles from feed?
I know this is an old post, but seems it's the closest to what I need.
I have the RSS Aggregator installed, posting the feeds as posts on the blog. I would like in the postings on my site to link back to the original feed.
I'm not sure if this is what the original post was about. I didn't quite ...
I have the RSS Aggregator installed, posting the feeds as posts on the blog. I would like in the postings on my site to link back to the original feed.
I'm not sure if this is what the original post was about. I didn't quite ...
- Tue Sep 01, 2009 1:26 pm
- Forum: Themes
- Topic: New theme - 'Square'
- Replies: 15
- Views: 27519
Re: New theme - 'Square'
Yup, as was mentioned above. didn't work...
Don Chambers wrote:Did you:
Install the plugin for random header/banner images and configure it for Kubrick? Or perhaps Dave would be willing to update the template by incorporating the code from Bulletproof into Square....
- Mon Aug 31, 2009 5:30 pm
- Forum: Themes
- Topic: New theme - 'Square'
- Replies: 15
- Views: 27519
Re: New theme - 'Square'
I see this is a old thread, but I would like to try the random image...also with the square template. I'm having the same problem. Any updates on this?
Many thanks,
David
Many thanks,
David
- Mon Mar 16, 2009 3:39 pm
- Forum: Plugins
- Topic: download manager output
- Replies: 6
- Views: 5204
Re: download manager output
That was the trick. Found it, changed it, WORKS! Hopefully I'll have a happy "client" (pro-bono work
Again, thank you Garvin for your dedication to S9Y. This is just one of the many reasons I love this project.
Keep up the good work!
- Mon Mar 16, 2009 2:52 pm
- Forum: Plugins
- Topic: download manager output
- Replies: 6
- Views: 5204
Re: download manager output
No, sorry. Only " border=\"0\" "garvinhicking wrote:Hi!
search for "order" only, and check how the followup-text is. Maybe it's with more whitespace characters in between.
Regards,
Garvin
- Mon Mar 16, 2009 1:53 pm
- Forum: Plugins
- Topic: download manager output
- Replies: 6
- Views: 5204
Re: download manager output
Hi!
In that case you would need to edit serendipity_event_downloadmanager.php and replace every occurence of "order by timestamp" to "order by id".
HTH,
Garvin
Thank you Garvin. That definitively makes sense. Although, I get " Search string 'order by timestamp' not found! "
Any other ideas? :-)
In that case you would need to edit serendipity_event_downloadmanager.php and replace every occurence of "order by timestamp" to "order by id".
HTH,
Garvin
Thank you Garvin. That definitively makes sense. Although, I get " Search string 'order by timestamp' not found! "
Any other ideas? :-)
- Mon Mar 16, 2009 12:23 pm
- Forum: Plugins
- Topic: download manager output
- Replies: 6
- Views: 5204
download manager output
How do I go about re-arranging the display of down loadable items?
I changed the item ID in the DB, to correspond with the desired sequence but it seems it's based on something else (timestamp maybe?)
So how do I make it output according to the mysql ID?
TIA!!!
I changed the item ID in the DB, to correspond with the desired sequence but it seems it's based on something else (timestamp maybe?)
So how do I make it output according to the mysql ID?
TIA!!!
- Thu Jan 22, 2009 12:59 pm
- Forum: Themes
- Topic: css rendering different in IE/FF
- Replies: 7
- Views: 7000
- Tue Jan 20, 2009 3:03 pm
- Forum: Themes
- Topic: css rendering different in IE/FF
- Replies: 7
- Views: 7000
- Tue Jan 20, 2009 2:59 pm
- Forum: Themes
- Topic: css rendering different in IE/FF
- Replies: 7
- Views: 7000
Re: css rendering different in IE/FF
Rule of thumb, however, is to make sure it works in standards compliant browsers and then maybe add additional IE fixes to the IE-specific stylesheets in BP.
YL
What exactly would that be? Some time back I made some changes to another template, trying to accomplish the same thing, and was doing ...