OXID Community Forum

> German forum > Allgemeines > Class 'oxUBase' not found in /www/htdocs
Login
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Thread: Class 'oxUBase' not found in /www/htdocs


Reply
 
Thread Tools Display Modes
#Top   #1  
Old 05-22-2011, 02:56 PM
Mineutec Mineutec is offline
Member
Join Date: Jan 2011
Posts: 60
Mineutec is on a distinguished road
Default Class 'oxUBase' not found in /www/htdocs

Hallo Zusammen,
ich muss mal wieder ein Problme posten,woher auch immer das kommt. Immer wenn ich in meinen shop http://shop.mineutec.deauf Link gehe kommt folgender Fehler:

Fatal error: Class 'oxUBase' not found in /www/htdocs/v166690/eshop/links.php on line 31

abeile 31 in der Datei links.php steht:

PHP Code:
class Links extends oxUBase
{
    
/**
     * Current class template name.
     * @var string
     */
    
protected $_sThisTemplate 'page/info/links.tpl';

    
/**
     * Links list.
     * @var object
     */
    
protected $_oLinksList null;

    
/**
     * Template variable getter. Returns links list
     *
     * @return object
     */
    
public function getLinksList()
    {
        if ( 
$this->_oLinksList === null ) {
            
$this->_oLinksList false;
            
// Load links
            
$oLinksList oxNew"oxlist" );
            
$oLinksList->init"oxlinks" );
            
$oLinksList->getList();
            
$this->_oLinksList $oLinksList;
        }
        return 
$this->_oLinksList;
    } 

Vielen Dank für Eure Hilfe

Gruß Micha
Reply With Quote
#Top   #2  
Old 06-11-2011, 12:10 AM
Mineutec Mineutec is offline
Member
Join Date: Jan 2011
Posts: 60
Mineutec is on a distinguished road
Default AW: Class 'oxUBase' not found in /www/htdocs

Hat keiner eine Idee?
Reply With Quote
#Top   #3  
Old 06-11-2011, 09:27 AM
csimon csimon is offline
Moderator
Join Date: Mar 2009
Location: Stade
Posts: 635
csimon is on a distinguished road
Default AW: Class 'oxUBase' not found in /www/htdocs

Die "links.php' muss in den "Views" ordner, scheinbar liegt die im hauptverzeichnis rum.
__________________
Reply With Quote
#Top   #4  
Old 06-12-2011, 09:14 AM
Mineutec Mineutec is offline
Member
Join Date: Jan 2011
Posts: 60
Mineutec is on a distinguished road
Default AW: Class 'oxUBase' not found in /www/htdocs

Hi,
vielen Dank, das war es,funktioniert wieder!!!

Besten Dank

Gruß Micha
Reply With Quote
Reply

Bookmarks

Tags
class, or www or htdocs, oxubase

« Previous Thread | Next Thread »
Thread Tools
Display Modes

Nicht Sichtbar
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error: Call to a member function isEnabledPrivateSales() on a non-object in /is/htdocs/***/www/views/oxcmp_user.php on line 47 ThomasR Installation und Konfiguration 3 03-22-2011 01:18 PM
Fatal error: Class 'oxSuperCfg' not found SGobien OXID eFire 1 02-18-2011 10:03 AM
Fatal Error: class oxstart not found racoon Installation und Konfiguration 7 07-22-2009 02:33 PM
Class 'DOMDocument' not found in /volume1/web/ecom/admin/oxnavigationtree.php olidub Newbies 1 02-28-2009 01:09 AM
Not Found The requested URL /eshop/Accessoires/ was not found on this server samson Installation und Konfiguration 10 02-23-2009 09:09 PM

All times are GMT +2. The time now is 06:09 AM.