Forum Activity for @luis789

alt=
@luis789
08/11/15 06:38:10AM
88 posts

Song and videos plays numbers and image not showing


Design and Skin Customization

Hello Could you please help. After the site was migrated to Jr5 the songs charts page page is not working properly.

The number of song plays or videos plays does not shows. I'm using Nova skin.

In addition to that the images next to the number position shows ans x marked. I checked the image and it is in the server.

In the songs page it everything works fine.
See image
CHARTSERROR.png CHARTSERROR.png - 112KB

updated by @luis789: 07/05/16 09:21:36PM
alt=
@luis789
05/18/15 08:38:24PM
88 posts

Template Cache directory issues


Jamroom Developers

echo '# Jamroom 5 Apache .htaccess file
DirectoryIndex index.html index.php sitemap.xml modules/jrCore/router.php

Options +FollowSymLinks
Options -MultiViews -Indexes

# Use ETags
<IfModule mod_headers.c>
Header unset ETag
FileETag None
# Expires for CSS, JS and Images
<FilesMatch ".(ico|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2018 20:00:00 GMT"
</FilesMatch>
</IfModule>

# Compress everything we can
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript text/javascript-x application/javascript
</IfModule>

# All requests through the router
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
</IfModule> ';
alt=
@luis789
05/18/15 08:16:56PM
88 posts

Template Cache directory issues


Jamroom Developers

I checked the .htaccess and the file is in home directory. When I checked the log file I saw this errors.
[Mon May 18 22:07:57 2015] [error] [client xx.x.xxx.xx] Symbolic link not allowed or link target not accessible: /home/musicmas/public_html/modules/jrCore
Mon May 18 21:22:33 2015] [error] [client xxx.xxx.xx.xx] File does not exist: /home/musicmas/public_html/modules/jrCore/router.php

I checked the router.php file and it is there.



I'm not sure if the .thaccess is causing the issue, but when I delete that File, I can see the structure. If I copy I get the forbidden error.

This is the context in the .htaccess file






updated by @luis789: 05/18/15 08:32:58PM
alt=
@luis789
05/18/15 06:36:20AM
88 posts

Template Cache directory issues


Jamroom Developers

So for the problem has has almost being resolved: However I'm still having some challenging on one site
When I go to the site I get this error

"Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 Server at www.musicmas.com Port 80"

I had replaced the router.php and repaired the database tables with no luck.

Question? Would integrity check may had changed something?

The reason I asked is that I was running integrity check and suddenly it kind of froze at about 45 minutes. So I closed the browser. After that I tried to access the site again and the error started to show.
Any ideas.

THank You
alt=
@luis789
05/16/15 01:08:22PM
88 posts

Template Cache directory issues


Jamroom Developers

Thanks Brian.. but the problem did not get fixed. I have plenty of space and bandwith for the sites. I think the sites may have being compromised with Jamroom.

ON two sites I have Jamroom 5, I'm getting the same errors. It seems like they both communicated each other. Now I don't even access to administrator panel. The other site with Jamroom 4 and Projam skin, suddenly the home page is gone and other sections are missing links etc. Coincidence? I'm not sure.

The strange thing is that I had not done anything, only upgraded to latest version of jamroom 5, but I don't think it has anything to do with it.

How ever; there is an other site hosted in the same sever but with other platform and it is working fine with no issues. This is very strange.

I think, I'm going to have re-store my server.. I have no other choice.

Thank You for you're help.
alt=
@luis789
05/15/15 07:11:51PM
88 posts

Template Cache directory issues


Jamroom Developers

Could you please help. After updated Jamroon to the latest version. Both of my sites have some random images with the x mark and no image. When I log in with the admin account, I'm getting the below error.

CRI: Unable to copy modules/jrCore/templates/page_tool_entry.tpl to template cache directory: data/cache/jrCore

CRI: Unable to copy modules/jrCore/templates/page_search.tpl to template cache directory: data/cache/jrCore
CRI: Unable to copy modules/jrPlaylist/templates/playlist_button.tpl to template cache directory: data/cache/jrCore

Basically error every where
updated by @luis789: 07/22/15 01:07:01PM
alt=
@luis789
05/01/15 10:01:03PM
88 posts

After Latest Jamroom upgrade - Lucid Template displays black screen


Design and Skin Customization

Thank You Michael.. that worked. I appreciate your help.
updated by @luis789: 05/01/15 10:01:16PM
alt=
@luis789
05/01/15 05:25:30PM
88 posts

After Latest Jamroom upgrade - Lucid Template displays black screen


Design and Skin Customization

After I upgraded Jamroom to latest version. Just for test purpose I changed to Lucid Skin and it displayed only a blank page.
I can not change to other skin. I deleted the lucid skin and does not work ether. I can not even log in withe the administrator account.

Where or what file do I need to modify in order to change to the nova skin or fix this issue?

See the site www.musicmas.com

updated by @luis789: 06/12/15 05:31:15AM
alt=
@luis789
04/14/15 11:57:52AM
88 posts

Sharethis not graving audio images to facebook timeline


Design and Skin Customization

brian:
Got it - can you post the URL you are seeing the issue on?

Thanks!

This is the ling that I tried to share on face book.

http://ecuamusica.com/jannneth/audio/22/tomare-para-olvidarte#.VS1h6o7F_HU

When I click on facebook share icon, it promts the pop page after clicking on share.. I see no errors.. When I check on facebook is shows the link, but instead of the image it shows the logo of the site.
As I said few version ago I had no issues. It only started happening after the installing 2 or 3 updates.
updated by @luis789: 04/14/15 11:59:50AM
alt=
@luis789
04/14/15 11:28:52AM
88 posts

Sharethis not graving audio images to facebook timeline


Design and Skin Customization

brian:
You must have SSL in order to share audio - it won't work without your site being on SSL.

Hello Brian!

I'm not trying to share the Player. As a mater fact the "Allow Facebook Player" is disabled.

I'm only trying to share the link as you can see the image. The problem with sharing the audio link is that somehow Share This module is only graving the "Site Logo" or the "Google log".
It should grab the image in that page not the logo.

I hope it makes sense.

Thank You
  7