Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 4933 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Getting kicked out | |
southern Replies: 18 Views: 12529 ![]() |
![]() |
Do I need luck? LOL
That was meant seriously. You should really do this upgrade before on a local test server! WAMP on Windows or MAMP on macOS! You can't mix 251 and 252! So may the force b ... |
|
Topic: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 4 Views: 10210 ![]() |
![]() |
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: 10210 ![]() |
![]() |
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: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 1 Views: 2188 ![]() |
![]() |
I guess found another deprecated issue. When I try to delete cookies I guess these 2 errors.
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /www ... |
|
Topic: Testing RavenNuke(tm) v2.5x with php 8.2 Errors | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1985 ![]() |
![]() |
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: Nuke Sentinel Error running 8.1 php | |
64bitguy Replies: 2 Views: 2565 ![]() |
![]() |
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: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 2078 ![]() |
![]() |
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ... | |
Topic: Is Github current? | |
neralex Replies: 4 Views: 4094 ![]() |
![]() |
Guardian2003, yeah nice to see you here again. This is the current stable 2.5.x-build for php7. This build is also running on RPS with php 7.4.28. But there is no possibility for HTML5 and responsive ... | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 17665 ![]() |
![]() |
I got this from shoutbox block.
$sql = "select distinct image from ".$prefix."_shoutbox_emoticons"; $nameresult1 = $db->sql_query($sql); $flag = 1; $second ... |
|
Topic: All index.php files hacked.. | |
neralex Replies: 18 Views: 30381 ![]() |
![]() |
sundern, maleware could it be because normally all files in the web-directory should have CHMOD 644 - typically for all index.php files. Only files and/or folders which needs write-acccess should have ... | |
Topic: new.png error | |
neralex Replies: 22 Views: 12739 ![]() |
![]() |
What you can try is to install a local environment like XAMPP or WAMP for Windows. There you can install a copy of RN for testing purpose. You can also check your php-error-log of your server. Maybe y ... | |
Topic: Error from preg_match help | |
kguske Replies: 5 Views: 5082 ![]() |
![]() |
Hi Neralex, I noticed this while comparing the latest version (left) with my installation of RN 2.5.1 (right). I may have modified this, but wondered if you were aware of Montego's code change highli ... | |
Topic: RN252: BBcodeBox embedded Youtube fix | |
neralex Replies: 4 Views: 3811 ![]() |
![]() |
While fixing the issue I played with the embedded container-sizes to add some responsive css-features.
Aspect ratio 16:9 https://youtu.be/C79He1RWHhU Aspect ratio 4:3 https://youtu.be/C79H ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 10983 ![]() |
![]() |
Now when I add a subscription I get a bunch of errors
Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed 'RNS_A_GEN_ERRORE' in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/R ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 10983 ![]() |
![]() |
<?php
if (!defined('RNS_ADMIN')) die(); global $admin, $bgcolor2, $prefix, $db, $module_name; // check for incoming userid if (isset($uid)) { ... |
|
Topic: Undefined variable causing errors Wimpy Media | |
neralex Replies: 2 Views: 2436 ![]() |
![]() |
The variable $op should be defined but not filled, otherwise it doesn't work correcty while passing the function with other op-parameters.
if (!isset($op)) $op = ''; switch($ ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 10983 ![]() |
![]() |
hmmm now I see this became old so this is a fix but when I want to add a subscriber it is giving me a white page. NO ERROR but I have everything ON to show errors
admin.php?op=admin_rn_sub_add_sub ... |
|
Topic: Upgrade from 2.40 - Modules Admin not working | |
neralex Replies: 8 Views: 4647 ![]() |
![]() |
areamike, I don't get this mysql-error on the admin/modules section with PHP 7.4.12 and what you posted is not fixing the real issue because you need the original query with all fields in this file. I ... | |
Topic: php7 support | |
neralex Replies: 276 Views: 330130 ![]() |
![]() |
I found some issues while testing PHP 7.4.12:
mainfile.php: Trying to access array offset on value of type null https://github.com/neralex/RavenNuke/commit/78408693bb35ab53d008296e9389ea860811a4 ... |
|
Topic: php7 support | |
neralex Replies: 276 Views: 330130 ![]() |
![]() |
hicuxunicorniobestbuildpc, Yes I know, where is an issue in this if-statement.
Original: // Clearing of expired blocks // CAUTION: This function can slow your sites load time $clearedtime ... |
|
Topic: Make block for slide | |
waleeid Replies: 3 Views: 2804 ![]() |
![]() |
hi all
i work on slide block to get news from database for phpnuke. website http://waleedpro.c1.biz you can see first block center One box list become two they do not communicate with each ... |
|
Topic: Raven Is Back At Least For A While! | |
MadBits Replies: 32 Views: 63144 ![]() |
![]() |
Greetings to all! My health is doing better and I'm trying to get back in some kind of regular routine. I feel like I'm having to learn to walk all over again, but things are starting to fall into pl ... | |
Topic: php7 support | |
rovshan Replies: 276 Views: 330130 ![]() |
![]() |
in master distribution php7 ready in saveactivate.php file
if ($new_uid !== false && $new_uid != 0) { ; $db->sql_query('DELETE FROM ' . $user_prefix . '_users_temp W ... |
|
Topic: php7 support | |
neralex Replies: 276 Views: 330130 ![]() |
![]() |
latin1_swedish_ci
What should it be? This was already fixed few months ago but maybe I readded the issue while rewinding some other changes in the same file. Let us try it together... O ... |
|
Topic: Send E-Mail issue | |
neralex Replies: 5 Views: 5158 ![]() |
![]() |
Create a new account on your site for testing and keep an eye on the current time, while you are creating it. If you are done with the registration and you got the notice, that you should check your i ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 196, 197, 198 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours