Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: SSH2 Tunnel with external MySql Connection
Post: SSH2 Tunnel with external MySql Connection

Hi, i need an external MySQL connection over ssh tunnel. I have two servers. On server 1 ssh2 as php-module is installed. On server 2 is the db i want to connect to. My code on server 1 is: ...
3,839 Views
1 Replies
06-27-2017, 03:19 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

RogerMore Wrote: (04-02-2015, 06:05 AM) -- Hey I'm looking at your Default controller. The controller should extend from MX_Controller! -- Yeah i know. My Default controller is extending MY_Control...
30,699 Views
0 Replies
04-02-2015, 06:59 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Now after two days of searching i got it  :D For testing/developing with HMVC i renamed the original folders application/controllers to application/controllers_off. My controllers are located in:...
30,699 Views
0 Replies
04-02-2015, 06:57 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Some strange things are going on today :huh: Ok i will now have a look at my controller. What are the differences to the standard welcome controller. Maybe i will find something...
30,699 Views
0 Replies
04-02-2015, 05:50 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Hi Roger, CI is running NOT in root it running in a subdirectory. But i've also played with all possibilities arounf RewriteBase. Your second suggestion i've tested in the last minutes and this is w...
30,699 Views
0 Replies
04-02-2015, 05:40 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Here is what i have at the moment: $route['default_controller'] = 'default'; htaccess: Code: -- RewriteEngine On RewriteCond %{REQUEST_URI} ^system.* RewriteRule ^(.*)$ /index.php?/$1 [L] ...
30,699 Views
0 Replies
04-02-2015, 04:14 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Ok...have a look at this: $route['default_controller'] = 'ar...'; Then in error log: ERROR - 2015-04-02 10:58:43 --> 404 Page Not Found: ../modules/ar../controllers//index If i changed the r...
30,699 Views
0 Replies
04-02-2015, 02:00 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Because i only git this error on a linux server.. maybe there is aproblem with the capital letters? On my locale windows xampp everthing works fine.
30,699 Views
0 Replies
04-02-2015, 01:57 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Sharasuke Wrote: (04-02-2015, 01:45 AM) -- Do your classes file names start with a capital letter? That is necessary in CI3 -- Yes! Look at attachment. Thats my structure.
30,699 Views
0 Replies
04-02-2015, 01:53 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Permissons are ok. I think between the double slashes a controller name is missed. It should be look like: ../modules/MODULENAME/controllers/CONTROLLERNAME/index The Error must be in routing or htac...
30,699 Views
0 Replies
04-02-2015, 01:41 AM
Markus_HH
    Thread: Updating CI 2.2.1 to 3.0 404 Not Found issue
Post: RE: Updating CI 2.2.1 to 3.0 404 Not Found issue

Hi, did you have a solution to this? I have the same problem :huh:
8,379 Views
0 Replies
04-02-2015, 01:25 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Ok now i have installed wiredesignz HMVC and CI 3.0 but still got a 404 :@ The CI Error log said: ERROR - 2015-04-02 10:02:43 --> 404 Page Not Found: ../modules/xxx/controllers//index Seems t...
30,699 Views
0 Replies
04-02-2015, 01:06 AM
Markus_HH
    Thread: 404 on live Server
Post: RE: 404 on live Server

Ok, thanks to Rufnex and Jens, ok i will use Wiredesignz HMVC!
30,699 Views
0 Replies
04-01-2015, 11:31 PM
Markus_HH
    Thread: 404 on live Server
Post: 404 on live Server

Hi guys, i need your help. I've pushed my application on a linux live server and now i only get a 404 from CI. I've tried everything i found on the web but nothig works for me  :@ My htaccess: Co...
30,699 Views
0 Replies
04-01-2015, 06:24 AM
Markus_HH

Theme © iAndrew 2016 - Forum software by © MyBB