مشکل محدودیت منو

tohi20

کاربر عضو
سلام دوستان
 ​
بیش از 80 تا نمیتونم تو فهرست منو اضافه کنم
 ​
وقتی اضافه میکنم از اخر خودش پاک میکنه
 ​

 

خلیل دلاوران

مدیر انجمن ووکامرس
فایل php.ini را در wp-admin ساخته و کد زیر را در آن قرار دهید

کد:
[PHP]; Enable the PHP scripting language engine under Apache.; [URL="http://php.net/engineengine"]http://php.net/engineengine[/URL] = On; How many GET/POST/COOKIE input variables may be acceptedmax_input_vars = 10000; Maximum amount of memory a script may consume (128MB); [URL="http://php.net/memory-limitmemory_limit"]http://php.net/memory-limitmemory_limit[/URL] = 256M; Whether or not to register the EGPCS variables as global variables.  You may; want to turn this off if you don't want to clutter your scripts' global scope; with user data.; You should do your best to write your scripts so that they do not require; register_globals to be on;  Using form variables as globals can easily lead; to possible security problems, if the code is not very well thought of.; [URL="http://php.net/register-globalsregister_globals"]http://php.net/register-globalsregister_globals[/URL] = Off; Magic quotes are a preprocessing feature of PHP where PHP will attempt to; escape any character sequences in GET, POST, COOKIE and ENV data which might; otherwise corrupt data being placed in resources such as databases before; making that data available to you. Because of character encoding issues and; non-standard SQL implementations across many databases, it's not currently; possible for this feature to be 100% accurate. PHP's default behavior is to; enable the feature. We strongly recommend you use the escaping mechanisms; designed specifically for the database your using instead of relying on this; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is; scheduled removed in PHP 5.4.; Default Value: On; Development Value: Off; Production Value: Off; [URL="http://php.net/magic-quotes-gpcmagic_quotes_gpc"]http://php.net/magic-quotes-gpcmagic_quotes_gpc[/URL] = Off; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.; [URL="http://php.net/magic-quotes-runtimemagic_quotes_runtime"]http://php.net/magic-quotes-runtimemagic_quotes_runtime[/URL] = Off; Use Sybase-style magic quotes (escape ' with '' instead of \').; [URL="http://php.net/magic-quotes-sybasemagic_quotes_sybase"]http://php.net/magic-quotes-sybasemagic_quotes_sybase[/URL] = Off; Whether to allow the treatment of URLs (like http:// or ftp://) as files.; [URL="http://php.net/allow-url-fopenallow_url_fopen"]http://php.net/allow-url-fopenallow_url_fopen[/URL] = On; Whether to allow include/require to open URLs (like http:// or ftp://) as files.; [URL="http://php.net/allow-url-includeallow_url_include"]http://php.net/allow-url-includeallow_url_include[/URL] = Off
 
بالا