MagneticOne Support Forum
  MagneticOne Support Forum > Zen Cart Shopping Cart > Point of Sales for Zen Cart
Register FAQ Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 12-25-2009, 03:09 PM
Captain Tycoon Captain Tycoon is offline
Junior Member
 
Join Date: Dec 2009
Posts: 6
Captain Tycoon is on a distinguished road
Default cant scroll down

Hi.

I have Admin Profile installed and it wont let me 'check' m1 pos.index. This does not happen to any other checkbox.

I have made the following edits as shown in the installation instructions:

Quote:
If the checkmark cannot be entered, it is caused by the fact that Admin Profiles doesn't support dots and other symbols that are converted into underline symbol while posting data.

* To correct this open admin/admin_control.php file
* In the opened file locate line:
$field = $_POST[str_replace(' ', '_', $pages->fields['page'])];
* Replace it with the following text:
$pageField = str_replace(' ', '_', $pages->fields['page']);
$pageField = str_replace('.', '_', $pageField);
$field = $_POST[$pageField];
How do I fix this? I am using the trial key and I am looking to buy the Full Version IF it works. If i cannot get it to work by tomorrow, then I will have missed the deadline and won't purchase this.

Edit:

Also below are my server settings (a snippet of it):

Quote:
Server OS: Linux 2.100.3-1-amd64
Database: MySQL 5.0.85
HTTP Server: Apache
PHP Version: 5.2.42 (Zend: 2.2.0)
PHP Memory Limit: 32M
PHP Safe Mode: Off
Thanks
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



MagneticOne forums © 2008-2010 Innovative Software Development.
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.