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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : November 22, 2008, 05:33:03 pm
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  [FIXED] 1.14.0 (SVN 343) Front End error
Advanced search
  « previous next »
Pages 1
Author
Topic: [FIXED] 1.14.0 (SVN 343) Front End error  (Read 2748 times)
« on: November 07, 2007, 02:07:13 am »
lightningbit Offline
Newbie
*
Posts: 6

View Profile Email

I just installed 1.14.0 (SVN 343) on joomla 1.0.13, with template

I enabled the user frontend to manage the galleries

when I then click on "my galleries", I get the error below


Code:
Warning: Missing argument 1 for mosPageNav::writePagesLinks(), called in /home/public_html/components/com_rsgallery2/templates/semantic/display.class.php on line 1359 and defined in /home/public_html/includes/pageNavigation.php on line 92
<< Begin < Vorige Volgende > Einde >>
« Last Edit: November 18, 2007, 10:02:07 am by Ronald Smit » Logged
 
Reply #1
« on: November 18, 2007, 08:05:08 am »
Simpel Offline
Newbie
*
Posts: 4

View Profile Email

Corrected by changing display.class.php (semantic template):


        <tr>
                <th colspan="4"><div align="center"><?php global $Itemid; echo $pageNav->writePagesLinks();echo "<br>".$pageNav->writePagesCounter(); ?></div></th>
            </tr>
 
change to:

        <tr>
                <th colspan="4"><div align="center"><?php global $Itemid; echo $pageNav->writePagesLinks("index.php?option=com_rsgallery2&amp;page=my_galleries");echo "<br>".$pageNav->writePagesCounter(); ?></div></th>
            </tr>
 
Logged
 
Reply #2
« on: November 18, 2007, 10:01:31 am »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1214

View Profile WWW Email

To both,

Or you could install the latest Nightly Build. A completely rewritten My Galleries is in there, fixing a number of problems.

Cheers,

Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Print  Pages 1
« previous next »
Jump to: