<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.prometheusipn.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Newjorciks</id>
		<title>PrometheusIPN Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.prometheusipn.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Newjorciks"/>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Special:Contributions/Newjorciks"/>
		<updated>2026-05-04T15:48:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3574</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3574"/>
				<updated>2020-01-05T11:43:57Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well. This documentation only covers MySQLoo as tMySQL is deprecated.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://github.com/syl0r/MySQLOO/releases/ here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:  &lt;br /&gt;
&lt;br /&gt;
(You need to create the lua/bin folder manually if you do not already have it.)&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-decoration: line-through&amp;quot;&amp;gt;&lt;br /&gt;
You are also going to need either [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll libmysql] on Windows or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18 libmysqlclient] on Linux.&lt;br /&gt;
They have to be placed within the root folder of your server (the one that contains srcds.exe or srcds_run)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
As of the latest MySQLoo version (9.6 and newer) you no longer need the second file(libmysql) on the server. So if you use MySQLoo 9.6 or newer you only need the first, MySQLoo file.&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3547</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3547"/>
				<updated>2018-12-31T12:23:19Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Lost connection to MySQL server during query&amp;quot; ====&lt;br /&gt;
* Your MySQL server has too low read timeout values for the connection distance/speed between your MySQL server and your GMod server.&lt;br /&gt;
*To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@local.net_read_timeout=300;&lt;br /&gt;
  SET @@global.net_read_timeout=300;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Can’t connect to local MySQL server through socket /tmp/mysql.sock&amp;quot; ====&lt;br /&gt;
* Use &amp;quot;127.0.0.1&amp;quot; instead of &amp;quot;localhost&amp;quot; as the hostname.&lt;br /&gt;
* Keep in mind that 127.0.0.1 can be used when the the MySQL server is on the same exact machine as the server trying to connect to it(Gmod server or web server).&lt;br /&gt;
* If they aren't on the same machine you will have to use the public IP of the MySQL server and enable remote connections on the MySQL server.&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
* The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
* Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
* You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
* Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
&lt;br /&gt;
==== Cannot log in, after steam sends back without logging in. ====&lt;br /&gt;
* If you are using HTTPS on your website you need to make sure $using_ssl is set to true in config.php&lt;br /&gt;
&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== 500 Internal server error ====&lt;br /&gt;
* Give the 'cache' folder 777 recursive permissions as specified in the web installation. If that doesn't work, please create a ticket containing your PHP error log.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin -&amp;gt; General settings -&amp;gt; Payment Gateways -&amp;gt; PayPal -&amp;lt; IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php (Make sure to use set it to https if you use https for your site)&lt;br /&gt;
* Also make sure you have done this: http://wiki.prometheusipn.com/index.php?title=Integration:gateways#PayPal&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3546</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3546"/>
				<updated>2018-12-31T12:22:09Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: Added &amp;quot;Can’t connect to local MySQL server through socket /tmp/mysql.sock&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Lost connection to MySQL server during query&amp;quot; ====&lt;br /&gt;
* Your MySQL server has too low read timeout values for the connection distance/speed between your MySQL server and your GMod server.&lt;br /&gt;
*To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@local.net_read_timeout=300;&lt;br /&gt;
  SET @@global.net_read_timeout=300;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Can’t connect to local MySQL server through socket /tmp/mysql.sock&amp;quot; ====&lt;br /&gt;
* Use &amp;quot;127.0.0.1&amp;quot; instead of &amp;quot;localhost&amp;quot; as the hostname.&lt;br /&gt;
* Keep in mind that 127.0.0.1 can be used when the the MySQL server is on the same exact machine as the server trying to connect to it(Gmod server or web server).&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
* The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
* Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
* You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
* Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
&lt;br /&gt;
==== Cannot log in, after steam sends back without logging in. ====&lt;br /&gt;
* If you are using HTTPS on your website you need to make sure $using_ssl is set to true in config.php&lt;br /&gt;
&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== 500 Internal server error ====&lt;br /&gt;
* Give the 'cache' folder 777 recursive permissions as specified in the web installation. If that doesn't work, please create a ticket containing your PHP error log.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin -&amp;gt; General settings -&amp;gt; Payment Gateways -&amp;gt; PayPal -&amp;lt; IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php (Make sure to use set it to https if you use https for your site)&lt;br /&gt;
* Also make sure you have done this: http://wiki.prometheusipn.com/index.php?title=Integration:gateways#PayPal&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3545</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3545"/>
				<updated>2018-12-29T11:48:22Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: Added &amp;quot;Lost connection to MySQL server during query&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Lost connection to MySQL server during query&amp;quot; ====&lt;br /&gt;
