RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 01, 2008, 02:39:07 pm
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  [SVN:96] Cannot enter backend configuration page
Advanced search
  « previous next »
Pages 1
Author
Topic: [SVN:96] Cannot enter backend configuration page  (Read 3938 times)
« on: June 23, 2007, 03:33:23 am »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

I got an almost blank page when clicked on the backend "Configuration"
Code:
<link href="http://www.dogneighbor.com/administrator/components/com_rsgallery2/admin.rsgallery2.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="http://www.dogneighbor.com/includes/js/overlib_mini.js"></script>
<script language="javascript" type="text/javascript" src="http://www.dogneighbor.com/includes/js/overlib_hideform_mini.js"></script>
        <table class="adminheading">
          <tr>
            <td><!--<img src="http://www.dogneighbor.com/administrator/components/com_rsgallery2/images/rsg2-logo.png" border=0 />--></td>
            <th class='config'>RSGallery Configuration</th>
          </tr>

        </table>
       
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #1
« on: June 23, 2007, 06:46:00 am »
Jonathan Offline
Dev Team
Jr. Member
*
Posts: 70



Made temporary fix in [SVN:97] on line 757 through 768 Joomla1.5 was going to drop patTemplate so not sure what we want to do about that, if this has been mentioned sorry. They mentioned that they J1.5 will support patTemplate for legacy purposes although its support is different than the current patTemplate. Do not see how to actually create a template with the newer pattemplate.

Code:
    757                 //Check for Joomla 1.5
    758                 if (!defined('_JEXEC')) {
    759                         require_once ( JPATH_ROOT . DS . 'includes' . DS . 'patTemplate' . DS . 'patTemplate.php' );
    760                 } else {
    761                         //jimport('pattemplate.patTemplate');
    762                         // Joomla 1.5 does not have createTemplate. Not sure how to handel this in 1.5.
    763                         require_once ( JPATH_ROOT . DS . 'includes' . DS . 'patTemplate' . DS . 'patTemplate.php' );
    764                         $tmpl =& patFactory::createTemplate( $option, true, false );
    765                         $tmpl->setRoot( dirname( __FILE__ ) . '/tmpl' );
    766
    767                         return $tmpl;
    768                 }
Logged
 
Reply #2
« on: June 23, 2007, 02:05:42 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1413



patTemplate has to go anyway, so now is the time.  Use Config Raw Edit to manipulate the configuration until it's done (soon).
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #3
« on: June 23, 2007, 05:13:55 pm »
Jonathan Offline
Dev Team
Jr. Member
*
Posts: 70



Fixed::pattemplate usage has been removed from config section as of [SVN:100].
« Last Edit: June 23, 2007, 05:32:06 pm by Jonathan » Logged
 
Print  Pages 1
« previous next »
Jump to: