Jump to content

mattevansnz

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by mattevansnz

  1. Hi All, I am getting the following error. Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1024 bytes) in /var/www/xxx.xxx.xxx/xxxx/xxxx/xxxxxxxxxx.class.php on line 157 I have tried changing the memory limit through .htaccess using... php_value memory_limit 12M I have also tried changing it using "ini_set"... example below... ini_set('memory_limit', '12M'); When I tried both of these, I get no error - the page just doesn't load at all (blank white page). As soon as I remove the memory limit setting - the page then loads, but with the memory limit error shown above. I am unable to change the size in the php.ini file (this is not an option for me - don't have access). What is happening? How can I fix this problem? Any help is appreciated. Thanks, Matt.
  2. Any help or pointers would be greatly appreciated. I'm remotely connecting to a VPN, the companies website is stored on the VPN also. I can connect to the VPN and then see the files fine through SSH. I am unable to view the website from a browser? I have a feeling it is because the VPN is stopping it? Is there something I need to do, to view the website in the browser, from an external computer (lets say mine - seen I am off site)? If I try to connect to the internal IP (while connected to the VPN) - I get nothing. If I was to point the domain name at this VPN, would public be able to view the site? Any help would be appreciated.
×
×
  • Create New...

Important Information

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.