Joomla! Discussion Forums



It is currently Sun Nov 22, 2009 4:07 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 310 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 11  Next
Author Message
 Post subject: Re: JMultimedia Q&A
Posted: Tue Dec 23, 2008 6:49 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 01, 2008 11:39 pm
Posts: 106
Location: Brazil
.Joel wrote:
Hi,

JMultimedia looks great, my question however is this still an actively developed extension?

Regards,

.Joel


Yes joel,
I still working on it but as you see is a lot of work for one developer so im looking for other people to join the project

any sugestion idea is welcome

_________________
http://3den.org
3DEN - Open Software


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Dec 30, 2008 4:54 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
I have a odd problem. I think its just me but dont know.
When I use gallery Layout and click on and item in the gallery I get a 500 Server Error
Code:
500 - Layout "compact" not found

Could it be cause im using SEO feature. But all other links work? why just that one?
My links in Gallery or compact layout look like this
Code:
/MenuName?view=media&id=6

Any ideas?

thnx
Z

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Thu Jan 01, 2009 11:12 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
Ok so I just tested my site with SEO off. and it worked. So found the source.
Has anyone besides me look at the code? Cause im not to sure where to look for fixing SEO problem.

O Btw! I am not a big Youtube fan. I use MegaVideo. I already made and tested adding MegaVideo's and it shows thumb of the Video. So if anyone is interested in that I can post the code for it.

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Thu Jan 01, 2009 11:18 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
3dentech wrote:
.Joel wrote:
Hi,

JMultimedia looks great, my question however is this still an actively developed extension?

Regards,

.Joel


Yes joel,
I still working on it but as you see is a lot of work for one developer so im looking for other people to join the project

any sugestion idea is welcome

I would be able to help in my spare time. As I said in my previous post I have already added a feature for my own site.

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Fri Jan 02, 2009 5:57 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
Ok I fixed it... lol
Ok so anyone who uses SEO feature heres what you need to modify to fix the Compact layout error.
Go to

Joomle Root :: components/com_jmultimedia/views/jmultimedia/tmpl/compact_items.php

and change this line

Code:
$link =  JRoute::_('index.php?option=com_jmultimedia&view=media&id=' . $item->id);


to

Code:
$link =  JRoute::_('index.php?option=com_jmultimedia&view=media&id=' . $item->id . '&layout=default');


:D :D

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Sat Jan 03, 2009 2:41 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Nov 02, 2005 6:26 am
Posts: 136
Location: Australia
Anyone know what happened to 3den.org?
I was planning on playing with this extension today to see its features.

Regards,

.Joel


EDIT: Found it, now on Joomlacode!
http://joomlacode.org/gf/project/denvideo/


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Sat Jan 03, 2009 8:22 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Nov 02, 2005 6:26 am
Posts: 136
Location: Australia
Hi All,

When trying to install com_all_comments I get the following error:

JInstaller::install: File '/home/joel/public_html/dev/website/tmp/install_495f18d6f1ee6/com/site/assets' does not exist.

Joomla 1.5.8

Any ideas?

Regards,

.Joel


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Sat Jan 03, 2009 10:40 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Jul 06, 2006 12:57 pm
Posts: 470
'/home/joel/public_html/dev/website/tmp/install_495f18d6f1ee6/com/site/assets

I have got similar errors to and in my case it was the web server settings that was wrong. Try to chmod change tmp to 777 and also check who is owner of the files. Remove and reinstall.

Hope this will help. ???

Anyhow great work on this multimedia suite even that I have not tried it yet I will!

Viva Brazil! ;)

_________________
Success in the long run Its not about the code its about the people and community that's make it!
Its not what you say its what you do that matters!

Darb - aka ssnobben


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Sat Jan 03, 2009 12:37 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Nov 02, 2005 6:26 am
Posts: 136
Location: Australia
Hi darb,

I tried that, made sure ownership was correct, permission settings are correct, still gives the same error.

Regards,

.Joel


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Sun Jan 04, 2009 7:39 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
This is a common problem with all installs. I've seen tons and tons of post on it. and had the same problem myself. It differs for everyone.
It could be hosting issues. permission issues(already addressed), FTP issues, or something else.
If you have godaddy hosting check here
viewtopic.php?f=429&t=224386

otherwise check these for help
viewtopic.php?f=428&t=194876
viewtopic.php?f=431&t=313091&p=1380467
viewtopic.php?f=35&t=1301
viewtopic.php?f=429&t=346309

Hope that helps
Its still a lil early for me and didnt find all the posts i've seen before :-[
:D

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 1:20 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Nov 02, 2005 6:26 am
Posts: 136
Location: Australia
Hi skysoftnow,