* Your MySQL server has too low read timeout values for the connection distance/speed between your MySQL server and your GMod server.&lt;br /&gt;
*To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@local.net_read_timeout=300;&lt;br /&gt;
  SET @@global.net_read_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
* The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
* Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
* You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
* Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
&lt;br /&gt;
==== Cannot log in, after steam sends back without logging in. ====&lt;br /&gt;
* If you are using HTTPS on your website you need to make sure $using_ssl is set to true in config.php&lt;br /&gt;
&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== 500 Internal server error ====&lt;br /&gt;
* Give the 'cache' folder 777 recursive permissions as specified in the web installation. If that doesn't work, please create a ticket containing your PHP error log.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin -&amp;gt; General settings -&amp;gt; Payment Gateways -&amp;gt; PayPal -&amp;lt; IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php (Make sure to use set it to https if you use https for your site)&lt;br /&gt;
* Also make sure you have done this: http://wiki.prometheusipn.com/index.php?title=Integration:gateways#PayPal&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Integration:gateways&amp;diff=3531</id>
		<title>Integration:gateways</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Integration:gateways&amp;diff=3531"/>
				<updated>2018-03-07T17:23:30Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* Payment Gateways */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Payment Gateways ======&lt;br /&gt;
Current payment gateways:&lt;br /&gt;
* PayPal&lt;br /&gt;
* Paymentwall&lt;br /&gt;
* Stripe&lt;br /&gt;
* Credits (Purchased using any of the previously listed Payment Gateways)&lt;br /&gt;
&lt;br /&gt;
====== PayPal ======&lt;br /&gt;
* Visit your Paypal account(Both sandbox and not sandbox) at [https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-ipn-notify this] link. Go to &amp;quot;My selling tools&amp;quot; and find &amp;quot;Instant Payment Notification&amp;quot;. Set the URL to the same as your Prometheus' IPN URL(Admin-&amp;gt;General Settings-&amp;gt;Payment Gateways-&amp;gt;PayPal) and activate IPN URL on Paypal.&lt;br /&gt;
&lt;br /&gt;
Like the following:&lt;br /&gt;
&lt;br /&gt;
[[File:paypal1.png|900px]]&lt;br /&gt;
&lt;br /&gt;
[[File:paypal2.png|900px]]&lt;br /&gt;
&lt;br /&gt;
* Test your system with PayPal Sandbox and if everything works fine turn off sandbox and you're good to go :)&lt;br /&gt;
&lt;br /&gt;
====== Paymentwall ======&lt;br /&gt;
In order to use paymentwall you need to modify a few things on your PaymentWall controlpanel:&lt;br /&gt;
&lt;br /&gt;
[[File:paymentwall.png|800px]]&lt;br /&gt;
&lt;br /&gt;
'''You need to add four custom pingback parameters'''&lt;br /&gt;
&lt;br /&gt;
* goodstype -&amp;gt; own&lt;br /&gt;
* price -&amp;gt; own&lt;br /&gt;
* cur -&amp;gt; own&lt;br /&gt;
* coupon -&amp;gt; own '''- THIS ONE IS NEW AS OF 1.6.2'''&lt;br /&gt;
&lt;br /&gt;
You also need to set your pingback url to &amp;lt;code&amp;gt;http://yourprometheus.com/donate/paymentwall.php&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The secret key and project keys are found on your Paymentwall &amp;quot;My projects&amp;quot; page. Review key should be left blank and widget key is by default p10&lt;br /&gt;
&lt;br /&gt;
Now submit your project for review and hope that they accept you and don't tell you that I haven't set up some user API bullshit they want to enforce.&lt;br /&gt;
&lt;br /&gt;
====== Credits ======&lt;br /&gt;
Credits is a virtual currency within Prometheus. The only setting you'll be able to set in the credits options is the ability to only use credits as payment for packages / raffles.&lt;br /&gt;
&lt;br /&gt;
====== Stripe ======&lt;br /&gt;
&lt;br /&gt;
The first thing you need to do is sign in to your Stripe account.&lt;br /&gt;
Now make sure your account is set to live, and properly set up. Then go to your user in the top right and click account settings.&lt;br /&gt;
&lt;br /&gt;
[[File:stripe1.png|800px]]&lt;br /&gt;
&lt;br /&gt;
You will now be greeted with this screen. Click &amp;quot;API Keys&amp;quot; and retrieve your live secret key and your live publishable key&lt;br /&gt;
&lt;br /&gt;
[[File:stripe2.png|800px]] &lt;br /&gt;
&lt;br /&gt;
They have to be copied and pasted into Prometheus' Payment Gateways -&amp;gt; Stripe settings.&lt;br /&gt;
&lt;br /&gt;
API Key is the secret key, publishable key is the publishable key&lt;br /&gt;
&lt;br /&gt;
[[File:stripe3.png|800px]]&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3529</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3529"/>
				<updated>2018-01-05T21:00:18Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: Added not being able to log in web side&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
