Loading ...

PHP Melody v1.8.1

Board index / General Chat / Announcements

News and announcements from our team

Postby azizig on Jan 17, 2013 6 pm


Hi Sir ,

I'm the owner of http://www.azizig.com/videos
I updated the version today to the new one v1.8.1
But after that , the mobile version is not working however we downloaded the adds-on from the Customer Area (the Download Products page) and it's giving me this message :

Fatal error: Cannot redeclare smarty_art_html_list_categories in /home/azizigc/public_html/videos/include/article_functions.php on line 2210

What's wrong ?

Thanks,
azizig
Non-verified
Non-verified
 
Posts: 5
Joined: Jan 12, 2013 7 pm
Location: SYRIA & QATAR
Reputation points: 0

Postby enculescu on Jan 17, 2013 7 pm


So once with the update i managed to screw my whole website.

Updated as written in PDF File and now my website Admin Area and Front Area are screwed ... To download the backup i have to wait 1 hour :)). My users won`t he to happy.

Check it out : http://www.cinemaxx.rs

//LE :

This is how my admin area looks like :

Image

Just logged in in Admin Area and didn`t click anything ... The Add Video is appearing on all sections
enculescu
Verified Customer
Verified Customer
 
Posts: 112
Joined: Jan 01, 2010 8 pm
Location: Romania
Reputation points: 10

Postby Dulci on Jan 17, 2013 7 pm


this is why i dont wanted to launch a small update too soon because there could be a lot of problems. i installed on my test site wich i dont use. it works for me. but import videos from youtube sucks. you cant preview the video the right way it opens youtube page instead of opening a small preview player.

when you want to import videos it stays at 0 files but it imports all files you selected.
Dulci
Verified Customer
Verified Customer
 
Posts: 36
Joined: Jun 24, 2009 12 pm
Reputation points: 3

Postby enculescu on Jan 17, 2013 7 pm


I`ve managed to put the backup back.... The update to 1.8.1 worked for about 5 minutes or maybe i had the cache and this is why i didn`t managed to view the error sooner ...

Waiting for 1.9 :) ... Hope that with 1.8 won`t be any security issues :)
enculescu
Verified Customer
Verified Customer
 
Posts: 112
Joined: Jan 01, 2010 8 pm
Location: Romania
Reputation points: 10

Postby nzpoint on Jan 17, 2013 8 pm


look like with 1.8.1 you get more bugs lol, i was going to update, but no thanks :)
nzpoint
Verified Customer
Verified Customer
 
Posts: 140
Joined: Apr 17, 2008 9 pm
Reputation points: 10

Postby ababneh on Jan 18, 2013 1 am


caemdaRe wrote:I can't add local video.

I got this error

Image

http://www.dunyaninfilmi.net

i sent you my servers information.


I can confirm this issue with (add article) as well, after update:

Image
User avatar
ababneh
Verified Customer
Verified Customer
 
Posts: 223
Joined: Jun 24, 2009 2 am
Reputation points: 25

Postby ElMaitron on Jan 18, 2013 3 am


Hi!

"ADVERTISMENTS" section is all over the place.

I'm trying to search by video id number but it won't pull down. Please see below image:
Image

Also, when adding a new video the "Options" links doesn't work! I can't add the category for the video I'm adding.

Thank you!
http://www.Guanacos.tv - Over 45,000 Videos from El Salvador
ElMaitron
Verified Customer
Verified Customer
 
Posts: 55
Joined: Sep 29, 2009 6 pm
Location: New York
Reputation points: 0

Postby Andrew on Jan 18, 2013 4 am


Most of the issues posted in here are clearly related to JavaScript errors.

Log into your Admin Area, right-click > "View page source" in your browser and look for this in your code:
Code: Select all
jquery-latest.min.js


If you find jquery-latest.min.js, open:

/admin/header.php
---------------[ FIND ]---------------
Code: Select all
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>

---------------[ REPLACE WITH ]---------------
Code: Select all
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby ElMaitron on Jan 18, 2013 5 am


Thank you Andrew! U da best! it works now!

Question? Why do I get this message on my "dashboard"?

"Sorry! Couldn't fetch the news. Please join our newsletter at http://www.phpsugar.com to stay up-to-date."

Regards,

Carlos
http://www.Guanacos.tv - Over 45,000 Videos from El Salvador
ElMaitron
Verified Customer
Verified Customer
 
Posts: 55
Joined: Sep 29, 2009 6 pm
Location: New York
Reputation points: 0

Postby chatflash on Jan 18, 2013 6 am


The Admin Dashboard show the latest important news from PhpSugar, for announcing new update's.
When you don't want this (Or when it is not working), you can remove from admin/index.php the following code:
Code: Select all
   <h2>Updates</h2>
    <ul class="morning-news border-radius3" id="morning-news">
    <?php echo cache_this('get_rss_news', 'home_news'); ?>
    </ul>
User avatar
chatflash
Verified Customer
Verified Customer
 
Posts: 977
Joined: Nov 24, 2007 1 pm
Location: Netherlands
Reputation points: 132

Postby gotunes on Jan 18, 2013 6 am


hmm, still have no Bronx template's update.
U force me move to default template?
gotunes
Verified Customer
Verified Customer
 
Posts: 82
Joined: Jul 30, 2009 9 am
Reputation points: 3

Postby Paul on Jan 18, 2013 11 am


I just pushed the hotfix for those who are getting a "duplicate function" error when accessing their site via a mobile device.

I haven't incremented the version number to 1.8.2 because it would be very confusing to those who haven't updated to 1.8.1 already.

So please get the patch (1.8.1) from Customer Area and apply it again.
--- or ---
you can edit your code, should you wish to do so.

Open include/article_functions.php
---------------[ FIND ]---------------
Code: Select all
function smarty_art_html_list_categories($params, &$smarty)
{
   return art_html_list_categories();
}


---------------[ REPLACE WITH ]---------------
Code: Select all
if ( ! function_exists('smarty_art_html_list_categories'))
{
   function smarty_art_html_list_categories($params, &$smarty)
   {
      return art_html_list_categories();
   }
}


That's it.
Paul
Developer
Developer
 
Posts: 772
Joined: Jul 14, 2007 9 am
Reputation points: 38

Postby enculescu on Jan 18, 2013 3 pm


When we are going to receive a complete update without modifying certain files ? ... Just an update "run&go"

The 1.6 was clearly more better at this kind of stuff. Never had issues with 1.6 ...
enculescu
Verified Customer
Verified Customer
 
Posts: 112
Joined: Jan 01, 2010 8 pm
Location: Romania
Reputation points: 10

Postby Andrew on Jan 18, 2013 5 pm


Version 1.6 had way more problems than v1.8 considering how much code has been changed since 1.6.7 ;)

The 99% of the problems reported here about v1.8.1 were caused by a small mistake on my part when creating the patch. I compared the fixes (changed code) to an already patched 1.8 Admin Area and failed to notice the JQuery fix (for the Admin Area).

This experience also serves as a reminder for owners of large PHP Melody powered sites. It's best to wait at least 48 hours before applying any patch. This problem shouldn't appear in regular updates since those will be "beta-tested" to the moon and back.

Sorry about this guys, everything has been today You can re-download the v1.8.1 patch if you're late at the v1.8.1 party.

Now we can all relax a bit for the weekend.
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby azizig on Jan 18, 2013 6 pm


Thanks for your help. It became ok now ..

Thanks alot
azizig
Non-verified
Non-verified
 
Posts: 5
Joined: Jan 12, 2013 7 pm
Location: SYRIA & QATAR
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 15 guests

cron