The server is a dedicated box, I have full access over it. Took some time to go through all the threads you linked to, no luck.

Even tried unzipping to the tmp directory. Still tells me the site/assets folder is missing. I'm starting to think it is a problem with the updated component com_all_comments_v1.0b1.zip

Can anyone else confirm they have this latest version of this component working?

Regards,

.Joel


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 1:23 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 01, 2008 11:39 pm
Posts: 106
Location: Brazil
Hello guys,
Im working on the new genaration of JMultimedia so all this bugs shaw be fixed,
A lot of improvement have ben done to the code too (many are not visible) you can get the last verson here http://joomlacode.org/gf/project/denvideo/frs/ :eek: there is a lot of work for a single coder so if you also want to develop the next cuting edge Multimedia solusion you are welcome to joins JMultimedia

_________________
http://3den.org
3DEN - Open Software


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 3:31 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
.Joel wrote:
Hi skysoftnow,

The server is a dedicated box, I have full access over it. Took some time to go through all the threads you linked to, no luck.

Even tried unzipping to the tmp directory. Still tells me the site/assets folder is missing. I'm starting to think it is a problem with the updated component com_all_comments_v1.0b1.zip

Can anyone else confirm they have this latest version of this component working?

Regards,

.Joel

I installed with out a problem. I did notice though you are using a Beta. Might try installing a stable version

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 3:54 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
3dentech wrote:
Hello guys,
Im working on the new genaration of JMultimedia so all this bugs shaw be fixed,
A lot of improvement have ben done to the code too (many are not visible) you can get the last verson here http://joomlacode.org/gf/project/denvideo/frs/ :eek: there is a lot of work for a single coder so if you also want to develop the next cuting edge Multimedia solusion you are welcome to joins JMultimedia

How do I join?

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 4:05 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Nov 02, 2005 6:26 am
Posts: 136
Location: Australia
skysoftnow wrote:
I installed with out a problem. I did notice though you are using a Beta. Might try installing a stable version

It is part of the package: http://joomlacode.org/gf/project/denvideo/frs/

There is no "stable" version to my knowledge. This component is being developed by Marcelo as part of JMultimedia.

Regards,

.Joel


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 4:45 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
sorry, I meant 'Mature' version. Cause I didnt download any of the beta.

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 2:41 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 01, 2008 11:39 pm
Posts: 106
Location: Brazil
joel is right there is no stable version im working on that now

You can help the project by 2 ways:
by Coding (fixing bug or implementing new features)
by Report (your opnion is very important) this post also keep me motivated, man i love this project

to join goto http://joomlacode.org/gf/project/denvideo/ you can create an acount im the only active developer, any help will be helpfull and you names will be on JMultimedia Stalbe credits and thanks ForEver!!!!

_________________
http://3den.org
3DEN - Open Software


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Mon Jan 05, 2009 2:51 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 01, 2008 11:39 pm
Posts: 106
Location: Brazil
.Joel wrote:
Hi skysoftnow,

The server is a dedicated box, I have full access over it. Took some time to go through all the threads you linked to, no luck.

Even tried unzipping to the tmp directory. Still tells me the site/assets folder is missing. I'm starting to think it is a problem with the updated component com_all_comments_v1.0b1.zip

Can anyone else confirm they have this latest version of this component working?

Regards,

.Joel


I think it is fixed now, if still a bug please let me now im using it here http://tvfir.co.cc

_________________
http://3den.org
3DEN - Open Software


Top
  E-mail  
 
Posted: Tue Jan 06, 2009 4:17 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 04, 2009 2:50 am
Posts: 28
ok this is my problem
it works fine, i like it to show the youtubevideos, but... each time when I click in a categorie, it doesnt show me the videos of that categories, it shows me all the videos I have uploaded, so it doesnt follow the order,
and when I am in the manager, and i want to see the videos of one categorie, it always says

MUST CONTAIN A TITLE, but it has a title, each video have a tittle, well I hope someone help me, thank you!!

i just intalled the last update but i have the same problem

http://img383.imageshack.us/my.php?imag ... 997cz5.gif


You do not have the required permissions to view the files attached to this post.


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Jan 06, 2009 6:24 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 04, 2009 2:50 am
Posts: 28
hello, so someone can help me???
Even I changed of categorie, it just keep showing me all the videos and dont respect the categories, i hope someone can help me thanks


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Jan 06, 2009 9:05 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
Ok I got your pms.
I didnt do anything special to my site. Its prolly not working for you cause didnt set it up right.
What I did it make all my categories. Then add movies to certain categories I made. Thats pretty much it.

