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
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

Comment