Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 129 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: RNuke Sentinel. 2.52.00 | |
bugsTHoR Replies: 2 Views: 4290 ![]() |
![]() |
Hi all long time since here, reinstalling this for Xamp.
Came across this problem on the check server enviroment. (cant add a picture) anyways i get error with GD graphics support Unavailable ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
neralex Replies: 31 Views: 12454 ![]() |
![]() |
This is not the correct query:
$mostviewedblockqry = $db->sql_query('SELECT `id`, `file`, `filethumb`, `filepath`, `title`, `desc`, `user`, `counter`, `savetime` FROM `' . $prefix . '_rngal` ... |
|
Topic: Testing RavenNuke(tm) v2.5x with php 8.2 Errors | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1205 ![]() |
![]() |
PHP 7.3 (currently in use but outdated) This is what I am using right now but if I change to php 8.2 I got these errors.
Deprecated: Creation of dynamic property sql_db::$db_version is deprecated i ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12454 ![]() |
![]() |
morning neralex, I checked today every single code from the gallery module and this error should come from the database. When I click on the pictures from the block then I get the errors but inside th ... | |
Topic: admin | |
fondy Replies: 10 Views: 2714 ![]() |
![]() |
Here is the file:
February 12, 2023, 2:47 pm File: /home/lovebrid/public_html/test2/db/mysqli.php - Line: 477 SQL was: SHOW TABLES LIKE "nuke_config" querycount = 1 ... |
|
Topic: Deprecated errors with php 8.1 | |
neralex Replies: 1 Views: 1309 ![]() |
![]() |
Can you please stop giving advice as long you don't know what are you doing there? Just when a warning is gone, it doesn't mean you solved the issue. ![]() |
|
Topic: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1309 ![]() |
![]() |
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ... | |
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 293481 ![]() |
![]() |
I am getting error since I upgrade to the new php 7.1.
Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12454 ![]() |
![]() |
I get these bunch of errors again!
November 14, 2021, 1:41 pm File: /www.bestbuildpc.org/db/mysqli.php - Line: 201 Code: 1064 - Message: You have an error in your SQL syntax; ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12454 ![]() |
![]() |
I got this error now.
November 14, 2021, 1:11 pm File: /www.bestbuildpc.org/db/mysqli.php - Line: 185 SQL was: SELECT * FROM `nuke_nsnst_ip2country` WHERE (`ip_lo`<="1 ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12454 ![]() |
![]() |
Hey guys. I am getting lots of errors from mysqli.php
ERRORS November 4, 2021, 2:22 am File: /www.bestbuildpc.org/db/mysqli.php - Line: 201 Code: 1064 - Message: You have an ... |
|
Topic: Upgrade from 2.40 - Modules Admin not working | |
areamike Replies: 8 Views: 3880 ![]() |
![]() |
Yes, all blocks and modules were disabled.
Yes, I used only core RavenNuke files for this upgrade. I only added back my theme and images. I am actually not running any non-core mods or blocks at ... |
|
Topic: Upgrade from 2.40 - Modules Admin not working | |
areamike Replies: 8 Views: 3880 ![]() |
![]() |
Thanks neralex.
I made the changes and ran errors. Looking through the dblog, one single line sticks out like a sore thumb. November 4, 2020, 5:32 pm File: /var/www/html/db/mysqli.php - Line: 20 ... |
|
Topic: private function backtrace_log | |
rovshan Replies: 5 Views: 5090 ![]() |
![]() |
Thank you for your offer to help. I very appreciate.
I need this feature to catch errors in my own code. I did many modifications and tweaks + I have my own modules and sometimes it makes me crazy ... |
|
Topic: private function backtrace_log | |
rovshan Replies: 5 Views: 5090 ![]() |
![]() |
Thank you very much neralex !
It seems your modifications catchs failed-query (red line) ! its ok. But file path in LINE option rests the same for all queries: LINE 488 - File: /var/www/somehost/ ... |
|
Topic: private function backtrace_log | |
neralex Replies: 5 Views: 5090 ![]() |
![]() |
rovshan, nice catch - crazy issue ![]() Let us clarify how the loglevel-options should work: $loglevel - This controls the level of logging to the rnlogs/dblog file. The default setting $logleve ... |
|
Topic: private function backtrace_log | |
rovshan Replies: 5 Views: 5090 ![]() |
![]() |
hi,
My question concern this function in footer.php to show MySql requests concerning downloaded page: if ($loglevel == 3 || $loglevel == 4) { if (is_admin($admin) ... |
|
Topic: Donations module update problems | |
neralex Replies: 10 Views: 12093 ![]() |
![]() |
Maybe something like this:
while($recordSet = mysqli_fetch_assoc($Result1)) to: while($recordSet = mysqli_fetch_assoc(mysqli_result $Result1)) or: while& ... |
|
Topic: Donations module update problems | |
Doulos Replies: 10 Views: 12093 ![]() |
![]() |
After using google to try updating the module for php7 the module and block are showing fine without errors- except IPN isn't working. I have run into a snag with the following error and code. Hopin ... | |
Topic: db queries listed at bottom of page | |
Doulos Replies: 2 Views: 5073 ![]() |
![]() |
EDIT: Nevermind, I saw that I had loglevel set to 4. Changed it back to 0 and it is fine.
I have now idea how long this has been going on, but I am getting these type of things underneath the ac ... |
|
Topic: utf-8 characters problem. | |
Nuke8 Replies: 43 Views: 63878 ![]() |
![]() |
I'm sorry, I should have written that "it works perfectly for me". This is the correct statement.
And I forgot to mention that I already re-written the lang-hungarian.php files (I'm hunga ... |
|
Topic: utf-8 characters problem. | |
neralex Replies: 43 Views: 63878 ![]() |
![]() |
I had the same problem.
Here's how I fixed it: 1. I set the database to utf8_general_ci 2. in the language file I changed define('_CHARSET','ISO-8859-1'); to define('_CHARSET','UTF-8'); 3. in ... |
|
Topic: utf-8 characters problem. | |
Nuke8 Replies: 43 Views: 63878 ![]() |
![]() |
I had the same problem.
Here's how I fixed it: 1. I set the database to utf8_general_ci 2. in the language file I changed define('_CHARSET','ISO-8859-1'); to define('_CHARSET','UTF-8'); 3. in ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 293481 ![]() |
![]() |
I can not access to forum. I get this error
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php? Anybody knows what co ... |
|
Topic: $query variable no longer working after PHP upgrade | |
rogue3 Replies: 4 Views: 15415 ![]() |
![]() |
Thanks for the reply. The first thing I did when researching this is check the error log and it is not dropping any errors. I believe the search function itself is working correctly, it's just not fin ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours