Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: 404 on live Server
Post: RE: 404 on live Server

Your controller name is missing from the filepath. As I am not familiar with these HMVC modules I cannot provide more help
30,698 Views
0 Replies
04-02-2015, 02:05 AM
Sharasuke
    Thread: 404 on live Server
Post: RE: 404 on live Server

Do your classes file names start with a capital letter? That is necessary in CI3
30,698 Views
0 Replies
04-02-2015, 01:45 AM
Sharasuke
    Thread: 404 on live Server
Post: RE: 404 on live Server

Quote: -- Are your directory permissions for /home/www/folder/ correct? Can your apache service read/write there? -- EDIT: nevermind this ^ probably something with that HMVC stuff. Are the doubl...
30,698 Views
0 Replies
04-02-2015, 01:27 AM
Sharasuke
    Thread: IBM DB2 full support with active records
Post: RE: IBM DB2 full support with active records

Have a look here: http://php.net/manual/en/ref.pdo-ibm.connection.php (http://php.net/manual/en/ref.pdo-ibm.connection.php) At the bottom, example 2 may be the thing you need. Adapt according yo...
32,094 Views
0 Replies
03-26-2015, 08:29 AM
Sharasuke
    Thread: IBM DB2 full support with active records
Post: RE: IBM DB2 full support with active records

Are you using codeigniter 3.0?
32,094 Views
0 Replies
03-26-2015, 07:51 AM
Sharasuke
    Thread: How to use optimize_database() ?
Post: RE: How to use optimize_database() ?

Look for information on the 'OPTIMIZE TABLE' sql statement. That's what the optimize_database() function does.
2,744 Views
0 Replies
03-26-2015, 01:48 AM
Sharasuke
    Thread: IBM DB2 full support with active records
Post: RE: IBM DB2 full support with active records

PHP Code: -- $db['default']['dbdriver'] = 'pdo' -- Also make a valid dsn string. Something like this I guess: PHP Code: -- $db['default']['dsn'] = 'ibm:host=localhost;port=5432;dbname=database_na...
32,094 Views
0 Replies
03-26-2015, 01:35 AM
Sharasuke

Theme © iAndrew 2016 - Forum software by © MyBB