How did you set up your site?

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Jan 06, 2009 9:37 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 04, 2009 2:50 am
Posts: 28
what you mean with that? I installed all the things correctly, the denvideo, the JMultimedia and after that i made 2 categories and i put videos and after that it just happen, even in the website of the DEMO,
http://tvfir.co.cc/index.php?option=com ... &Itemid=15
if you try to change of categorie, it doesnt change, it just show you all the categories,... but in your website, it does show you the right videos in each categories

well.... i am going to install everything again



ok i just installed everything again and it shows me the same problem... what can I do?
I enable all the plugins and the modules, and componentes and nothing


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Jan 06, 2009 10:08 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
Well I need to know a few things before I can help
What Version of Joomla you have?
Type of Hosting?
whats the name of the files you install?
and what web browser you using?

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Jan 06, 2009 10:19 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 04, 2009 2:50 am
Posts: 28
1.5.8 ( it was 1.5.7 and I updated to 1.5.8)
Paid (3ix.org) they have joomla 1.5.7 so I installed that first and after that I uploaded
that was is the one I downloaded from the website and I installed everything ALL_IN_ONE.UNZIP.FIRST
Firefox, Explorer 7

even in the website of the DEMO,
http://tvfir.co.cc/index.php?option=com ... &Itemid=15
if you try to change of categorie, it doesnt change, it just show you all the categories,... but in your website, it does show you the right videos in each categories


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Tue Jan 06, 2009 10:53 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
hmm
Well Im still on 1.5.7. Don't know what version the Demo is on. I haven't attempted to upgrade to 1.5.8 yet.
The only other thing I can think of is how you setup the Menu to Jmultimedia.
Cause when you set that up is has a option for a certain category. I didn't set one. Though, that still doesnt make sense seeing as how on the Menus where I do set a category I was still able to switch.
First make sure that the menu you set for JMultimedia doesnt have a category set.
Other than that I don't know what to tell you at the moment. I will have to look into that

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Wed Jan 07, 2009 12:33 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Apr 25, 2008 3:51 am
Posts: 2
i have j 1.5.8 installed and Jmultimedia, but when i try to upload / add video to component is show me a blank page with no error but the video is not uploaded.


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Wed Jan 07, 2009 10:56 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 01, 2008 11:39 pm
Posts: 106
Location: Brazil
WOW there was a realy bug! the controller was calling save task wen you try to order that is becauso of the way the view was used, so now i created a controll flag to manage the tasks, there was almost 40 files changend ive also updated the Comments extentions,

Skysoftnow also sended a bug with sef so ive fixed it with your solution on component and also on module

You are great guys, i can feel the stable version geting closer, i will make sure add thanks on JED to you and also add links to you site (if you agree)

http://joomlacode.org/gf/project/denvid ... tion=index

_________________
http://3den.org
3DEN - Open Software


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Wed Jan 07, 2009 11:03 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 01, 2008 11:39 pm
Posts: 106
Location: Brazil
I always use the last joomla version on my sites, there is no incomptiblity with 1.5.x
this upload bug can be because the file you are sending is to big, upload shall only be used for files smaller then 1mb

anyway you can also test here http://tvfir.co.cc/

_________________
http://3den.org
3DEN - Open Software


Top
  E-mail  
 
 Post subject: Re: JMultimedia Q&A
Posted: Thu Jan 08, 2009 5:33 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 08, 2008 4:47 am
Posts: 31
Location: USA
Glad I was able to help. I dont mind my site and stuff on there. I hope I can be a part of this (get around to registering for it) :]

and the problem with lvliguel was fixed. Where we thought it was joomla version. I think he has the beta version of JMultimedia. I sent him the mature version I used and it worked

_________________
Web Design Enthusiast!

Sky Soft Designs http://www.skysoftdesigns.com
Durka 2 Manga http://www.durka2manga.com/


Top
   
 
 Post subject: Re: JMultimedia Q&A
Posted: Thu Jan 08, 2009 3:32 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Apr 25, 2008 3:51 am
Posts: 2
i have this, error :

Notice: Use of undefined constant defdir - assumed 'defdir' in /hsphere/local/home/imobgrup/21imobgrup.ro/plugins/content/denvideo.php on line 127 Fatal error: Undefined class name 'self' in /hsphere/local/home/imobgrup/21imobgrup.ro/components/com_jmultimedia/helpers/files.php on line 315


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 310 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 11  Next

Quick reply

 



Who is online

Users browsing this forum: alexm123 and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group