My site is not opening getting an error message
"Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2097152 bytes) in /home/guntukrm/public_html/vqmod/vqmod.php on line 341"
Website: gunturkirana.com
Admin panel is also not opening please suggest me a solution.
If there is any info that is required please reply I'll provide you asap.
Php.ini file data
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 640M;
max_execution_time = 36000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.auto_start = Off;
session.use_only_cookies = On;
session.use_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 3600;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;