Loading ...

PHP Melody v2.2

Board index / General Chat / Announcements

News and announcements from our team

Postby z26o on Aug 17, 2014 2 pm


[*] The PHP Melody themes have also been updated to accommodate those new features. Be sure to download & use the new ones otherwise you won't see any changes.


From Customer Download Area:
Listed below are the complete packages for your purchases. Use these packages for new installations only. To update an existing website, download the updates packages from 'Download Updates'.


I am having trouble finding the updates to Ruby and Carbon templates. The customer area says to go the updates, but the update area only shows the PHP Melody 2.1 to 2.2 package. Can someone clarify the template updates please?

Thanks,
z
z26o
Verified Customer
Verified Customer
 
Posts: 11
Joined: Jul 03, 2014 4 pm
Reputation points: 6

Postby z26o on Aug 17, 2014 6 pm


Well I just used the full templates and it seems to have worked. I am however having trouble with uploading a new video from the user menu. I can do it within the admin console, but from the main site, there is no button to choose a file. I can choose a thumbnail but not the actual video file. Any thoughts are appreciated.


z
z26o
Verified Customer
Verified Customer
 
Posts: 11
Joined: Jul 03, 2014 4 pm
Reputation points: 6

Postby Scott on Aug 18, 2014 1 pm


Excellent!

Will the current version of Mobile Melody work with this?
User avatar
Scott
Verified Customer
Verified Customer
 
Posts: 46
Joined: Mar 10, 2008 12 pm
Location: longboat key, florida
Reputation points: 0

Postby Paul on Aug 18, 2014 6 pm


Scott wrote:Excellent!

Will the current version of Mobile Melody work with this?


You'll need to update Mobile Melody too. You can download the latest version from Customer Area > Download Products.

z26o wrote: admin console, but from the main site, there is no button to choose a file. I can choose a thumbnail but not the actual video file. Any thoughts are appreciated.


