The Joomla! Forum ™



Forum rules


Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.



Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Wed May 06, 2009 6:11 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Tue Jan 13, 2009 1:52 pm
Posts: 165
create a component so suggest me what is error and what is process of bebug

View class not found [class, file]: userinfoViewuserinfo, C:\wamp\www\JoomlaCurrent\administrator\components\com_userinfo\views\userinfo\view.html.php


Top
 Profile  
 
PostPosted: Wed May 06, 2009 11:04 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sun Oct 22, 2006 1:29 am
Posts: 104
Location: Montréal
Post the lines of code where you load that class and what's it's name? You need to post more detail if you want an answer!

_________________
http://www.vivahate.org :: Music & Web dev Blog


Top
 Profile  
 
PostPosted: Wed May 06, 2009 11:46 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Tue Jan 13, 2009 1:52 pm
Posts: 165
meloman wrote:
Post the lines of code where you load that class and what's it's name? You need to post more detail if you want an answer!


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


Top
 Profile  
 
PostPosted: Wed May 06, 2009 10:08 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sun Oct 22, 2006 1:29 am
Posts: 104
Location: Montréal
It's not really a bug, it seems to be missing a lot of code for that component to work! First, there is no view named "userinfo", your view is named "default"...

_________________
http://www.vivahate.org :: Music & Web dev Blog


Top
 Profile  
 
PostPosted: Sat Jun 13, 2009 12:09 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jun 13, 2009 11:58 am
Posts: 1
I am having the same problem and getting the same error message. Is it possible that this is a problem with the permission of a file ?

_________________
http://www.kostenlosekleinanzeigen.net
http://www.webkatalog2009.info


Top
 Profile  
 
PostPosted: Sat Jun 13, 2009 1:38 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Jul 17, 2008 3:10 pm
Posts: 10761
Location: Ireland
kkanz wrote:
I am having the same problem and getting the same error message. Is it possible that this is a problem with the permission of a file ?

Are you creating a new extension? Or are you using an extension?

Olaf

_________________
Olaf Offick - Global Moderator
http://learnskills.org


Top
 Profile  
 
PostPosted: Thu Jul 02, 2009 5:13 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jul 02, 2009 4:35 pm
Posts: 10
I have the same problem:

500 - Ha ocurrido un error.

View class not found [class, file]: usersViewuser, /home/eabierto/public_html/appcu/administrator/components/com_users/views/user/view.html.php


Top
 Profile  
 
PostPosted: Thu Jul 02, 2009 6:43 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Jul 17, 2008 3:10 pm
Posts: 10761
Location: Ireland
zaner wrote:
I have the same problem:

500 - Ha ocurrido un error.

View class not found [class, file]: usersViewuser, /home/eabierto/public_html/appcu/administrator/components/com_users/views/user/view.html.php


Mod Note: Duplicate post deleted, please do not post your question twice.

Are you trying to create an extension or are you using an extension?

Olaf

_________________
Olaf Offick - Global Moderator
http://learnskills.org


Top
 Profile  
 
PostPosted: Thu Jul 02, 2009 8:34 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 09, 2009 7:07 pm
Posts: 49
Location: Barcelona, Spain
Your com_userinfo.zip is correct and it doesn't match with the error message posted

Quote:
View class not found [class, file]: userinfoViewuserinfo, C:\wamp\www\JoomlaCurrent\administrator\components\com_userinfo\views\userinfo\view.html.php


Top
 Profile  
 
PostPosted: Fri Jul 03, 2009 1:29 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 17, 2009 12:45 am
Posts: 12
amarbhanu wrote:
create a component so suggest me what is error and what is process of bebug

View class not found [class, file]: userinfoViewuserinfo, C:\wamp\www\JoomlaCurrent\administrator\components\com_userinfo\views\userinfo\view.html.php


Try this:
Code:
   function display() {

        // Make sure we have a default view

        $view = $this->getView("userinfo", "html");
        $view->display();
        }


Put this code in your controller.php, if doesn't work put the code below and post the result

Code:
   function display() {

        // Make sure we have a default view

        $view = $this->getView("userinfo", "html");
        echo "<pre>";
        var_dump($view);
        echo "</pre>";
        die;
        $view->display();
        }


Top
 Profile  
 
PostPosted: Fri Jul 10, 2009 5:31 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jul 02, 2009 4:35 pm
Posts: 10
I am not using any extension.


Top
 Profile  
 
PostPosted: Sun Jul 12, 2009 8:03 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Jul 17, 2008 3:10 pm
Posts: 10761
Location: Ireland
well, the component com_userinfo is not coming with Joomla 1.5.

Olaf

_________________
Olaf Offick - Global Moderator
http://learnskills.org


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 



Who is online

Users browsing this forum: No registered users and 7 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® Forum Software © phpBB Group