Welcome, Guest
Please Login or Register.    Lost Password?
White screen in backend (1 viewing) (1) Guest
Go to bottom Favoured: 0
  • Page:
TOPIC: White screen in backend
#341
Re:White screen in backend 6 Months ago Karma: 0  
I think so, although in IIS I also saw php5 but I thinkg I'm on 4.
xiphias (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#342
Re:White screen in backend 6 Months ago Karma: 3  
If you have any possiblity to upgrade to 5 I would recommend it.. If not you will have to wait until I have checked the problem properly (working on it right now)...
Mackelito (Moderator)
Keeps getting better and better!
Moderator
Posts: 163
graph
User Offline Click here to see the profile of this user
Gender: Male markusthiel Wombatmedia.se Location: Stockholm Birthdate: 1981-09-05
Logged Logged  
 
Keeps getting better and better!
 
The administrator has disabled public write access.  
#343
Re:White screen in backend 6 Months ago Karma: 3  
A temporary fix:

in the file controller.php find the function "public function upload()"

and comment it /* */

Code:

/*public function upload()
  {
  global $mainframe, $option;
  jimport('joomla.filesystem.file'); 
  // Check for request forgeries
JRequest::checkToken( 'request' ) or jexit( 'Invalid Token' );

$file  = JRequest::getVar( 'Filedata', '', 'files', 'array' );
$file['name'] = JFile::makeSafe($file['name']);

$err  = '';
$config   =& JComponentHelper::getParams( 'com_media' );

if( is_array($file) && $file['size'] > 0 )
{
if( $file['size'] > $config->get('upload_maxsize') )
{
$err = JText::_('File Size is too large. Maximum file size is '.( $config->get('upload_maxsize') / 1000 ).' KB') ;
$mainframe->redirect( "index2.php?option=$option&task=banners",$err );
return false;
}
}

$filepath = JPath::clean(JPATH_SITE.DS.'images'.DS.'banners'.DS.$file['name'] );
if (!JFile::upload($file['tmp_name'], $filepath))
{
$err =  JText::_('Error uploading the file') ;
$mainframe->redirect( "index2.php?option=$option&task=banners",$err );

//return true; 
//$mainframe->redirect( "index.php?option=com_media&tmpl=component&view=medialist&folder=banners", JText::_('Upload successfull') );
echo "<h2>" .JText::_('Upload successfull'). "</h2>";
  } */

Mackelito (Moderator)
Keeps getting better and better!
Moderator
Posts: 163
graph
User Offline Click here to see the profile of this user
Gender: Male markusthiel Wombatmedia.se Location: Stockholm Birthdate: 1981-09-05
Logged Logged  
 
Keeps getting better and better!
 
The administrator has disabled public write access.  
#344
Re:White screen in backend 6 Months ago Karma: 0  
There is no such function in components/com_artbannersplus/controller.php
xiphias (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#345
Re:White screen in backend 6 Months ago Karma: 3  
in administrator/components/com_artbannersplus/
Mackelito (Moderator)
Keeps getting better and better!
Moderator
Posts: 163
graph
User Offline Click here to see the profile of this user
Gender: Male markusthiel Wombatmedia.se Location: Stockholm Birthdate: 1981-09-05
Logged Logged  
 
Keeps getting better and better!
 
The administrator has disabled public write access.  
#346
Re:White screen in backend 6 Months ago Karma: 0  
That sort of seems to work, thanks.

Now I have to find out what language the component is, getting messages in unknow language when trying to import a ArtBannerPlus XML from Joomla 1.0 but I'll see what Google Translate can tell me.

Thanks so far.
xiphias (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
Go to top
  • Page:
join

Newsletter

Latest Forum Topics


More...