Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 5464 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Missing icons in forum header. | |
neralex Replies: 1 Views: 3368 ![]() |
![]() |
No need for changing, because this file isn't used in any forums-tepmplate. This file is an very old part of the original deepblue/subsilver phBB-template. In RN you have the simple_header.tpl, which ... | |
Topic: Trying to access array offset on value of type bool in | |
hicuxunicorniobestbuildpc Replies: 2 Views: 7047 ![]() |
![]() |
Since yesterday testing and couldn't find any error. Today morning I decided to activate a block to see if the all function are in order then it came this one.
Notice: Trying to access array offse ... |
|
Topic: Missing icons in forum header. | |
hicuxunicorniobestbuildpc Replies: 1 Views: 3368 ![]() |
![]() |
Taking a deep look on filemodules/Forums/templates/subSilver/forum_header.tpl I found this line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Shouldn't be & ... |
|
Topic: Blank News Module | |
southern Replies: 15 Views: 8257 ![]() |
![]() |
I looked at the blank page with the Microsoft Edge Inspect and found it reports this error,
http://www.southernwolf.net/modules.php?name=News&file=article&sid=4409#:~:te ... |
|
Topic: Blank News Module | |
southern Replies: 15 Views: 8257 ![]() |
![]() |
Hi Neralex, As far as I know the PhP version hasn't been changed for my website. If it was it wasn't me. Anyway the blank page occurs only when I set the News module as home or click a story link. Oth ... | |
Topic: Radio Block | |
hicuxunicorniobestbuildpc Replies: 3 Views: 3926 ![]() |
![]() |
Guys! I am trying to make a radio shout block and it is working but when I click it goes to play in another page. Is that normal? Let me know if u see any mistake or validation.
<?php if ( ... |
|
Topic: Download module for RavenNuke | |
hicuxunicorniobestbuildpc Replies: 4 Views: 5190 ![]() |
![]() |
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: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 18262 ![]() |
![]() |
I got this
function updateRegister() { global $db, $prefix, $admin_file; $date = $_POST['date']; $num = $_POST['num']; $name = $_POST['name']; $descr ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 18262 ![]() |
![]() |
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: new.png error | |
neralex Replies: 22 Views: 12976 ![]() |
![]() |
Maybe the php-file from the older version has a broken charset in the file-header. Which could cause this issue. If you like, you can provide us your translated files. I will add them to the current v ... | |
Topic: Getting blank white pages on some things. | |
kd8hho Replies: 6 Views: 4813 ![]() |
![]() |
Little bit of an update. got forums to work, thinking I was missing a php-mod not sure which one. so now forums work but however show this error.
Warning: ob_start(): output handler 'ob_gzhandler' ... |
|
Topic: Error from preg_match help | |
neralex Replies: 5 Views: 5197 ![]() |
![]() |
There are some other ways to prevent running a file directy.
Block-files in RN: if ( !defined('BLOCK_FILE') ) { Header('Location: ../index.php'); die ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 11351 ![]() |
![]() |
I am getting some errors now from this RN Module made it from Guardian
Notice: Undefined offset: 1 in /www.bestbuildpc.org/modules/RN_Subscription/index.php on line 37 $username = $cookie[ ... |
|
Topic: Theme Previews | |
hicuxunicorniobestbuildpc Replies: 17 Views: 13698 ![]() |
![]() |
I got this one as well.
<?php if ( !defined('BLOCK_FILE') ) {Header('Location: ../index.php'); die();} if (!defined('PHP_EOL')) de ... |
|
Topic: Theme Previews | |
neralex Replies: 17 Views: 13698 ![]() |
![]() |
EmeraldDragon, I used the Theme-Preview function in the admin-section of RN25x to build a simple block-file with the same functionality, which is using the uploaded themes from the themes-folder of yo ... | |
Topic: Make block for slide | |
waleeid Replies: 3 Views: 2868 ![]() |
![]() |
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: Javascript at the per module level | |
neralex Replies: 5 Views: 5147 ![]() |
![]() |
For single module-files or single module-functions you can use this before the include of the header.php:
$datetimepicker = 'path/to/datetimepicker-lib.js'; addJSToHead($datetimepicker,'file'& ... |
|
Topic: Javascript at the per module level | |
kguske Replies: 5 Views: 5147 ![]() |
![]() |
So, I found this in header.php:
// Post 138905 Step 8 - RN_MODULE_HEAD should contain the file to include, with a path relative to the module folder if (defined('RN_MODULE_HEAD')) ... |
|
Topic: Javascript at the per module level | |
kguske Replies: 5 Views: 5147 ![]() |
![]() |
You can load JS in the header or body using the addJSToHead, addJSToBody functions in an Include includes/addons/head-xxx.php or includes/addons/body-xxx.php file. You could also include a module?s R ... | |
Topic: php7 support | |
Doulos Replies: 276 Views: 335344 ![]() |
![]() |
FYI, this did not stop the PHP warnings for this issue:
Thanks for the report. This is not a real issue. This is the result, when you request this file outside of the functinality. If you are l ... |
|
Topic: php7 support | |
neralex Replies: 276 Views: 335344 ![]() |
![]() |
Thanks for the report.
This is not a real issue. This is the result, when you request this file outside of the functinality. If you are logged in as user and your are using the "Send to a Fri ... |
|
Topic: CSS: Limit image-width in Forum-posts | |
Doulos Replies: 16 Views: 17267 ![]() |
![]() |
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ... | |
Topic: Donations module update problems | |
Doulos Replies: 10 Views: 13152 ![]() |
![]() |
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: php7 support | |
neralex Replies: 276 Views: 335344 ![]() |
![]() |
Just a typo at the end of a echo-string:
find: include_once 'header.php';echo '<div class="display-none">', PHP_EOL # hide content, when colorbox is not open ,'<div id=" ... |
|
Topic: php7 support | |
Doulos Replies: 276 Views: 335344 ![]() |
![]() |
I have been slowly working my way through my custom modules and updating them for PHP7, but I am stuck with this one. I thought I had this module working fine in php5.4, but I just checked my PHP5.4 ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 217, 218, 219 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours