1
option
Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/7 22:52

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


I updated the version with the script miweb/update 2.57 --> 2.58. Leand 2.58 ---> 2.59 but i can not access the blocks. Maintenance modules only config general..

2
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 4:10

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


when updating the system module I get this message
le="color: #000000"><?php Error: Smarty error: [in db:system_userinfo.html line 31]: syntax error: unrecognized tag 'locale' (Smarty_Compiler.class.php, line 590) in file /class/smarty/Smarty.class.php line 1100

xoops 2.5.9
PHP: 7.1.11
MYSQL: 10.1.28

Resized Image

3
Bleekk
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 7:15

  • Bleekk

  • Theme Designer

  • Posts: 942

  • Since: 2002/12/14


what is in the line 31?
are you sure to have all required files in htdocs/class/smarty?

4
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 14:55

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


Line 31
le="color: #000000"><?php </tr>


le="color: #000000"><?php <{if $user_ownpage == true}> <form name="usernav" action="user.php" method="post"> <br><br> <table class="width70 aligncenter bnone"> <tr class="txtcenter"> <td><input type="button" value="<{$lang_editprofile}>" onclick="location='edituser.php'"/> <input type="button" value="<{$lang_avatar}>" onclick="location='edituser.php?op=avatarform'"/> <input type="button" value="<{$lang_inbox}>" onclick="location='viewpmsg.php'"/> <{if $user_candelete == true}> <input type="button" value="<{$lang_deleteaccount}>" onclick="location='user.php?op=delete'"/> <{/if}> <input type="button" value="<{$lang_logout}>" onclick="location='user.php?op=logout'"/></td> </tr> </table> </form> <br> <br> <{elseif $xoops_isadmin != false}> <br> <br> <table class="width70 aligncenter bnone"> <tr class="txtcenter"> <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&amp;uid=<{$user_uid}>&amp;op=modifyUser'"/> <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&amp;op=delUser&amp;uid=<{$user_uid}>'"/> </tr> </table> <br> <br> <{/if}> <table class="width100 bnone" cellspacing="5"> <tr class="aligntop"> <td class="width50"> <table class="outer width100" cellpadding="4" cellspacing="1"> <tr> <th colspan="2" class="txtcenter"><{$lang_allaboutuser}></th> </tr> <{if $user_avatarurl}> <tr class="aligntop"> <td class="head"><{$lang_avatar}></td> <td class="even txt center"><img src="<{$user_avatarurl}>" alt="Avatar"/></td> </tr> <{/if}> <{if $user_realname}> <tr> <td class="head"><{$lang_realname}></td> <td class="odd center"><{$user_realname}></td> </tr> <{/if}> <{if $user_websiteurl}> <tr> <td class="head"><{$lang_website}></td> <td class="even"><{$user_websiteurl}></td> </tr> <{/if}> <{if $user_email}> <tr class="aligntop"> <td class="head"><{$lang_email}></td> <td class="odd"><{$user_email}></td> </tr> <{/if}> <{if !$user_ownpage == true}> <tr class="aligntop"> <td class="head"><{$lang_privmsg}></td> <td class="even"><{$user_pmlink}></td> </tr> <{/if}> <{if $user_icq}> <tr class="aligntop"> <td class="head"><{$lang_icq}></td> <td class="odd"><{$user_icq}></td> </tr> <{/if}> <{if $user_aim}> <tr class="aligntop"> <td class="head"><{$lang_aim}></td> <td class="even"><{$user_aim}></td> </tr> <{/if}> <{if $user_yim}> <tr class="aligntop"> <td class="head"><{$lang_yim}></td> <td class="odd"><{$user_yim}></td> </tr> <{/if}> <{if $user_msnm}> <tr class="aligntop"> <td class="head"><{$lang_msnm}></td> <td class="even"><{$user_msnm}></td> </tr> <{/if}> <{if $user_location}> <tr class="aligntop"> <td class="head"><{$lang_location}></td> <td class="odd"><{$user_location}></td> </tr> <{/if}> <{if $user_occupation}> <tr class="aligntop"> <td class="head"><{$lang_occupation}></td> <td class="even"><{$user_occupation}></td> </tr> <{/if}> <{if $user_interest}> <tr class="aligntop"> <td class="head"><{$lang_interest}></td> <td class="odd"><{$user_interest}></td> </tr> <{/if}> <{if $user_extrainfo}> <tr class="aligntop"> <td class="head"><{$lang_extrainfo}></td> <td class="even"><{$user_extrainfo}></td> </tr> <{/if}> </table> </td> <td class="width50"> <table class="outer width100" cellpadding="4" cellspacing="1"> <tr class="aligntop"> <th class="txtcenter" colspan="2"><{$lang_statistics}></th> </tr> <tr class="aligntop"> <td class="head"><{$lang_membersince}></td> <td class="even txtcenter"><{$user_joindate}></td> </tr> <tr class="aligntop"> <td class="head"><{$lang_rank}></td> <td class="odd txtcenter"><{$user_rankimage}><br><{$user_ranktitle}></td> </tr> <tr class="aligntop"> <td class="head"><{$lang_posts}></td> <td class="even txtcenter"><{$user_posts}></td> </tr> <tr class="aligntop"> <td class="head"><{$lang_lastlogin}></td> <td class="odd center"><{$user_lastlogin}></td> </tr> </table> <{if $user_signature}> <br> <table class="outer width100" cellpadding="4" cellspacing="1"> <tr class="aligntop"> <th colspan="2" class="txtcenter"><{$lang_signature}></th> </tr> <tr class="aligntop"> <td class="even"><{$user_signature}></td> </tr> </table> <{/if}> </td> </tr> </table> <!-- start module search results loop --> <{foreach item=module from=$modules}> <br class="clear"/> <h4><{$module.name}></h4> <!-- start results item loop --> <{foreach item=result from=$module.results}> <img src="<{$result.image}>" alt="<{$module.name}>"/> <strong><a href="<{$result.link}>" title="<{$result.title}>"><{$result.title}></a></strong> <br> <span class="x-small">(<{$result.time|default:''}>)</span> <br> <{/foreach}> <!-- end results item loop --> <{$module.showall_link}> <{/foreach}> <!-- end module search results loop -->

5
Bleekk
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 19:17

  • Bleekk

  • Theme Designer

  • Posts: 942

  • Since: 2002/12/14


I think that some files are missing.
download xoops 2.5.9 from here
https://github.com/XOOPS/XoopsCore25/releases/tag/v2.5.9

copy all files from htdocs/class/smarty to the corresponding folder of your server.
I will test the module with a fresh xoops today and I will give you feedback

6
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 19:47

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


same result..
I tried a clean installation and apparently has the old theme pattern and not the new one like this picture Resized Image

7
Bleekk
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 19:58

  • Bleekk

  • Theme Designer

  • Posts: 942

  • Since: 2002/12/14


you have also the errors in a fresh install?

have you updated all modules after the upgrade?

8
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 20:13

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


on the site with the clean installation all ok without errors
but in my other updated site I have errors, like the previous image, I think I would migrate supporting the contents of the modules (mywords, xoopstube etc)

9
Bleekk
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 20:32

  • Bleekk

  • Theme Designer

  • Posts: 942

  • Since: 2002/12/14


this new icos are in the new admin theme called "transition"
you can activate the theme in the "general settings"

10
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 20:43

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


is active, now when I try to go to the internal maintenance modules it does not show me ...



Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits