If you would like to be one of the first people to hear about the release of our new components then make sure you have subscribed to our announcements list! We won't bug you with unnecessary stuff.
These forums are to discuss any RSjoomla! related questions. Please note that official support is offered via Customer Support Ticketing System only, responses in the forum are not guaranteed.
Hi After installing the RSfiles and when I tried to open it from com. menu it shows me this error message :
Parse error: syntax error, unexpected $end in C:wampwwwJoomla_RT_Elementaladministratorcomponentscom_rsfilesadmin.files.html.php on line 272
I'm using wamp as virtual server on my pc for testing purposes I'm using Joomla 1.1.13 I installed the RSforms and it's working fine
Now .. How can I fix this issue ?
The administrator has disabled public write access.
#2887
scitrek(User)
Fresh Boarder
Posts: 4
Re:Parse error: syntax error 2008/05/05 21:19
Karma: 0  
I had the same problem while opening the Themes admin section... It seems to be a code bug in the "admin.themes.html.php" file... To fix it, just open that file and change the code on line 215 this way:
Code:
<?
becomes
Code:
<?php
This error comes out because not all systems accept the "<?" open tag instead of the "<?php" one. I hope your can be fixed this way too.
Post edited by: scitrek, at: 2008/05/05 21:20
The administrator has disabled public write access.
#2888
scitrek(User)
Fresh Boarder
Posts: 4
Re:Parse error: syntax error 2008/05/05 21:32
Karma: 0  
I just checked, and yes, the above procedure needs to be done in three different files, always at the end of them The files are
admin.files.html.php
admin.layouts.html.php
admin.themes.html.php
I hope this will be soon fixed in the official version.
The administrator has disabled public write access.