Sinds een paar dagen heb ik een site draaien met PHPwebsite.
Werkt op zich super.
Tot gisteren avond.
Ik kan ineens geen groepen meer aanmaken en geen gebruikers in groepen plaatsen.
Als ik een ander Theme instel gaat dit wel
Stukje tekst van iemand die een soortgelijk probleem had:
Well I found the problem in case anyone needs to know:
I tried a different theme and for some reason it all worked so I checked the theme.tpl I wanted to use and found that I mistakenly inserted double quotes without any code between them. When I removed them, POOF!, Everything went back to working order. Yay!
Ik snap eigenlijk niet wat hij nu precies bedoeld.
Hoop dat iemand hier me kan helpen
Hier schijnt dus de fout in te zitten:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{TITLE}</title>
{METATAGS}
{JAVASCRIPT}
{STYLE}
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10%">[img]"{THEME_DIRECTORY}img/logo.gif"[/img]</td>
<td width="90%" style="background-image : url({THEME_DIRECTORY}img/bar.gif); background-repeat : repeat-x"> </td>
</tr>
</table>
<br />
<table border="0" cellpadding="5" cellspacing="0" width="100%" summary="Layout table">
<tr>
<!-- BEGIN LEFTSIDE -->
<td width="15%" valign="top" align="center">
{LEFT_COL_TOP}
{LEFT_COL_MID}
{LEFT_COL_BOTTOM}
</td>
<!-- END LEFTSIDE -->
<td valign="top" width="70%">
{TOP}
{BODY}
{BOTTOM}
</td>
<!-- BEGIN RIGHTSIDE -->
<td width="15%" valign="top" align="center">
{RIGHT_COL_TOP}
{RIGHT_COL_MID}
{RIGHT_COL_BOTTOM}
</td>
<!-- END RIGHTSIDE -->
</tr>
</table>
<!-- COPYRIGHT NOTICE -->
<!-- Since phpWebSite is free open source software we greatly appreciate
proper recognition of the development team and wish to see theme
developers receive due credit for their work.
Do not remove this copyright notice - if you wish to prevent the notice
from displaying, please enclose it in html comments. Additional
information on credits, copyrights and licenses can be found in the docs/
directory. -->
<div class="copyright">
<p>All site content © {SITE}</p>
<p>This site is powered by
<a href="http://phpwebsite.appstate.edu/" title="phpWebSite">phpWebSite
©
Appalachian State University</a>. phpWebSite is licensed under the <a
href="http://www.gnu.org/copyleft/lesser.html" title="GNU LGPL">GNU LGPL</a>
and <a href="http://www.gnu.org/copyleft/gpl.html" title="GNU GPL">GNU
GPL</a></p><br />
</div>
<!-- COPYRIGHT NOTICE -->
</body>
</html>
Ik hoop dat iemand me kan helpen.
Werkt op zich super.
Tot gisteren avond.
Ik kan ineens geen groepen meer aanmaken en geen gebruikers in groepen plaatsen.
Als ik een ander Theme instel gaat dit wel
Stukje tekst van iemand die een soortgelijk probleem had:
Well I found the problem in case anyone needs to know:
I tried a different theme and for some reason it all worked so I checked the theme.tpl I wanted to use and found that I mistakenly inserted double quotes without any code between them. When I removed them, POOF!, Everything went back to working order. Yay!
Ik snap eigenlijk niet wat hij nu precies bedoeld.
Hoop dat iemand hier me kan helpen
Hier schijnt dus de fout in te zitten:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{TITLE}</title>
{METATAGS}
{JAVASCRIPT}
{STYLE}
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10%">[img]"{THEME_DIRECTORY}img/logo.gif"[/img]</td>
<td width="90%" style="background-image : url({THEME_DIRECTORY}img/bar.gif); background-repeat : repeat-x"> </td>
</tr>
</table>
<br />
<table border="0" cellpadding="5" cellspacing="0" width="100%" summary="Layout table">
<tr>
<!-- BEGIN LEFTSIDE -->
<td width="15%" valign="top" align="center">
{LEFT_COL_TOP}
{LEFT_COL_MID}
{LEFT_COL_BOTTOM}
</td>
<!-- END LEFTSIDE -->
<td valign="top" width="70%">
{TOP}
{BODY}
{BOTTOM}
</td>
<!-- BEGIN RIGHTSIDE -->
<td width="15%" valign="top" align="center">
{RIGHT_COL_TOP}
{RIGHT_COL_MID}
{RIGHT_COL_BOTTOM}
</td>
<!-- END RIGHTSIDE -->
</tr>
</table>
<!-- COPYRIGHT NOTICE -->
<!-- Since phpWebSite is free open source software we greatly appreciate
proper recognition of the development team and wish to see theme
developers receive due credit for their work.
Do not remove this copyright notice - if you wish to prevent the notice
from displaying, please enclose it in html comments. Additional
information on credits, copyrights and licenses can be found in the docs/
directory. -->
<div class="copyright">
<p>All site content © {SITE}</p>
<p>This site is powered by
<a href="http://phpwebsite.appstate.edu/" title="phpWebSite">phpWebSite
©
Appalachian State University</a>. phpWebSite is licensed under the <a
href="http://www.gnu.org/copyleft/lesser.html" title="GNU LGPL">GNU LGPL</a>
and <a href="http://www.gnu.org/copyleft/gpl.html" title="GNU GPL">GNU
GPL</a></p><br />
</div>
<!-- COPYRIGHT NOTICE -->
</body>
</html>
Ik hoop dat iemand me kan helpen.