Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

dave friend Wrote: (07-04-2018, 01:48 PM) -- skindci Wrote: (07-03-2018, 11:41 PM) -- Sorry for the stupid question, but where can I found the CI version? -- Very near the top of /system/core/code...
30,136 Views
26 Replies
07-05-2018, 02:12 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

Sorry for the stupid question, but where can I found the CI version?
30,136 Views
26 Replies
07-03-2018, 11:41 PM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

So I changed the driver from mysql to mysqli in database.php. I got many error messages, when I load the page: A PHP Error was encountered Severity: Notice Message: Only variable references shou...
30,136 Views
26 Replies
07-03-2018, 10:56 PM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

snelledre Wrote: (07-03-2018, 10:37 AM) -- Do you use the mysql driver in your database.php? see 'dbdriver' => 'mysql', If yes, don't use that driver use the mysqli driver. That should be ' dbdriv...
30,136 Views
26 Replies
07-03-2018, 01:07 PM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

New information: I put the error_reporting(E_ALL), and ini_set('display_errors', 1) lines to the index.php. I got some errors: A PHP Error was encountered Severity: Notice Message: Only variable ...
30,136 Views
26 Replies
07-03-2018, 01:03 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

dave friend Wrote: (07-02-2018, 10:35 AM) -- skindci Wrote: (07-02-2018, 03:37 AM) -- dave friend Wrote: (06-30-2018, 07:10 AM) -- How did you place the files and folders of CodeIgniter relative to...
30,136 Views
26 Replies
07-02-2018, 11:34 PM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

dave friend Wrote: (07-02-2018, 10:23 AM) -- Do NOT edit common.php! Put it back the way it was. -- Ok, I put it back. :)
30,136 Views
26 Replies
07-02-2018, 11:06 PM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

I found a possible solution for this error: https://stackoverflow.com/questions/28348879/only-variable-references-should-be-returned-by-reference-codeigniter So I modified the Common.php to this: ...
30,136 Views
26 Replies
07-02-2018, 05:25 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

In the 257. line of the Common.php: return $_config[0] =& $config;
30,136 Views
26 Replies
07-02-2018, 03:41 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

Leo Wrote: (06-30-2018, 12:33 PM) -- skindci Wrote: (06-30-2018, 01:38 AM) -- Tha domain has changed. The /application/logs/ folder is empty, only an index.html is there... I don't know, why? -- ...
30,136 Views
26 Replies
07-02-2018, 03:39 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

dave friend Wrote: (06-30-2018, 07:10 AM) -- How did you place the files and folders of CodeIgniter relative to the website root (public) folder? -- The website root folder is the /var/www/html/, a...
30,136 Views
26 Replies
07-02-2018, 03:37 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

jlarroulet Wrote: (06-29-2018, 11:40 AM) -- Before moving the actual site, did you test if your new server setup and fresh CI installation were functioning properly? (easiest way is to just set up CI...
30,136 Views
26 Replies
06-30-2018, 01:42 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

dave friend Wrote: (06-28-2018, 12:32 PM) -- Did the domain change or should the same URLs work as before? Have you checked the logs in /application/logs/ ? -- Tha domain has changed. The /applic...
30,136 Views
26 Replies
06-30-2018, 01:38 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: RE: Moving CI website to another server - only bla...

Pertti Wrote: (06-28-2018, 06:34 AM) -- On thing you could check is if you have used short PHP opening tag (
30,136 Views
26 Replies
06-30-2018, 01:33 AM
skindci
    Thread: Moving CI website to another server - only blank page showing
Post: Moving CI website to another server - only blank p...

Dear Forum! I have to move a website to an another serer. I never moved CodeIgniter websites before, and the site is not made by me. (I'm new in CI...) I copied all files from the original server,...
30,136 Views
26 Replies
06-28-2018, 05:49 AM
skindci

Theme © iAndrew 2016 - Forum software by © MyBB