Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: error messages
Post: RE: error messages

Thank you. This helped (of course). Wonderful error messaging !!!
10,935 Views
6 Replies
10-03-2016, 03:05 PM
alfred.laggner
    Thread: error messages
Post: RE: error messages

The welcome message works fine. I added a simple public function to display data from a database table. I want to know what the error message says. Having that I can correct it.
10,935 Views
6 Replies
10-03-2016, 02:40 PM
alfred.laggner
    Thread: error messages
Post: error messages

Just started CI 4. The first thing I noticed no debug messages. 'Just the Whoops!We seem to have hit a snag. Please try again later...' screen. Is there a global setting to turn this off?
10,935 Views
6 Replies
10-03-2016, 12:45 PM
alfred.laggner
    Thread: fsockopen error with php 7.0
Post: RE: fsockopen error with php 7.0

freddy Wrote: (02-21-2016, 07:20 PM) -- all you need to do is 1. enable your email 2. set your $config['smtp_timeout'] = 20; //set as long as you need -- I am not sure with what you mean with 'e...
17,072 Views
6 Replies
02-21-2016, 09:56 PM
alfred.laggner
    Thread: fsockopen error with php 7.0
Post: RE: fsockopen error with php 7.0

Thank you freddie, I am not sure what you mean with enable email? Can you please give me more specific advice?
17,072 Views
6 Replies
02-21-2016, 09:40 PM
alfred.laggner
    Thread: fsockopen error with php 7.0
Post: fsockopen error with php 7.0

I run codeigniter3.03 on digital ocean nginx and  php 7. When I try to send an email I get this error: Code: -- Severity: Warning Message: fsockopen(): unable to connect to ssl://smtp.googlemail.com...
17,072 Views
6 Replies
02-21-2016, 05:02 PM
alfred.laggner
    Thread: cli cron job how to set up
Post: RE: cli cron job how to set up

thank you includebeer. Putty seems pretty complex. I only need to set up one job. Have you experoence with easycron or other cron providers? This is way more complex than it should be.
7,399 Views
5 Replies
10-31-2015, 01:32 PM
alfred.laggner
    Thread: cli cron job how to set up
Post: RE: cli cron job how to set up

If I understand it right this will setup a permanent cron on the hosting server?
7,399 Views
5 Replies
10-31-2015, 10:57 AM
alfred.laggner
    Thread: cli cron job how to set up
Post: cli cron job how to set up

I am trying to set up a cron job to send daily reminder emails. My host provider is startlogic.com. I studied the article below and several others to set up a cron job. What I am unclear is where to...
7,399 Views
5 Replies
10-31-2015, 08:19 AM
alfred.laggner
    Thread: 404 file not found on all images
Post: RE: 404 file not found on all images

I just redid everything fom scratch, uploaded to a different host provider and it works. thank you all for your support!
7,207 Views
6 Replies
10-19-2015, 06:44 AM
alfred.laggner
    Thread: 404 file not found on all images
Post: RE: 404 file not found on all images

ciadmin Wrote: (10-18-2015, 12:54 PM) -- 1) Your images are supposed to be inside images/classes/...? 2) I notice a trailing space on the src attribute of your image tags, although removing it doesn...
7,207 Views
6 Replies
10-19-2015, 06:35 AM
alfred.laggner
    Thread: 404 file not found on all images
Post: RE: 404 file not found on all images

ivantcholakov Wrote: (10-18-2015, 11:19 AM) -- Code: --    #Options +FollowSymlinks    #Options +SymLinksIfOwnerMatch    RewriteEngine On    DirectoryIndex index.php index.html ...
7,207 Views
6 Replies
10-18-2015, 11:51 AM
alfred.laggner
    Thread: 404 file not found on all images
Post: 404 file not found on all images

I have a seasoned application that I upgraded von ci 2 to 3.1 and started testing in test environment my a remote host. No all my images are not displaying. The same app works fine on my localhost...
7,207 Views
6 Replies
10-18-2015, 09:26 AM
alfred.laggner
    Thread: Error Message after migrating from 3.0 CI 3.0rc3
Post: RE: Error Message after migrating from 3.0 CI 3.0r...

Thank you CroNix! Case closed!
6,085 Views
0 Replies
03-13-2015, 08:24 AM
alfred.laggner
    Thread: Error Message after migrating from 3.0 CI 3.0rc3
Post: Error Message after migrating from 3.0 CI 3.0rc3

I have been using CI 3.0 for a while and just upgraded to 3.0 rc3. After that I got this error message Quote: -- A PHP Error was encountered Severity: 8192 Message: mysql_pconnect(): The mys...
6,085 Views
0 Replies
03-13-2015, 07:45 AM
alfred.laggner
    Thread: cjax framework codeigniter 3
Post: RE: cjax framework codeigniter 3

I noticed I did not use the Codeigniter install version. I did that now. But it is still not working. Does anybody have experience who can give me help in the initial setup so I can get started. Than...
5,824 Views
0 Replies
02-15-2015, 09:54 AM
alfred.laggner
    Thread: cjax framework codeigniter 3
Post: cjax framework codeigniter 3

I installed cjax framework and the initial test suggested after installation worked. But when I tried to run my first test by copying democode into an existing view webpage and into an existing contro...
5,824 Views
0 Replies
02-15-2015, 08:40 AM
alfred.laggner
    Thread: db_join adds new record to left table
Post: RE: db_join adds new record to left table

CroNiX Wrote: (01-22-2015, 05:06 PM) -- I would guess that your first query in the IF() is failing, which makes it go to the ELSE, which is: Code: -- $this->tincture_create(); -- Your first que...
7,142 Views
0 Replies
01-22-2015, 08:47 PM
alfred.laggner
    Thread: db_join adds new record to left table
Post: RE: db_join adds new record to left table

Avenirer Wrote: (01-22-2015, 01:51 PM) -- I am sorry but I still don't see the duplicated record... There are 4 records, all with different ids. -- I was not clear. Somehow the last record gets cop...
7,142 Views
0 Replies
01-22-2015, 08:29 PM
alfred.laggner
    Thread: db_join adds new record to left table
Post: RE: db_join adds new record to left table

Thank you! This is the result of last_query(): (captured right before the return in the model function) Code: -- SELECT `tincture`.*, `ps_product_lang`.`name` as `ps_name`, `tincture`.`name` as...
7,142 Views
0 Replies
01-22-2015, 01:10 PM
alfred.laggner

Theme © iAndrew 2016 - Forum software by © MyBB