First thing to do is try a hard refresh (hold SHIFT key pressed and click the browser's Reload icon).
If that doesn't clear the issue, either post a link to your website here or contact customer support.

Gisher wrote:One more question, no more turn off lights? (default template)

The button has been removed from the default template.

Gisher wrote:Nginx rules for playlists don't work, redirecting to index page, when try to open playlist. If seo turn off, everything works.
Please fix rules for .htaccess-nginx
If You need, nginx version: nginx/1.6.1
Here is fix rules, if You want
Code: Select all
location = /index.html {
   rewrite ^(.*)$ /index.php;
}
location /browse {
   rewrite ^/browse-(.*)-videos.html$ /category.php?cat=$1;
   rewrite ^/browse-(.*)-videos-([0-9]+)-(.*).html$ /category.php?cat=$1&page=$2&sortby=$3;
}
location /videos {
   rewrite ^/videos.flv(.*)$ /videos.php$1;
}
location = /register.html {
   rewrite ^(.*)$ /register.php;
}
location = /contact_us.html {
   rewrite ^(.*)$ /contact_us.php;
}
location = /edit_profile.html {
   rewrite ^(.*)$ /edit_profile.php;
}
location = /suggest.html {
   rewrite ^(.*)$ /suggest.php;
}
location = /upload.html {
   rewrite ^(.*)$ /upload.php;
}
location = /upload_avatar.html {
   rewrite ^(.*)$ /upload_avatar.php;
}
location /favorites {
   rewrite ^/favorites.html(.*)$ /favorites.php$1;
}
location /login {
   rewrite ^/login.html(.*)$ /login.php$1;
}
location /newvideos {
   rewrite ^/newvideos.html(.*)$ /newvideos.php$1;
}
location /topvideos {
   rewrite ^/topvideos.html(.*)$ /topvideos.php$1;
}
location /profile {
   rewrite ^/profile.html(.*)$ /profile.php$1;
}
location /memberlist {
   rewrite ^/memberlist.html(.*)$ /memberlist.php$1;
}
location /playlists {
   rewrite ^/playlists.html(.*)$ /playlists.php$1;
}
location /articles {
   rewrite ^/articles/index-([0-9]+).html$ /article.php?page=$1;
   rewrite ^/articles/browse-(.*)-([0-9]+).html$ /article.php?c=$1&page=$2;
   rewrite ^/articles/tag/([^/]+)/page-([0-9]+)(/)?$ /article.php?tag=$1&page=$2;
   rewrite ^/articles/tag/([^/]+)(/)?$ /article.php?tag=$1&page=1;
   rewrite ^/articles/popular-([0-9]+).html$ /article.php?show=popular&page=$1;
   rewrite ^/articles/(.*)_([0-9]+).html$ /article_read.php?a=$2;
   rewrite ^/articles(\/|.html)?$ /article.php;
}
location /article {
   rewrite ^/article(\/|.html)?$ /article.php;
}
location /pages {
   rewrite ^/pages/(.*)\.html$ /page.php?name=$1;
}
location /playlist {
   rewrite ^/playlist/(.*)/([^/]+)(/)?$ /watch.php?playlist=$1&vid=$2;
   rewrite ^/playlist/(.*)$ /playlists.php?playlist=$1;
}
location /tags {
   rewrite ^/tags/([^/]+)/$ /tag.php?t=$1&page=1;
   rewrite ^/tags/([^/]+)/page-([0-9]+)(/)?$ /tag.php?t=$1&page=$2;
}
location /embed {
   rewrite ^/embed/([^/]+)$ /embed.php?vid=$1;
}
location / {
   rewrite "^/([^/]*)_([a-zA-Z0-9]{9}).html$" /watch.php?vid=$2;
}
location /fpembed {
   rewrite ^/fpembed-(.*).swf$ /fpembed.php?vid=$1;
}
location = /rss.xml {
   rewrite ^(.*)$ /rss.php break;
}


Thank you!
Paul
Developer
Developer
 
Posts: 772
Joined: Jul 14, 2007 9 am
Reputation points: 38

Postby Scott on Aug 18, 2014 7 pm


Thanks for the reply Paul.

I have an small issue after upgrading, the PHPMELODY link in the admin area is not displaying, very strange, any ideas?

Image
User avatar
Scott
Verified Customer
Verified Customer
 
Posts: 46
Joined: Mar 10, 2008 12 pm
Location: longboat key, florida
Reputation points: 0

Postby Paul on Aug 18, 2014 7 pm


Try a hard refresh (hold Shift key pressed and click the reload icon); you might have the old CSS cached in your browser.

If that doesn't solve the problem, tell me, please, if there are any error messages displayed and what browser are you using?
Paul
Developer
Developer
 
Posts: 772
Joined: Jul 14, 2007 9 am
Reputation points: 38

Postby maniaka55 on Aug 18, 2014 7 pm


I have a problem with Articles.
Do not open links.

Video: http://www.youtube.com/watch?v=-xbo6lKLn5c
maniaka55
Verified Customer
Verified Customer
 
Posts: 63
Joined: Jun 10, 2013 11 am
Reputation points: 10

Postby Scott on Aug 18, 2014 8 pm


Paul wrote:Try a hard refresh (hold Shift key pressed and click the reload icon); you might have the old CSS cached in your browser.

If that doesn't solve the problem, tell me, please, if there are any error messages displayed and what browser are you using?


Tried the hard refresh, no change.

Running an older version of Safari on a mac and also have this issue on a new iPad.
User avatar
Scott
Verified Customer
Verified Customer
 
Posts: 46
Joined: Mar 10, 2008 12 pm
Location: longboat key, florida
Reputation points: 0

Postby gencaver on Aug 18, 2014 11 pm


I get this error when I try to open the admin page after updating my website to 2.2
Warning: Cannot modify header information - headers already sent by (output started at /home/engl..../public_html/config.php:80) in /home/eng..../public_html/admin/header.php on line 25
gencaver
Verified Customer
Verified Customer
 
Posts: 53
Joined: Sep 02, 2012 12 am
Reputation points: 0

Postby Paul on Aug 19, 2014 7 am


Scott wrote:
Paul wrote:Try a hard refresh (hold Shift key pressed and click the reload icon); you might have the old CSS cached in your browser.

If that doesn't solve the problem, tell me, please, if there are any error messages displayed and what browser are you using?


Tried the hard refresh, no change.

Running an older version of Safari on a mac and also have this issue on a new iPad.


Found the problem. It's because there's no 'Site title' defined.
To fix it, go to your Admin Area > General Settings and define a 'Site title'.

Thanks for pointing this out.


maniaka55 wrote:I have a problem with Articles.
Do not open links.

Video: http://www.youtube.com/watch?v=-xbo6lKLn5c


Thank you for reporting this bug.

In order to fix this, you'll need to open /include/article_categories.php,

FIND
Code: Select all
function art_get_categories($args = array())
{
   $args['db_table'] = 'art_categories';
   return load_categories($args); // @since 2.2
}


REPLACE WITH
Code: Select all
function art_get_categories($args = array())
{
   $args['db_table'] = 'art_categories';
   $categories = load_categories($args); // @since 2.2
   if (count($categories) > 0)
   {
      foreach ($categories as $id => $category)
      {
         $categories[$id]['link'] = art_make_link('category', array('tag' => $category['tag'], 'page' => '1'));
      }
   }

   return $categories;
}


Save and Upload.

I've patched the current packages and you can download them from Customer Area.
We will release a patch soon that's going to cover all the bugs found.

Thank you for your feedback!
Paul
Developer
Developer
 
Posts: 772
Joined: Jul 14, 2007 9 am
Reputation points: 38

Postby Paul on Aug 19, 2014 7 am


gencaver wrote:I get this error when I try to open the admin page after updating my website to 2.2
Warning: Cannot modify header information - headers already sent by (output started at /home/engl..../public_html/config.php:80) in /home/eng..../public_html/admin/header.php on line 25


You get the error just in the Admin Area or in Front End too?
Paul
Developer
Developer
 
Posts: 772
Joined: Jul 14, 2007 9 am
Reputation points: 38

Postby maniaka55 on Aug 19, 2014 9 am


@paul Thank you.


I found this file?
include/article_functions.php ?
I edited and became.
maniaka55
Verified Customer
Verified Customer
 
Posts: 63
Joined: Jun 10, 2013 11 am
Reputation points: 10

Postby Hero75 on Aug 19, 2014 10 am


Paul wrote:
Gisher wrote:One more question, no more turn off lights? (default template)

The button has been removed from the default template.

So this feature is now a premium theme only?
Hero75
Non-verified
Non-verified
 
Posts: 5
Joined: Aug 02, 2014 12 pm
Reputation points: 0

Postby gencaver on Aug 19, 2014 11 am


Paul wrote:
gencaver wrote:I get this error when I try to open the admin page after updating my website to 2.2
Warning: Cannot modify header information - headers already sent by (output started at /home/engl..../public_html/config.php:80) in /home/eng..../public_html/admin/header.php on line 25


You get the error just in the Admin Area or in Front End too?

just in the admin area
gencaver
Verified Customer
Verified Customer
 
Posts: 53
Joined: Sep 02, 2012 12 am
Reputation points: 0

Postby Scott on Aug 19, 2014 2 pm


Fantastic, this was driving me nuts.

Thank you for the support.



Paul wrote:
Scott wrote:
Paul wrote:Try a hard refresh (hold Shift key pressed and click the reload icon); you might have the old CSS cached in your browser.

If that doesn't solve the problem, tell me, please, if there are any error messages displayed and what browser are you using?


Tried the hard refresh, no change.

Running an older version of Safari on a mac and also have this issue on a new iPad.


Found the problem. It's because there's no 'Site title' defined.
To fix it, go to your Admin Area > General Settings and define a 'Site title'.

Thanks for pointing this out.


maniaka55 wrote:I have a problem with Articles.
Do not open links.

Video: http://www.youtube.com/watch?v=-xbo6lKLn5c


Thank you for reporting this bug.

In order to fix this, you'll need to open /include/article_categories.php,

FIND
Code: Select all
function art_get_categories($args = array())
{
   $args['db_table'] = 'art_categories';
   return load_categories($args); // @since 2.2
}


REPLACE WITH
Code: Select all
function art_get_categories($args = array())
{
   $args['db_table'] = 'art_categories';
   $categories = load_categories($args); // @since 2.2
   if (count($categories) > 0)
   {
      foreach ($categories as $id => $category)
      {
         $categories[$id]['link'] = art_make_link('category', array('tag' => $category['tag'], 'page' => '1'));
      }
   }

   return $categories;
}


Save and Upload.

I've patched the current packages and you can download them from Customer Area.
We will release a patch soon that's going to cover all the bugs found.

Thank you for your feedback!
User avatar
Scott
Verified Customer
Verified Customer
 
Posts: 46
Joined: Mar 10, 2008 12 pm
Location: longboat key, florida
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 11 guests

cron