* The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
* Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
* You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
* Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
&lt;br /&gt;
==== Cannot log in, after steam sends back without logging in. ====&lt;br /&gt;
* If you are using HTTPS on your website you need to make sure $using_ssl is set to true in config.php&lt;br /&gt;
&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== 500 Internal server error ====&lt;br /&gt;
* Give the 'cache' folder 777 recursive permissions as specified in the web installation. If that doesn't work, please create a ticket containing your PHP error log.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin -&amp;gt; General settings -&amp;gt; Payment Gateways -&amp;gt; PayPal -&amp;lt; IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php (Make sure to use set it to https if you use https for your site)&lt;br /&gt;
* Also make sure you have done this: http://wiki.prometheusipn.com/index.php?title=Integration:gateways#PayPal&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Modding&amp;diff=3522</id>
		<title>Modding</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Modding&amp;diff=3522"/>
				<updated>2017-08-13T20:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* Lua */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Web ===&lt;br /&gt;
Anyone is allowed to create modifications to prometheus code which they can share or even sell, as long as these requirements are met:&lt;br /&gt;
* The person sharing/selling the modification has purchases Prometheus.&lt;br /&gt;
* Amount of files changed is the minimal possible(Only files that MUST be modified should be modified and shared, adding unnecessary stuff to a file only for it to be shareable is also violation of this requirement)&lt;br /&gt;
* You must state on the modification page that it is a derivative work of Prometheus, and also link to Prometheus’ addon page&lt;br /&gt;
* You must also state that adding the modification to Prometheus will mean that any errors or problems involving stuff the modification changes will NOT be helped with by the Prometheus support team.&lt;br /&gt;
* Your modification must be freely accessible by the Prometheus support team(Can be done after requested by us)&lt;br /&gt;
* '''The modification can't contain Prometheus files from any of these files/folders:''' (you can put any class files in inc/classes and run them from any file loaded elsewhere, they autoload)&lt;br /&gt;
** /inc/functions.php&lt;br /&gt;
** /cache/*&lt;br /&gt;
** /vendor/*&lt;br /&gt;
** /cert/*&lt;br /&gt;
** /inc/lib/*&lt;br /&gt;
** /mods/*&lt;br /&gt;
** install.php&lt;br /&gt;
** ipn.php&lt;br /&gt;
** paymentwall.php&lt;br /&gt;
** inc/classes/verification.class.php&lt;br /&gt;
** inc/classes/paymentwall.class.php&lt;br /&gt;
** inc/classes/stripe.class.php&lt;br /&gt;
** inc/classes/update.class.php&lt;br /&gt;
** inc/classes/cache.class.php&lt;br /&gt;
** inc/classes/mods.class.php&lt;br /&gt;
&lt;br /&gt;
* No modifications regarding license verification&lt;br /&gt;
* You need to inform the user that is downloading your modification of the files modified BEFORE they are required to pay(So they can check if any other modifications they already have, have modified a file yours has as well)&lt;br /&gt;
* The modification MUST include a modification info file located in “mods” folder, example of syntax can be found in examplemod.txt (Make the filename as unique as you can)&lt;br /&gt;
You are allowed to include new files/folders of your own to any folder as long as they do not replace any of Prometheus files/folders. This includes /vendor, but only through the use of composer.&lt;br /&gt;
=== Lua ===&lt;br /&gt;
==== Usable hooks: ====&lt;br /&gt;
* PrometheusAddActions&lt;br /&gt;
** Arguments: none&lt;br /&gt;
** Add any custom actions inside this hook using Prometheus.AddAction function(Described lower)&lt;br /&gt;
* PrometheusDBConnected&lt;br /&gt;
** Arguments: none&lt;br /&gt;
** Ran when Prometheus has just connected to the database&lt;br /&gt;
* PrometheusDBInitialized&lt;br /&gt;
** Arguments: none&lt;br /&gt;
** Ran when Prometheus has fully connected to the database and has run any initializing queries&lt;br /&gt;
* PrometheusInitialized&lt;br /&gt;
** Arguments: none&lt;br /&gt;
** Ran when Prometheus has fully loaded(All it’s functions/values have been created)&lt;br /&gt;
* PrometheusRunningAction&lt;br /&gt;
** Arguments:&lt;br /&gt;
*** Table      Table of players that this action will run on(Can contain SteamID strings or Player Objects)&lt;br /&gt;
*** String     Name of the action&lt;br /&gt;
*** Table      Table of values for that action&lt;br /&gt;
*** Table      Table of action data(steam64 of person, active status, expire time, etc)&lt;br /&gt;
** Ran when Prometheus is running an action(For any custom new actions, use PrometheusAddActions hook instead, this is for informational purposes)&lt;br /&gt;
&lt;br /&gt;
==== Usable functions: ====&lt;br /&gt;
* Prometheus.AddAction&lt;br /&gt;
** Arguments:&lt;br /&gt;
*** Table       Table that contains these values:&lt;br /&gt;
**** name       String        Name of the action&lt;br /&gt;
**** runfunc    Function    Function that will run when the action is bought(Arguments are: Player object, Table of values for that action, Table of action data)&lt;br /&gt;
**** endfunc   Function    Functions that will run when the action has expired or deactivated(Arguments are: Player object, Table of values for that action, Table of action data)&lt;br /&gt;
** Use this to create your own custom actions(Keep in mind you need to also mod web side to be able to save/buy that action).&lt;br /&gt;
** Examples of actions can be found in actions.lua file.&lt;br /&gt;
&lt;br /&gt;
'''Preferably don't modify Prometheus Lua files.'''&lt;br /&gt;
&lt;br /&gt;
Rather create your own separate add-on that uses the hooks/function overwrites to modify Prometheus Lua side, while not modifying files is almost impossible in PHP, in Lua it's pretty easy.&lt;br /&gt;
&lt;br /&gt;
Pretty much anything you would need to do can be acquired by using the hooks, if that isn't enough, you can use function overwrites, example of tapping into a function called &amp;quot;testFunc&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
local oldFunc = testFunc&lt;br /&gt;
&lt;br /&gt;
testFunc = function(...)&lt;br /&gt;
&lt;br /&gt;
args = {...}&lt;br /&gt;
&lt;br /&gt;
-- Do anything here with the arguments, original function will still run by running the oldFunc(...)&lt;br /&gt;
&lt;br /&gt;
oldFunc(...)&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; !File / Folder &lt;br /&gt;
|- | / inc functions.php |- cache * vendor cert lib mods |install.php |ipn.php |paymentwall.php |inc classes verification.class.php paymentwall.class.php stripe.class.php update.class.php cache.class.php mods.class.php |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3505</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3505"/>
				<updated>2017-06-29T20:05:06Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:  &lt;br /&gt;
&lt;br /&gt;
(You need to create the lua/bin folder manually if you do not already have it.)&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You are also going to need either [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll libmysql] on Windows or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18 libmysqlclient] on Linux.&lt;br /&gt;
They have to be placed within the root folder of your server (the one that contains srcds.exe or srcds_run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ('''Discontinued, not recommended!''') ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3504</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3504"/>
				<updated>2017-06-29T20:04:55Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* Installing prerequisites for Prometheus' lua portion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:  &lt;br /&gt;
&lt;br /&gt;
(You need to create the lua/bin folder manually if you do not already have it.)&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You are also going to need either [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll libmysql] on Windows or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18 libmysqlclient] on Linux.&lt;br /&gt;
They have to be placed within the root folder of your server (the one that contains srcds.exe or srcds_run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ('''Discontinued, not recommended!''') ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3503</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3503"/>
				<updated>2017-06-29T20:04:43Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:  &lt;br /&gt;
(You need to create the lua/bin folder manually if you do not already have it.)&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You are also going to need either [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll libmysql] on Windows or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18 libmysqlclient] on Linux.&lt;br /&gt;
They have to be placed within the root folder of your server (the one that contains srcds.exe or srcds_run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ('''Discontinued, not recommended!''') ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3502</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3502"/>
				<updated>2017-06-29T20:03:50Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:&lt;br /&gt;
(You need to create the lua/bin folder manually if you do not already have it.)&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You are also going to need either [][https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll libmysql] on Windows or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18 libmysqlclient] on Linux.&lt;br /&gt;
They have to be placed within the root folder of your server (the one that contains srcds.exe or srcds_run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ([[Discontinued, not recommended!]]) ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3494</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3494"/>
				<updated>2017-04-28T15:14:38Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* MySQLoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend tMySQL, but you can use MySQLoo as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
[[File:Libmysql.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3493</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3493"/>
				<updated>2017-04-28T15:14:19Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* MySQLoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend tMySQL, but you can use MySQLoo as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
[[File:Libmysql.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3492</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3492"/>
				<updated>2017-04-28T15:11:33Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* tMySQL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend tMySQL, but you can use MySQLoo as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
[[File:Libmysql.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/download/9.1/gmsv_mysqloo_win32.dll this for Windows] or [https://github.com/syl0r/MySQLOO/releases/download/9.1/gmsv_mysqloo_linux.dll this for Linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3489</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3489"/>
				<updated>2017-01-18T12:34:27Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* MySQLoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend tMySQL, but you can use MySQLoo as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/blackawps/gm_tmysql4/releases/download/R1/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/blackawps/gm_tmysql4/releases/download/R1.01/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
[[File:Libmysql.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/releases/download/9.1/gmsv_mysqloo_win32.dll this for Windows] or [https://github.com/syl0r/MySQLOO/releases/download/9.1/gmsv_mysqloo_linux.dll this for Linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3487</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3487"/>
				<updated>2017-01-02T21:12:03Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* Packages are not given after people pay on PayPal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin - General settings - PayPal - IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php (Make sure to use set it to https if you use https ofor your site)&lt;br /&gt;
* Also make sure you have done this: [http://wiki.prometheusipn.com/index.php?title=Integration:gateways#PayPal http://wiki.prometheusipn.com/index.php?title=Integration:gateways#PayPal]&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3485</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3485"/>
				<updated>2016-12-15T21:03:45Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin - General settings - PayPal - IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php (Make sure to use set it to https if you use https ofor your site)&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3484</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3484"/>
				<updated>2016-12-15T21:00:37Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin - General settings - PayPal - IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.com/donate/ipn.php&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3483</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3483"/>
				<updated>2016-12-15T20:58:47Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;br /&gt;
==== Packages are not given after people pay on PayPal ====&lt;br /&gt;
* Make sure your IPN link is correct in the web side settings under Admin - General settings - PayPal - IPN URL, it should be set to: http://YourUrlHere/FolderYouInstalledPrometheusIn/ipn.php for example http://example.php/donate/ipn.php&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3465</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3465"/>
				<updated>2016-11-06T22:34:22Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* ISSUES ON SERVER */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled. Go to your steam settings - In-Game - check &amp;quot;Enable the Steam Overlay while in-game&amp;quot;.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3463</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3463"/>
				<updated>2016-10-08T15:48:25Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
