Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem with IPN paypal after update
Post: RE: Problem with IPN paypal after update

I rewrite the code and works perfectly ;)
3,014 Views
1 Replies
06-22-2017, 02:36 AM
StratoKyke
    Thread: Problem with IPN paypal after update
Post: Problem with IPN paypal after update

Hi guys, I have a big problem with my IPN paypal after the update codeigniter. PHP Code: -- public function ipn() { if (!count($_POST)) { throw new Exception("Missing POST Data"); } $raw_...
3,014 Views
1 Replies
06-21-2017, 01:21 PM
StratoKyke
    Thread: Problem with sending email on SMTP
Post: RE: Problem with sending email on SMTP

Uhmm I tried something like this, but nothing. Tomorrow I will see some tests. If anyone has encountered a similar problem, let me know.
16,669 Views
8 Replies
05-27-2017, 04:38 PM
StratoKyke
    Thread: Problem with sending email on SMTP
Post: RE: Problem with sending email on SMTP

What config do you use for newline settings?
16,669 Views
8 Replies
05-27-2017, 04:24 PM
StratoKyke
    Thread: Problem with sending email on SMTP
Post: RE: Problem with sending email on SMTP

The new host is ssl0.ovh.net And the port. 587 is without ssl. My cms work perfectly in some server with ovh mail. But in this I have this error... it's strange.
16,669 Views
8 Replies
05-27-2017, 03:10 PM
StratoKyke
    Thread: Problem with sending email on SMTP
Post: RE: Problem with sending email on SMTP

InsiteFX Wrote: (05-27-2017, 01:57 PM) -- If your running on a local host then you need to set those in your php.ini file. -- No is a vps always on ovh.
16,669 Views
8 Replies
05-27-2017, 02:04 PM
StratoKyke
    Thread: Problem with sending email on SMTP
Post: Problem with sending email on SMTP

Hi, I use an  OVH e-mail and the following configuration: email.php PHP Code: --
16,669 Views
8 Replies
05-27-2017, 06:19 AM
StratoKyke
    Thread: Too many connections with pconnect turn off
Post: RE: Too many connections with pconnect turn off

I found the problem. The problem of too many connections does not derive from the site. Just come from another user database. example: User X users is used by site. Root user connected to othe...
2,559 Views
1 Replies
02-25-2017, 12:41 PM
StratoKyke
    Thread: Too many connections with pconnect turn off
Post: Too many connections with pconnect turn off

Hi guys! I have a CMS that is used by more customers. One of these, encounters a problem of "Too many connections". As the title suggests, in the configurations pconnect is set to FALSE. How can I ...
2,559 Views
1 Replies
02-25-2017, 12:28 PM
StratoKyke
    Thread: Problem with cache data
Post: RE: Problem with cache data

But it would be possible to do with cache system?
5,948 Views
7 Replies
08-31-2016, 05:02 AM
StratoKyke
    Thread: Problem with cache data
Post: RE: Problem with cache data

In this moment I use the cache system for queries ,but in Table I go to print, there is a position, which is nothing but a self incrementing number. Like this for example: 1. ccc 2. ddd 3. bbb ...
5,948 Views
7 Replies
08-31-2016, 04:31 AM
StratoKyke
    Thread: Problem with cache data
Post: RE: Problem with cache data

Someone can help me?
5,948 Views
7 Replies
08-31-2016, 04:13 AM
StratoKyke
    Thread: CSS questions
Post: RE: CSS questions

11,163 Views
8 Replies
08-30-2016, 04:52 PM
StratoKyke
    Thread: Problem with cache data
Post: RE: Problem with cache data

I was thinking of doing something with queries like this @rownum := @rownum + 1 as row_number How to implement with active record?
5,948 Views
7 Replies
08-30-2016, 11:22 AM
StratoKyke
    Thread: Problem with cache data
Post: Problem with cache data

I hope you can understand my problem. I currently have a table with Pagination Class and presents a auto increment number The obvious problem is that when I use the search function It was pre...
5,948 Views
7 Replies
08-30-2016, 04:38 AM
StratoKyke
    Thread: Use query cached when DB is offline
Post: RE: Use query cached when DB is offline

Someone can help me?
5,086 Views
5 Replies
03-21-2016, 07:50 AM
StratoKyke
    Thread: Use query cached when DB is offline
Post: RE: Use query cached when DB is offline

The site also displays this error: mysqli::real_connect(): (HY000/2002): No such file or directory I can turn them all errors off, but still the site where one of the db is offline displays a blank p...
5,086 Views
5 Replies
03-17-2016, 01:52 PM
StratoKyke
    Thread: Use query cached when DB is offline
Post: RE: Use query cached when DB is offline

Already I use Query caching. But how can I do so that when one of the db is offline are not shown any errors that block the use of the site? But the query cache are displayed instead?
5,086 Views
5 Replies
03-17-2016, 03:13 AM
StratoKyke
    Thread: Use query cached when DB is offline
Post: Use query cached when DB is offline

I have a system with multiple database, and happen that one of the db is offline. When one db is offline the site return the error and the site not working. How can I do so that they are the cache fil...
5,086 Views
5 Replies
03-16-2016, 12:19 PM
StratoKyke
    Thread: Site online with db offline
Post: RE: Site online with db offline

I tried to do a test, but while entering the code and letting the empty catch so they do not give errors, and more. Errors appear equally. There would be a way to change the driver, so make certain c...
8,163 Views
8 Replies
11-13-2015, 12:22 PM
StratoKyke

Theme © iAndrew 2016 - Forum software by © MyBB