I'm trying to setup SMFShop on my SMF forum and it is all working apart from getting the following error
An Error Has Occurred! Hacking attempt...
It happens whenever I try to send credits to other members. In my CPanel logs I have an error too
ALERT - script tried to increase memory_limit to 134217728 bytes which is above the allowed value (attacker '82.29.79.45', file '/home/ovgyclan/public_html/Sources/Subs-Package.php', line 1837)
Could somebody tell me if this is an error with my forum or if it is related to the memory limit on Intermediate PHP (if there is one). Do I need an upgrade or is there something I can do to my forum? line 1837 it refers to looks like
if (!empty($modSettings['package_disable_cache']) || ini_set('memory_limit', '128M') !== false || strpos(strtolower(PHP_OS), 'win') !== false)
I did try increasing the memory limit on this line but with no luck. Any help would be greatly appreciated, thanks.
An Error Has Occurred! Hacking attempt...
It happens whenever I try to send credits to other members. In my CPanel logs I have an error too
ALERT - script tried to increase memory_limit to 134217728 bytes which is above the allowed value (attacker '82.29.79.45', file '/home/ovgyclan/public_html/Sources/Subs-Package.php', line 1837)
Could somebody tell me if this is an error with my forum or if it is related to the memory limit on Intermediate PHP (if there is one). Do I need an upgrade or is there something I can do to my forum? line 1837 it refers to looks like
if (!empty($modSettings['package_disable_cache']) || ini_set('memory_limit', '128M') !== false || strpos(strtolower(PHP_OS), 'win') !== false)
I did try increasing the memory limit on this line but with no luck. Any help would be greatly appreciated, thanks.
Last edited: