comus..help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NickRac
    Confirmed User
    • Nov 2004
    • 584

    #1

    comus..help!

    I just installed ocmus for the first time (instead of autogallery) and I'm getting this whenever I try to build my site...

    Sorry Web Based Page Editing is disabled for this IP: 68.198.115.46
    You can currently only edit pages by uploading them to the server via FTP, and then building your site

    To renable editing via the web, Enter your IP into the only_allowed_ips list of /ct/access_control.php

    It should look something like this.
    <?PHP
    $enable_page_editing = 1;
    $only_allowed_ips = '68.198.115.46';
    ?>


    Now instinct told me to go and edit my access_control.php file in /ct but alas THERE WAS NO SUCH FILE - what do I do?

    Nick
  • ionic
    Confirmed User
    • May 2005
    • 443

    #2
    open notepad and paste in:
    <?PHP
    $enable_page_editing = 1;
    $only_allowed_ips = '68.198.115.46';
    ?>

    save the file as access_control.php, then upload it to your comus dir

    Comment

    • Realpascal
      Confirmed User
      • Jun 2005
      • 2119

      #3
      You think there's life on Mars ?
      OMGWTFBBQ

      Comment

      Working...