Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 11660 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Getting kicked out | |
southern Replies: 18 Views: 12518 ![]() |
![]() |
As I mentioned before, one of your blocker-settings is blocking 'Permanent'. Find it, disable it and test it step by step. This is the only way you will have.
please note: RN2.51 ist completely out ... |
|
Topic: Deprecated: The each() function is deprecated | |
neralex Replies: 4 Views: 10207 ![]() |
![]() |
Yes I got the same output. I guess u go in the right way. to do it.
When it makes sense for you, why you don't change it in the same way? |
|
Topic: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 4 Views: 10207 ![]() |
![]() |
Yes I got the same output. I guess u go in the right way. to do it.
I found out arround line 785 There is another line it could cause the same issue echo '</p><p><span class=&qu ... |
|
Topic: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 4 Views: 10207 ![]() |
![]() |
When a user is trying to make a comment the fatal error is showing under the text. I noticed the editor is not working neither.
Deprecated: The each() function is deprecated. This message will be s ... |
|
Topic: Trying to access array offset on value of type null in | |
hicuxunicorniobestbuildpc Replies: 9 Views: 125347 ![]() |
![]() |
I've got the same issue with Survey module. file index.php
Warning: Trying to access array offset on value of type null in /modules/Surveys/index.php on line 211 Warning: Trying to access array ... |
|
Topic: Trying to access array offset on value of type null in | |
corpse Replies: 9 Views: 125347 ![]() |
![]() |
That error is saying that null is being given with for the variable $uinfo, which must mean the function getusrinfo() is returning a null value instead of an array.
This may not be right, but, my g ... |
|
Topic: php8: we need you help | |
theghost Replies: 21 Views: 14894 ![]() |
![]() |
theghost, yeah sounds good for me. So let's do it on your recommended way.
Roger that I will get started right away. I just have to move a website for a friend and then I will get started. Looki ... |
|
Topic: Deprecated: The each() function is deprecated | |
neralex Replies: 1 Views: 2181 ![]() |
![]() |
Yes, right. Thanks. https://github.com/neralex/RavenNuke/commit/1f8073012c36bb838dda2e92d3dccce6ef459483 | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 17642 ![]() |
![]() |
![]() The only error I am getting is by line 9 in file dhGallery.php includes/nukeSEO/dh/ Deprecated: Methods with the same name as their class will not b ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
neralex Replies: 31 Views: 17642 ![]() |
![]() |
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: 1980 ![]() |
![]() |
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: 17642 ![]() |
![]() |
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: Nuke Sentinel Error running 8.1 php | |
64bitguy Replies: 2 Views: 2563 ![]() |
![]() |
Might I suggest relocating this and the other "RavenNuke v2.5x" inquiries that find themselves discussing any PHP version outside the design specifications of each applicable RavenNuke relea ... | |
Topic: Warning: preg_replace() expects at least 3 parameters | |
hicuxunicorniobestbuildpc Replies: 3 Views: 1747 ![]() |
![]() |
Thanks neralex,
What is the function from preg_replace in this case? I can not believe replacing it with preg_match solved the error. These 2 lines were missing over there. U were right. $Addy ... |
|
Topic: Download module for RavenNuke | |
kguske Replies: 4 Views: 5061 ![]() |
![]() |
I have similar concerns regarding the Web_Links module, but don't have time right now to do something different. I am considering using a content page instead since I don't really track hits. I coul ... | |
Topic: Download module for RavenNuke | |
hicuxunicorniobestbuildpc Replies: 4 Views: 5061 ![]() |
![]() |
Hi Guys,
Since a couple of days I am checking file by file searching for some errors. I wonder if the download module could be renew and more easy to use for administrators. function Rankin ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 329988 ![]() |
![]() |
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: dhchronicle has a deprecated constructor in | |
hicuxunicorniobestbuildpc Replies: 1 Views: 2118 ![]() |
![]() |
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dhchronicle has a deprecated constructor in /www.bestbuildpc.org/includes/nukeSEO/dh/dhchroni ... | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 17642 ![]() |
![]() |
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 | |
neralex Replies: 31 Views: 17642 ![]() |
![]() |
I noticed there is also fieldname needed. The right way could be 'WHERE id = 2749 LIMIT 1'. You can clear the error-log and then reload single pages, which are shown in public. After each reload check ... | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 17642 ![]() |
![]() |
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 | |
neralex Replies: 31 Views: 17642 ![]() |
![]() |
Ok, then you have somewhere a module, block or addon, which is shown in public with a incorrect sql-statement like 'WHERE =2749 LIMIT 1'. The issue is based on a missing free space and fieldname like ... | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 17642 ![]() |
![]() |
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 Path 2.51.00 before 2.52.00? | |
TAd Replies: 5 Views: 3952 ![]() |
![]() |
Neralex,
Thank you for the reply, I really appreciate it greatly and no apologies required. My poor site went off line and I had not realized it as I have been rather neglectful of my Photography ... |
|
Topic: new.png error | |
blaci Replies: 22 Views: 12731 ![]() |
![]() |
It is now certain that there is a problem with the Hungarian language file of the download module. The latest RavenNuke also has English in the Hungarian language file. Therefore, I extracted the Hung ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 465, 466, 467 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours