Jump to content

Earl

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Earl

  1. Server Stevie

    Username: rotation

     

    I've been working through getting the database to work by changing passwords and clearing db users. That took care of my issue with seeing the website. However, when I use my program (Easy Member Pro) to do some updates, it does not save the changes. It sees the pages fine, allows me to make changes, but they don't save. I can save user parameters, and those get copied over to the database just fine. This is a different place in the program, so it would seem the passwords are all okay?

     

    It appears that it can read the database, but not modify the content for the pages. I've been using this program for several years, and have never seen any issue. I tried restoring an older setup - no difference. I also upgraded to the last version from scratch, and it behaved the same.

     

    It seems that something changed between my updates the first couple of days in October, and my updates starting Oct 31.

     

    There is probably something easy I'm missing. Any ideas? Here are some of the steps I've done with the server: Thanks in advance for any hints on what to check next!

     

    Reset CPanel pw

    Cleared (deleted) database and db user

    Used SQL wizard to create database and user

    Did a restore on my database from a backup

    Verified phpMyAdmin shows the database

    Verified user has Full Priviledges in mySQL

    Logged out and reset password from link provided in other post - from scratch one more time

    Updated DB user and program connection passwords

    Same behavior

  2. Server Stevie

    Username: rotation

     

    I've been working through getting the database to work by changing passwords and clearing db users. That took care of my issue with seeing the website. However, when I use my program (Easy Member Pro) to do some updates, it does not save the changes. It sees the pages fine, allows me to make changes, but they don't save. It appears that it can read the database, but not modify the content. I've checked the passwords and privileges multiple times, and it seems to log it through the program fine, or it wouldn't see anything.

     

    There is probably something easy I'm missing. Any ideas? Here are some of the steps I've done:

     

    Reset CPanel pw

    Cleared (deleted) database and db user

    Used SQL wizard to create database and user

    Did a restore on my database from a backup

    Verified phpMyAdmin shows the database

    Verified user has Full Priviledges in mySQL

    Logged out and reset password from link provided in other post - from scrafch one more time

    Updated DB user and program connection passwords

    Same behavior

  3. I am having an issue on this as well as the others. Data is:

     

    rotation

    ETFrotate.heliohost.org (etfrotate.com)

    Stevie

    1 - Account suspended page - CPanel looks fine

     

    :blink:

     

    If you are experiencing any of the above scenarios then please create a new post with:

    1. Your username

    2. Your domain name

    3. Your server

    4. The number of the scenario you are experiencing

     

     

    Thank you for your cooperation :)

  4. Actually, I think the issue from our end is resolved:

     

    The file /home1/rotation/public_html/install.php is corrupted.

     

    From what I gather, the IonCube loaders are installed fine, his script is just broken.

     

    Well, it's giving me error messages now, so it looks like it is trying to run it. I'll take a look on this end. Thanks.

     

    Actually, I think the issue from our end is resolved:

     

    The file /home1/rotation/public_html/install.php is corrupted.

     

    From what I gather, the IonCube loaders are installed fine, his script is just broken.

     

    Well, it's giving me error messages now, so it looks like it is trying to run it. I'll take a look on this end. Thanks.

     

    I had some permissions issues that were messing up the install, but I've worked through those and I have the install completed.

     

    Thanks again for your help and excellent responsiveness and effectiveness!! Have a great night!

  5. Looks like your script requires a code loader.

    Yes, it requires Ioncube Loader. I read through the forums and found some chatter about making it work, so I thought it was something that was supported. Is that incorrect? Is there something I need to do to set it up? Again, I really don't understand this stuff, so I'm just trying to get it working. If Ioncube Loader isn't supported, then I think I'm out of luck.

     

    Thanks for all of the responses and help, and thanks for your patience as well.

  6. put error_reporting(E_ALL) at the top of the script.

    Here is the top of the file to make sure I did it correctly, but I still get a blank page.

     

    <?php //003ab

    // Report all PHP errors (see changelog)

    error_reporting(E_ALL);

    if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');@dl($__ln);if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);

    ?>

  7. I've extracted the files to install Easy Member Pro into public_html, and then the next step is to run install.php. I've tried to execute it from a webpage (http://etfrotate.heliohost.org/install.php), but it just comes up as a blank webpage. File permissions look good at 755. Can someone tell me what I am missing?

     

    Apologies in advance if I'm missing something obvious, I'm VERY new at using any of this and it's very foreign to me so far.

×
×
  • Create New...