Osclass forums
Support forums => Themes => Topic started by: Ramesh on September 15, 2013, 04:03:47 pm
-
Actually am trying to create custom php page in osclass
I have followed all steps shown on osclass docs .
but still my custom php file manage_account.php is showing above error Getting function undefined error :osc_base_url() .
Can any one help me how to use all osclass functions .
.
I need urgent help am stuck in project .
-
I think you must include oc-load.php at the start of your new script to be able to use osc_ functions... ???
//set include
define('ABS_PATH', dirname(dirname(dirname(dirname(__FILE__)))) . '/');
require_once ABS_PATH . 'oc-load.php';
Regards
-
hi i have solved this issue , now am moving my site from local host to online server , am facing url and other issues , can u help me how to shift from one server to other .
-
@Ramesh
Can you post your solution and add [Solved] to header?
For moving to another server, copy database & files to new hosting and in config file change login details, you can find many post there on forums how to go.
-
Now am moving my site from local host to online server.