Jump to content

Mahmoud

Retired Forum Member
  • Posts

    47
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mahmoud

  1. This is a problem that appears when I log in to my administrator! Whoops\Exception\ErrorException: Allowed memory size of 33554432 bytes exhausted (tried to allocate 466944 bytes) in /home/alamhost/public_html/ca/vendor/whmcs/whmcs-foundation/lib/Language/Loader/WhmcsLoader.php:0 Stack trace: #0 /home/alamhost/public_html/ca/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(1, 'Allowed memory ...', '/home/alamhost/...', 0) #1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown() please I upgraded the memory to 64 MB Not Working ?
  2. Can I show this selection to the custom page? how can include options this to my page to view selection the year or month in order table Dynamic {if $pricing.type eq "recurring"} <div class="field-container"> <div class="form-group"> <label for="inputBillingcycle">{$LANG.cartchoosecycle}</label> <select name="billingcycle" id="inputBillingcycle" class="form-control select-inline" onchange="{if $configurableoptions}updateConfigurableOptions({$i}, this.value);{else}recalctotals();{/if}"> {if $pricing.monthly} <option value="monthly"{if $billingcycle eq "monthly"} selected{/if}> {$pricing.monthly} </option> {/if} {if $pricing.quarterly} <option value="quarterly"{if $billingcycle eq "quarterly"} selected{/if}> {$pricing.quarterly} </option> {/if} {if $pricing.semiannually} <option value="semiannually"{if $billingcycle eq "semiannually"} selected{/if}> {$pricing.semiannually} </option> {/if} {if $pricing.annually} <option value="annually"{if $billingcycle eq "annually"} selected{/if}> {$pricing.annually} </option> {/if} {if $pricing.biennially} <option value="biennially"{if $billingcycle eq "biennially"} selected{/if}> {$pricing.biennially} </option> {/if} {if $pricing.triennially} <option value="triennially"{if $billingcycle eq "triennially"} selected{/if}> {$pricing.triennially} </option> {/if} </select> </div> </div> {/if}
  3. how to I can custom 404 page error! , Is it possible if possible, how can I find this page and modify them
  4. Why when I change a page of pages is added meta but in the knowledge base is not there is something? missing this is my meta {if $metadescription}<meta name="description" content="{$metadescription}" />{/if} this is my hook if ($vars['filename'] == "knowledgebase"){ $metakeywords = $_LANG['keywordsknowledgebase']; $metadescription = $_LANG['descriptionknowledgebase']; } is there a problem
  5. Can I add Script In my Site! in subdomain and not allow to Everyone! You can Script recommend it to me!
  6. i want script images for uplouded my image to my whmcs knowledge I have example from namecheap! ? I think this is ?good I need add photo in knowledge with whmcs I think you know now?
  7. I would like to add the upload center image of the knowledge base as you know there is no advantage to add media files in ...Whmcs! This is an example of what I want Can anyone help me or mention what this script is!
  8. I apologize to you, my brother it works well now and thank you again
  9. Sorry, but you can explain more, I did not understand what you mean exactly
  10. Did not you work or should I add something? Is this really works for you? Does not appear to me <meta>!
  11. Do you allow me to tell you just one thing I Love Youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
  12. I want all the variables and the name of the files to be changed in the same code and not to create more than one code because it appears on all pages that it is empty. <meta name="keywords" content="{if $filename eq "index"}{$LANG.keywordsindex}{elseif $filename eq "shared-hosting"}{$LANG.keywordshosting}{/if}" /> <meta name="description" content="{if $filename eq "index"}{$LANG.descriptionindex}{elseif $filename eq "shared-hosting"}{$LANG.descriptionhosting}{/if}" /> <!-- Start Meta Page --> <meta name="keywords" content="{if $filename eq "index"}{$LANG.keywordsindex}{elseif $filename eq "ssl-certificates"}{$LANG.keywordsslcertificates}{/if}" /> <meta name="description" content="{if $filename eq "index"}{$LANG.descriptionindex}{elseif $filename eq "ssl-certificates"}{$LANG.descriptionsslcertificates}{/if}" /> <meta name="keywords" content="{if $filename eq "index"}{$LANG.keywordsindex}{elseif $filename eq "email"}{$LANG.keywordemail}{/if}" /> <meta name="description" content="{if $filename eq "index"}{$LANG.descriptionindex}{elseif $filename eq "email"}{$LANG.descriptionemail}{/if}" />
  13. This my file My site a path in public_htm No have Client and have screen shot with error if you need more information please tell me hosting.rar
  14. Thank you Bro i will waiting for help
  15. Here is problem Www.site.com/folder/page-custom.php In the page and the folder
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated