Forum Activity for @michael

michael
@michael
04/27/14 06:57:11PM
7,832 posts

I AM RECEIVING 500 ERROR MESSAGE AFTER UPLOADING FILES, AND TYPING URL


Installation and Configuration

I've seen that happen in the past before too. When you use the trick of:
* upload the .zip file to the cpanel server.
* go into cpanel's "File Manager"
* extract the .zip file.

What happens is the file permissions are preserved from whatever they were in the .zip file.

What you can do (but its a hassle) is to go through each of the files that were extracted and change them to the permissions they are supposed to be set at.

OR, (what I normally would do) is to extract the .zip file on my local machine then upload them via FTP.

What happens is that when you upload them in the extracted form is they get the correct permissions set when they are uploaded to the server.

See if that helps.

--edit--
regarding that error if you _dont_ want to try the FTP method above. http://stackoverflow.com/questions/15607300/htaccess-pcfg-openfile-unable-to-check-htaccess-file-ensure-it-is-readable-and

Seams like an owership issue. Try deleting the .htaccess file and uploading a new copy of it via FTP.
updated by @michael: 04/27/14 07:00:22PM
michael
@michael
04/27/14 06:50:12PM
7,832 posts

mailinglist question


Using Jamroom

Off the top of my head. You could put a listener

"Events and Listeners"
http://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners

in for the modules you want to keep an eye on. Listen for the update of them and when they are updated, add that item to your modules datastore.

There is another event 'daily_maintenance'
Quote: 'daily_maintenance', 'Fired once a day after midnight server time')

Listen for that event and check if its been 7 days since the last mail got sent out (or whatever time interval you want).

When the time interval is up, get all the latest stuff out of your modules datastore and send the email.
michael
@michael
04/27/14 06:44:02PM
7,832 posts

background color


Using Jamroom

izhmel:
the Css is not saving the changes
Tiz for me.

Were up to post #23 so far for this game of "Try to guess what the actual problem is". How about giving detailed instructions on how to reproduce the error so we can stop guessing.
- 51KB

updated by @michael: 04/27/14 06:44:19PM
michael
@michael
04/27/14 06:37:31PM
7,832 posts

New Dumbass Module


Off Topic

yup.

one possible way to implement it is to export the current state of everything into a new skin. With all those implementations out in code.

* If there are changes to the CSS stylings, they go into the skins CSS file.
* If there are module template over-rides they go into the skin as skin file over-rides.
* If there are changes to the skins templates, they become current skin templates.
* and a button in the 'system check' to say if you have any over-rides active.

another one to add in for good measure would be to export any added custom Form Designer fields and package them with the skin too.

It would be useful, i agree. I'll beta test it for you. ;)
michael
@michael
04/27/14 06:30:17PM
7,832 posts

Good Skin URL's


Design and Skin Customization

Its not bad practice. It may have been 9 years ago in 2005 if your referring to this post:
http://www.mattcutts.com/blog/dashes-vs-underscores/

but the internet has changed a lot since then. Both characters represent a space. Its not going to effect your search engine rankings.

Wikipedia uses '_'.
https://en.wikipedia.org/wiki/Main_Page

If you really want to change them, find the links that have "/by_plays" in the .tpl files for your skin and change them, then update the files that they link to. eg: music_row.tpl file and look for:
{if isset($_post.option) && $_post.option == 'by_plays'}

I would hazard a guess that not many people are going to be searching on the keyword "Music By Plays" anyhow.
http://demo.jamroom.net/jrMediaPro/music/by_plays

Suggestion noted. Thanks.
michael
@michael
04/26/14 03:13:09AM
7,832 posts

Anyone here into antiques and collectibles?


The Greenroom

Try selling select items on ebay and link to your domain as the base for more if the users are interested.

Could be a good way to tap into all those searches per day on stuff.
michael
@michael
04/26/14 03:05:17AM
7,832 posts

Redirect External link backs to https


Installation and Configuration

The routing system is what makes jamroom work.

"Understanding the Routing system"
Understanding the routing system | Jamroom 5

So your going to want to keep that routing link in there.

Not so good at these, I usually just keep playing around til i find something that works, but as a guess.... try:
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/modules/jrCore/router.php?_uri=$1 [R=301,L]
michael
@michael
04/26/14 02:58:30AM
7,832 posts

background color


Using Jamroom

Works for me.
screenshot_form_help_working.png screenshot_form_help_working.png - 215KB

updated by @michael: 04/26/14 02:58:48AM
michael
@michael
04/26/14 02:54:32AM
7,832 posts

Invalid User In Note


Using Jamroom

It looks like there is a fix for this in an upcoming release of the private notes module.

Will keep you updated.
  704