Jump to content

Ayaka

Inactive Member
  • Posts

    288
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Community Answers

  1. Ayaka's post in Shop GET variable problem was marked as the answer   
    Do you open your Mall over the golden coin or do you have an extra function to open the shop? PID and SAS will only commit with the orginal function to open the mall if you use your own code (whatever). Cant explain this better atm. didn*t know the names (no client on computer)
  2. Ayaka's post in [ Dead Download Link ] MT2-CMS - FORK [ We Need You ] was marked as the answer   
    Hi! You can help to finish this CMS!
     
    - Need Translation in several languages



  3. Ayaka's post in website problem was marked as the answer   
    just replace in all .php files:
    <? with:
    <?php if you havent access to php.ini or try to enable PHP short open tags via .htaccess (works only if the hosting provider allows overriding of PHP configuration options):
    <IfModule mod_php5.c> php_value short_open_tag 1 </IfModule>
  4. Ayaka's post in account already exists was marked as the answer   
    Then you do something wrong. When error_reporting is enabled and you change the code like i said then an error must appear because if($sqlQry) is false.
  5. Ayaka's post in problem with website files was marked as the answer   
    I don't know which distribution is installed but you write
     

    Look at the directory (+sub) where you uploaded your script which isnt working: Is an .htaccess file existing? rename or delete it and check the wesite again. Experience has shown (in most cases) that its a rewrite_module problem. If this happens enable it
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.