Recent content by JKmrK

  1. JKmrK

    Remote MLM List not downloading to MaxBulk Mailer SE

    I went into my CloudFlare settings and disabled any magnification for the directory that the lm folder lived on. This fixed the problem.
  2. JKmrK

    Remote MLM List not downloading to MaxBulk Mailer SE

    I have narrowed down the problem to CloudFlare. When I toggle CloudFlare into development mode - the remote access from Maxbulk to the MLM is restored. Any idea why this is happening? Thanks in advance - Jonathan
  3. JKmrK

    Remote MLM List not downloading to MaxBulk Mailer SE

    Greetings, Until a couple weeks ago, MaxBulk Mailer SE (v 8.4.7 on a mac) and the online MLM were working perfectly. Today, when I attempted to open a remote list in MaxBulk Mailer Recipients - I could view the list titles, but when I checked the box next to the list to download and send, I...
  4. JKmrK

    [MLM] mySQL Connect Error in RemoveExpiredRequestsFromDB()

    Re: [MLM] mySQL Connect Error in RemoveExpiredRequestsFromDB Hi Stan - SOLVED! Creating the missing tables fixed the problem. Thanks!
  5. JKmrK

    MLM upload Error 500, everything else works fine

    SOLVED! Thanks Stan. It was the missing tables. Now everything seems to be working...
  6. JKmrK

    MLM upload Error 500, everything else works fine

    Hi Stan - My server is running MySQL version 5.1.56 with PHP my Admin verison 3.3.8.1, but it looks like the query's in the lm_queries.php are only for MySQL version 3 or 4. Question 1 - Could this be the problem? Question 2 - Can I run the version 4 query in version 5 of mysql with no...
  7. JKmrK

    [MLM] mySQL Connect Error in RemoveExpiredRequestsFromDB()

    Re: [MLM] mySQL Connect Error in RemoveExpiredRequestsFromDB I just checked and am 100% sure I have full access to the MySql database - however, I am not sure if all the database tables are correct. They are as follows: tbl_mlm_sub 1,011 MyISAM utf8_bin 165.0 KiB 16.5 KiB...
  8. JKmrK

    MLM upload Error 500, everything else works fine

    Hi Stan, I have three tables right now in the sql database as follows: tbl_mlm_sub - there are 1011 records in it tbl_mlm_sub_clk - there are 3465 records in it tbl_mlm_sub_clk_test - there are 73 records in it If i need other tables can you give me the code to put in phpMyAdmin to add them...
  9. JKmrK

    MLM upload Error 500, everything else works fine

    Hi Stan - I just got off the phone with my web hosting provider and they said the only problem they could see was line 4158 of the lm_functions.php file was causing an error. the line reads: $query = GetCreateRequestTableQuery( GetmySQLMajorVersion(), $tbname_req ); they guessed the problem...
  10. JKmrK

    [MLM] mySQL Connect Error in RemoveExpiredRequestsFromDB()

    Greetings, I have not resolved the 500 server error from this thread: http://www.maxprog.com/forum/viewtopic.php?f=16&t=5477&p=18027#p18027 and just experienced another problem that may or may not be related. Just sent out a email blast to one of my lists and it returned the following error...
  11. JKmrK

    MLM upload Error 500, everything else works fine

    Hi Stan - Here is some more information - The un-subscribe interface works just fine via the MLM online interface - so the only issue is adding to a list via the online interface - (both directly within the lm admin panel and within the user form panel -- both are not working at the moment). I...
  12. JKmrK

    MLM upload Error 500, everything else works fine

    Hi Stan, I set permissions to 777, 775, 755 & 705 and some returned the 500 error others completely broke the functionality of the lm folder altogether. Right now I have the LM folder set to 705. The direct interface between MBM and MLM continues to work fine with permissions set to 705.
  13. JKmrK

    MLM upload Error 500, everything else works fine

    Ok -some new info. I just double checked my .htaccess files and my php ini files on my server. I eliminated both and v3 upload still did not work. So either it is a bad permission somewhere or there is something in the code thats not working. Any insight would be wonderful. What file in the...
  14. JKmrK

    MLM upload Error 500, everything else works fine

    OK - also happens when creating a new list in the online interface. Can create a remote list in MBM no problem. Can also upload to remote lists via MBM no problem. Its just something going on - on the http side. Could it be a .htaccess file, or php server setting?
  15. JKmrK

    MLM upload Error 500, everything else works fine

    No - V2 was working properly prior to the upgrade. It happens when adding a recipient to the list. I have not tried to create a new list. will try now.
Top