Forum Activity for @michael

michael
@michael
06/02/14 05:32:20PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

I setup a new local dev server yesterday too, using this setup:

"High Performance Jamroom on Digital Ocean"
https://www.jamroom.net/the-jamroom-network/blog/23/high-performance-jamroom-on-digitalocean

It is noticeably faster than the same machine running EHCP. Don't know why, don't really care, loving it. :)
michael
@michael
06/01/14 09:23:21PM
7,832 posts

Adding Lyrics and Song Notes to Song Pages


Design and Skin Customization

if you created song_lyrics in the form designer, then there will now be a song_lyrics variable available in the in the item_details.tpl file

so go into the template editor for the jrAudio module in the ACP and add in {$item.song_lyrics} where you want to put it.

You will see others around that area that look like {$item.song_title} etc.
michael
@michael
06/01/14 07:45:33PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

if your servers capable of accessing the web, could try using WGET

wget https://www.jamroom.net/networkmarket/core_download/jamroom-core-5.1.46.zip
michael
@michael
06/01/14 07:38:02PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

huggy59:
Where (what file) does JR create the data/cache/jrCore dir if it doesn't exist?

The templates for jamroom skins are powered by smarty3 (smarty.net). So the /data/cache/jrCore stores the generated versions of those templates once they have been parsed for logic.

among other things related to the /jrCore/ module. so you cant just copy+paste anything there to get it to work.

Did you try adding that
RewriteEngine On
RewriteBase /
to the .htaccess file?

how did it go?

Another thought (because it shouldn't be this difficult.) is to try again on another domain that only exists in your system.

To see if its anything domain related.

some-domain-that-doesnt-exist-to-test-jamroom.com
jr5.com
michael
@michael
05/31/14 12:07:35AM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

I won't be back til Tuesday. I take sundays and mondays off.
michael
@michael
05/31/14 12:03:49AM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

I use 10.04 on my server because EHCP site said that it didnt run on later than 11.04 but that was a while ago. Its working, so I dont want to break it just to see.

Try that:
RewriteEngine On
RewriteBase /
in the .htaccess file, it seams very related.

--edit--
dev pc: kubuntu 12.04 LTS 64bit
server: ubuntu server 10.04 LTS (on a 64 bit machine, but not sure if its 64bit or not)
$ uname -a
Linux silver 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64 GNU/Linux

updated by @michael: 05/31/14 12:05:39AM
michael
@michael
05/30/14 11:49:50PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

First thoughts:
* I wonder if having both the domain and the subdomain setup on EHCP makes a difference. All mine are on subdomians, but the main top level domain is not setup on the EHCP server. Guessing that this might be a difference between our setups as even though mine are subdomains, they might be being treated as independant domains because the top level one isnt there for EHCP to find.

Just a guess though. I'd try setting up another domain that doesn't have a parent on EHCP to see if this makes any difference.

------------
another thought. when i searched for
Quote: "equest exceeded the limit of 10 internal redirects due to probable configuration error. "
I landed here:
https://drupal.org/node/378524

which was talking about:
Quote: .....changed to RewrirteBase /

the 500 error gone.

Makes me think of godaddy hosting. maybe try the solution to that problem. It involves adding some lines to .htaccess

https://www.jamroom.net/the-jamroom-network/forum/jamroom-hosting/4970/jamroom-5-with-godaddy#p5075
michael
@michael
05/30/14 11:34:31PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

also try:
cat /var/log/apache2/error.log
michael
@michael
05/30/14 11:32:48PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

also try in 'passive' mode for FTP. not totally sure of the difference (or which way konqueror does it.).
michael
@michael
05/30/14 11:29:24PM
7,832 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

Take a look in:
cat /var/www/vhosts/admin/newsite.iixxii.cc/logs/error_log 

and see if theres any server level errors that occurred. Mine is empty for that site.

Usually jamroom will log to:
(site root)/data/logs/

when its working, but if its not getting passed the install screen, then its not working yet.
  691