Zen Cart Logo
Forums / Addon Shipping Modules / OSC to Zen ,tep_cfg_select_option() error

OSC to Zen ,tep_cfg_select_option() error

Locked

Views: 1,180

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Nov 2009, 9:02 AM
#1
chronicent avatar

chronicent

New Zenner

Join Date:
Nov 2009
Posts:
7
Plugin Contributions:
0

OSC to Zen ,tep_cfg_select_option() error

I want to port a OSC module to Zen Cart, I did the changes mentioned in the FAQ and the nessery changes. i always get this error when i try to edit the module

Fatal error: Call to undefined function tep_cfg_select_option() in C:\xampp\htdocs\zencartn\admin\modules.php(282) : eval()'d code on line 1

I don't know where this function is, coz i replaced the code tep_cfg_select_option with zen_cfg_select_option. Searched it in the complete zen source code. i still get that error function which does not exist..

can anyone please help me:blush:

13 Nov 2009, 9:11 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: OSC to Zen ,tep_cfg_select_option() error

You'll probably need to "Remove" the module and then re-"Install" it again, since the function request is stored in the database when clicking "Install". "Remove"-ing it will allow you to rebuild the settings again.