Forum Activity for @blindmime

blindmime
@blindmime
05/18/14 12:45:19PM
776 posts

moved to subdomain, 403 error


Installation and Configuration

Permissions are 755 and the owner is the same as the original directory.
blindmime
@blindmime
05/18/14 05:47:07AM
776 posts

moved to subdomain, 403 error


Installation and Configuration

I've moved a site to a new subdomain on the same host. I changed the domain in the config.php file and deleted all the cache files as directed. However, I'm getting a 403 Forbidden error with the following errors in my log:

[Sun May 18 06:30:34 2014] [error] Directory index forbidden by Options directive: /public_html/legacy/
[Sun May 18 06:30:34 2014] [error] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

This is a genosis site, incidentally.
updated by @blindmime: 06/23/14 11:12:29PM
blindmime
@blindmime
05/18/14 05:05:49AM
776 posts

deleting module versions


Using Jamroom

Is it OK to delete old version module/skin directories?
updated by @blindmime: 06/26/14 07:07:45PM
blindmime
@blindmime
05/10/14 01:28:04PM
776 posts

can i add a page to a module?


Using Jamroom

Allright, so /task/invoiced/month=March works.

One more thing. Can I create other file types from the profile? I'd like to do something like this to create a csv file the client can download:
function profile_view_agTask_March($_profile,$_post,$_user,$_conf)
{ return jrCore_parse_template('March.tpl',$_profile,'agTask'); }
I can't use "March.csv" there, evidently. I do have March.tpl creating the data fine, but it comes out with a profile header and footer I don't want, naturally. Is there a jrCore_parse_file function or something?
blindmime
@blindmime
05/10/14 12:28:32PM
776 posts

can i add a page to a module?


Using Jamroom

OK, cool. So now I'm using task/invoiced to list items invoiced during a month which is passed like http://domain.com/profile_name/task/invoiced?month=April

Is there a different way of specifying that url, like http://domain.com/profile_name/task/invoiced/month/April? That doesn't work, but I'm just wondering if there's a different way you like to do it in jr5.
blindmime
@blindmime
05/08/14 08:25:37AM
776 posts

can i add a page to a module?


Using Jamroom

Are there any config settings in include.php or anything in index.php, etc. that need to be set?
blindmime
@blindmime
05/08/14 07:47:39AM
776 posts

can i add a page to a module?


Using Jamroom

Thanks, Steve. What's the method for creating a profile.php file for a module that doesn't have one?
blindmime
@blindmime
05/08/14 04:49:10AM
776 posts

can i add a page to a module?


Using Jamroom

How do I add a page to a module?

I have an Aparna-generated module called agTask, so the item_index page url is domain.com/profile/task/. It's an index of Task items, of course. I'd like to add pages with different lists of tasks like domain.com/profile/task/invoiced.

How do I do this?
updated by @blindmime: 06/12/14 02:04:25PM
blindmime
@blindmime
05/07/14 10:21:48AM
776 posts

jrFile not accepting jpg


Using Jamroom

Thanks Douglas, I couldn't remember how to reload. I see it now. If I reload the module, I'm assuming it re-loads everything and overwrites module templates in the modules/xxx/templates folder -- right?
blindmime
@blindmime
05/07/14 04:52:02AM
776 posts

jrFile not accepting jpg


Using Jamroom

just "jpg" -- that's how the others are listed (zip,doc,txt,pdf).

I just tried ".jpg" for fun but it wasn't much fun. It didn't work either.
  58