==== !donate menu only shows 'Server has failed connecting to the database! Please contact the owner.' ====&lt;br /&gt;
Check your server console for a message from Prometheus, after reading it consult 'WEB AND LUA ERRORS' portion of this page.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3462</id>
		<title>Installation:debugging</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:debugging&amp;diff=3462"/>
				<updated>2016-10-08T15:46:03Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have any issues with Prometheus you should always read this article first:&lt;br /&gt;
=== WEB AND LUA ERRORS ===&lt;br /&gt;
&lt;br /&gt;
==== MySQL not connecting / &amp;quot;Server has failed connecting to the database. Please contact the owner!&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Make sure you have MySQL remote connections enabled on your webhost's controlpanel, and your GMod server's IP whitelisted. In case you haven't done so already, you need to make sure that you have [[Installation:Lua|installed your Tmysql/MySQLOO module]] correctly.&lt;br /&gt;
* You can see exactly what is going wrong by checking your console and seeing what happens when the first player joins after the server restarts. All Prometheus error messages will have ''[Prometheus] DB connection error'' before the error.&lt;br /&gt;
* If issues persist after trying these troubleshooting options, please [http://nmscripts.com/prometheus/support contact support].&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Access denied for user 'X'@'XXX.XXX.XXX.XXX' (using password: YES)&amp;quot; ====&lt;br /&gt;
* You have either entered your MySQL username and password wrong in your config file, or permission is not allowed for the IP address that is connecting.&lt;br /&gt;
* If this message appears, make sure that remote connections are allowed from your website's control panel.&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;MySQL Server has gone away&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
* Set your refreshrate in your lua config to 15 seconds or less. Your MySQL server does not allow any connections that last longer than 15 seconds most likely, so it's timing out before its hitting the default 40.&lt;br /&gt;
* To fix this run these two commands in your MySQL (If you can't, get your host to do it):&lt;br /&gt;
  SET @@GLOBAL.wait_timeout=300;&lt;br /&gt;
  SET @@LOCAL.wait_timeout=300;&lt;br /&gt;
&lt;br /&gt;
==== I do not receive the test message on my server ====&lt;br /&gt;
&lt;br /&gt;
* Enable the launch parameter -condebug on your server unless you are using TCAdmin 2.0 already.&lt;br /&gt;
* '''If you are using TCAdmin2''' (or any web-console), view your server console upon starting your server and look for anything that starts with ''[Prometheus]''. CTRL+F is your friend so that you can find it more quickly.&lt;br /&gt;
* If you are using -condebug, search for the same thing as if you were using TCAdmin2, but instead search the console.log file within your GMod servers &amp;quot;Garrysmod&amp;quot; directory&lt;br /&gt;
&lt;br /&gt;
==== I do receive the test message, but don't get the items in my server ====&lt;br /&gt;
This can mean one of two things:&lt;br /&gt;
* Your IPN url in General Settings -&amp;gt; Payment Gateways -&amp;gt; PayPal is wrong. &lt;br /&gt;
* Your ServerID in your prometheus lua config is wrong. Make sure it's correct(Edit a server to find out its ID)&lt;br /&gt;
&lt;br /&gt;
Check your server console for any errors that might give you a hint of what the error is.&lt;br /&gt;
&lt;br /&gt;
If there are no errors there, also check the ipn_errors.log file for errors and contact support.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, and nothing appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* You have not set up your Prometheus properly following this [[installation:website|installation tutorial]]. Your PayPal is receiving the money, but is not sending a pingback message to your webserver.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [[File:pingback.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your system is failing at the red arrow (Inbetween PayPal and your installation). You need to set your IPN URL in PayPal itself. See the installation tutorial link above.&lt;br /&gt;
&lt;br /&gt;
===== Not getting any items on my server, but something appearing in the transaction log of Prometheus =====&lt;br /&gt;
&lt;br /&gt;
* Your serverID is most likely incorrect in your lua config. To find your actual serverID go to Admin-&amp;gt; Servers and edit a server to see the ID.&lt;br /&gt;
=== ISSUES ON SERVER ===&lt;br /&gt;
==== !donate menu doesn't have packages I created ====&lt;br /&gt;
The !donate menu ONLY shows the packages you have purchased or that ave been assigned to you.&lt;br /&gt;
====The DONATE button in !donate menu does nothing ====&lt;br /&gt;
You have your steam overlay disabled.&lt;br /&gt;
==== The DONATE button in !donate menu opens wrong site ====&lt;br /&gt;
Edit the prometheus_client_config.lua config and set the link to your site.&lt;br /&gt;
=== WEB ISSUES ===&lt;br /&gt;
==== Parse error unexpected '[' ====&lt;br /&gt;
&lt;br /&gt;
* You do not have the latest PHP 5.4 version or greater installed on your webserver. If this is the case, you need to update your PHP version from your website control panel. If 5.4+ is not available, contact your webhost's support team and request that they update it for you.&lt;br /&gt;
&lt;br /&gt;
==== When logging in, &amp;quot;An error occurred while processing your request. Reference #XX.XXXXXXXX.XXXXXXXXXX.XXXXXXX&amp;quot; ====&lt;br /&gt;
* This is an issue with Steam. Please wait and it should resolve itself eventually. Please do not contact NMScripts support as there is nothing we can do about this.&lt;br /&gt;
&lt;br /&gt;
==== Permanent packages don't get assigned, the test message doesn't send either! Help! ====&lt;br /&gt;
* This is due to your MySQL server not accepting invalid dates, this will only be an issue up until version 2.0.     &lt;br /&gt;
* To fix this, run the following MySQL query:    &lt;br /&gt;
* '''SET GLOBAL sql_mode ='TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* '''SET SESSION sql_mode = 'TRADITIONAL,ALLOW_INVALID_DATES;'''&lt;br /&gt;
* Make sure to set this SQL_MODE in your MySQL config file too if you have access to it.&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3419</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3419"/>
				<updated>2016-08-01T23:19:05Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* Installing prerequisites for Prometheus' lua portion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend tMySQL, but you can use MySQLoo as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/blackawps/gm_tmysql4/releases/download/R1/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/blackawps/gm_tmysql4/releases/download/R1.01/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
[[File:Libmysql.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/blob/master/out/windows/gmsv_mysqloo_win32.dll?raw=true this for Windows] or [https://github.com/syl0r/MySQLOO/blob/master/out/linux/gmsv_mysqloo_linux.dll?raw=true this for Linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=File:Libmysql.png&amp;diff=3418</id>
		<title>File:Libmysql.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=File:Libmysql.png&amp;diff=3418"/>
				<updated>2016-08-01T23:18:32Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=File:Bin.png&amp;diff=3417</id>
		<title>File:Bin.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=File:Bin.png&amp;diff=3417"/>
				<updated>2016-08-01T23:18:20Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3416</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3416"/>
				<updated>2016-08-01T23:16:15Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. We recommend tMySQL, but you can use MySQLoo as well.&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/blackawps/gm_tmysql4/releases/download/R1/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/blackawps/gm_tmysql4/releases/download/R1.01/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/blackawps/gm_tmysql4/releases/download/R1/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/blackawps/gm_tmysql4/releases/download/R1.01/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
[[File:Libmysql.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/blob/master/out/windows/gmsv_mysqloo_win32.dll?raw=true this for Windows] or [https://github.com/syl0r/MySQLOO/blob/master/out/linux/gmsv_mysqloo_linux.dll?raw=true this for Linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
[[File:Bin.png]]&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	<entry>
		<id>http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3415</id>
		<title>Installation:lua prerequisites</title>
		<link rel="alternate" type="text/html" href="http://wiki.prometheusipn.com/index.php?title=Installation:lua_prerequisites&amp;diff=3415"/>
				<updated>2016-08-01T21:47:02Z</updated>
		
		<summary type="html">&lt;p&gt;Newjorciks: /* Installing prerequisites for Prometheus' lua portion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installing prerequisites for Prometheus' lua portion ===&lt;br /&gt;
Install the [[Installation:website|web files]] first&lt;br /&gt;
&lt;br /&gt;
You need to install either tMySQL or MySQLoo. You install the one that you find you need for other MySQL based addons as well.&lt;br /&gt;
&lt;br /&gt;
==== tMySQL ====&lt;br /&gt;
&lt;br /&gt;
[http://facepunch.com/showthread.php?t=1442438 Link to tMySQL]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/blackawps/gm_tmysql4/releases/download/R1/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/blackawps/gm_tmysql4/releases/download/R1.01/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin''&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
==== MySQLoo ====&lt;br /&gt;
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Lua1.png|900px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/syl0r/MySQLOO/blob/master/out/windows/gmsv_mysqloo_win32.dll?raw=true this for Windows] or [https://github.com/syl0r/MySQLOO/blob/master/out/linux/gmsv_mysqloo_linux.dll?raw=true this for Linux] and put it here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Lua2.png|900px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need to create the lua/bin folder manually if you do not already have it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Done''' Continue with the [[Installation:lua|lua files]] installation&lt;/div&gt;</summary>
		<author><name>Newjorciks</name></author>	</entry>

	</feed>