The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> PHP framework
adnan shahid
post Aug 2 2014, 07:14 AM
Post #1


Member
***

Group: Members
Posts: 61
Joined: 23-June 14
Member No.: 21,128



Kindly tell the error during the framework installation downloaded from http://clip-bucket.com/latest.
The framework is here.
http://myproject.6te.net/cb_install/
The error is following.
Parse error: syntax error, unexpected end of file in /home/vhosts/myproject.6te.net/cb_install/modes/permission.php on line 38
Thanks

HERE IS permission.php

CODE

<h2>Checking File &amp; Directories Permissions</h2>
    ClipBucket need some files and folders permissions in order to store files properly, please make sure all files given below are chmod properly<br />
<em>CHMOD : the chmod command (abbreviated from <strong>ch</strong>ange <strong>mod</strong>e) is a shell command and C language function in Unix and Unix-like  environments.</em></p>
    
</p>


<dl>
<? $permissions = checkPermissions(); ?>
<?php
    foreach($permissions as $permission)
    {
        ?>
        <dt style="width:300px"><?=$permission['path']?></dt>
        
        <dd><?=msg_arr($permission);?></dd>
        <?
    }
?>
    
</dl>


<form name="installation" method="post" id="installation">
    <div style="padding:10px 0px" align="right">
    <?=button('Recheck',' onclick="$(\'#mode\').val(\'permission\');
     $(\'#installation\').submit()" ',true);?>
    
    <?=button('Continue To Next Step',' onclick="$(\'#installation\').submit()" ');?></div>
    
    <?php if(!$upgrade): ?>
    <input type="hidden" name="mode" value="database"  id="mode"/>
    <?php else: ?>
    <input type="hidden" name="mode" value="dataimport"  id="mode"/>
    <?php endif; ?>
</form>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 27th April 2024 - 04:13 PM