Ravens PHP Scripts: Forums
 

 

Search found 153 matches
Author Message
 Topic: MySQL Error on new install
scorpious

Replies: 6
Views: 6151

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 25, 2019 3:06 am   Subject: MySQL Error on new install
Hi neralex

Thanks for the reply
I created a new database with utf8_general_ci and everything installed without any errors

Many thanks
Scorp
 Topic: MySQL Error on new install
scorpious

Replies: 6
Views: 6151

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 24, 2019 3:45 pm   Subject: MySQL Error on new install
Hi neralex

collation-type is utf8mb4_general_ci
I have added DEFAULT CHARSET=utf8, so now it reads ENGINE=MyISAM DEFAULT CHARSET=utf8;
and all tables loads

cheers
scorp
 Topic: MySQL Error on new install
scorpious

Replies: 6
Views: 6151

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 24, 2019 12:17 am   Subject: MySQL Error on new install
Hi All

I have tried to install the RavenNuke-master-php7

I get the the following errors when installing the database using the installSQL.php

The exact error message that your MySQL server re ...
 Topic: dblog errors
scorpious

Replies: 2
Views: 5051

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jan 27, 2013 3:59 am   Subject: dblog errors
Hi

I have upload a website this morning to my hosting account and found a load of errors within the dblog file.

January 27, 2013, 9:44 am File: /home/www/netcatch.co.uk/db/mysqli.php - L ...
 Topic: $db-> conversion
scorpious

Replies: 2
Views: 5277

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 04, 2012 8:57 am   Subject: $db-> conversion
Hi All

I have a test site with fresh install of Rn2.5, I am upgradeing from Rn2.4

Everything seams ok my custom modules and blocks I have changed the coding to work with the new $db->sql_quer ...
 Topic: Rnlogs Errors
scorpious

Replies: 16
Views: 13631

PostForum: MySQL   Posted: Fri Jan 27, 2012 1:12 pm   Subject: re: Rnlogs Errors
Hi Palbin

RN Version rn2.40.01

Scorp
 Topic: Rnlogs Errors
scorpious

Replies: 16
Views: 13631

PostForum: MySQL   Posted: Fri Jan 27, 2012 10:47 am   Subject: re: Rnlogs Errors
Hi Palbin

Mysql version is 5.0

Its a purchased hosting plan
We have put a support ticket in, see what they have to say.

This site is not mine, its belongs to a good friend of mine who runs ...
 Topic: Rnlogs Errors
scorpious

Replies: 16
Views: 13631

PostForum: MySQL   Posted: Fri Jan 27, 2012 9:53 am   Subject: re: Rnlogs Errors
Hi Killing-hours

Cheers for the reply

Before posting here, I tent to search Google and last night I spent over 3 hours searching, however, I did not find any decent explainations.

First searc ...
 Topic: Rnlogs Errors
scorpious

Replies: 16
Views: 13631

PostForum: MySQL   Posted: Fri Jan 27, 2012 5:46 am   Subject: Rnlogs Errors
Hi All

Within the rnlogs we have the following errors:

January 4, 2012, 9:12 am 2006 : MySQL server has gone away ( alot of these. )

SQL was: CREATE TABLE nuke_wiw_m (who VARCHAR(20), mn VARC ...
 Topic: preg_replace
scorpious

Replies: 6
Views: 7908

PostForum: PHP   Posted: Fri Jan 20, 2012 6:25 pm   Subject: re: preg_replace
Hi unicornio

I have just added the comma within the code:
"/[^a-zA-Z0-9,_-\s]/", ""

And now I can use the comma and underscore

The code you shown:

/ : ...
 Topic: preg_replace
scorpious

Replies: 6
Views: 7908

PostForum: PHP   Posted: Fri Jan 20, 2012 5:00 pm   Subject: re: preg_replace
Hi unicornio

I dont use \\ and the code did not work, however, if I use this code:
"/[^a-zA-Z0-9_-\s]/", ""

The underscore works, Its just the commas I need to al ...
 Topic: preg_replace
scorpious

Replies: 6
Views: 7908

PostForum: PHP   Posted: Fri Jan 20, 2012 2:04 pm   Subject: preg_replace
Hi All

I have an input box for members name, it works ok

I have the following code

$mnane = preg_replace("/[^a-zA-Z0-9\s]/", "", $mnane);

It work ok, t ...
 Topic: how to include FCKeditor in a New Module
scorpious

Replies: 4
Views: 9676

PostForum: FCKeditor/WYSIWYG Issues   Posted: Sat Nov 19, 2011 2:17 pm   Subject: re: how to include FCKeditor in a New Module
Hi All

Guardian2003

You have answered all my questions regarding the wysiwyg_textarea

Thank you.

fkelly

While I was waiting for a reply, I had a look at the Submit News Module file and ...
 Topic: how to include FCKeditor in a New Module
scorpious

Replies: 4
Views: 9676

PostForum: FCKeditor/WYSIWYG Issues   Posted: Sat Nov 19, 2011 7:41 am   Subject: how to include FCKeditor in a New Module
Hi All

I have a Module that I have done that uses a text area, it works fine, then I thought, instead of using the text area can I include the FCKeditor, I have looked through the forums on to incl ...
 Topic: How to add a Where clause to this query
scorpious

Replies: 9
Views: 10377

PostForum: MySQL   Posted: Wed Oct 05, 2011 1:37 pm   Subject: re: How to add a Where clause to this query
Hi All

Fkelly when i try the following:
$select = 'SELECT user_id, uname, user_item, user_userbid, from '.$prefix.'_bid WHERE user_userbid = \' '.$biddersname. '\' ';
and then
echo "$sele ...
 Topic: How to add a Where clause to this query
scorpious

Replies: 9
Views: 10377

PostForum: MySQL   Posted: Wed Oct 05, 2011 6:37 am   Subject: re: How to add a Where clause to this query
Hi All

Cheers for the fast reply.

fkelly:

I tried this before WHERE user_userbid = \' '.$biddersname. '\' ';
but got a blank screen, as I have seen this code used before.

killing-hours: ...
 Topic: How to add a Where clause to this query
scorpious

Replies: 9
Views: 10377

PostForum: MySQL   Posted: Tue Oct 04, 2011 5:03 am   Subject: How to add a Where clause to this query
hi all

I have a query like below, this will list all the users:
$select = 'select user_id, uname, user_item, user_userbid, from '.$prefix.'_bid ';

I use this code to show the results.
$result ...
 Topic: How to include a javascript file
scorpious

Replies: 4
Views: 5388

PostForum: JavaScript   Posted: Wed Aug 17, 2011 10:34 am   Subject: How to include a javascript file
Hi killing-hours

Cheers for that, If I get stuck I give you a shout.

Cheers
scorp
 Topic: How to include a javascript file
scorpious

Replies: 4
Views: 5388

PostForum: JavaScript   Posted: Wed Aug 17, 2011 2:34 am   Subject: re: How to include a javascript file
Hi neralex,

Cheers for the reply, the first script I had would not work when called from a js file, it will work if I include
<script>....</scritp>within the file, I have found anothe ...
 Topic: How to include a javascript file
scorpious

Replies: 4
Views: 5388

PostForum: JavaScript   Posted: Mon Aug 15, 2011 3:53 am   Subject: How to include a javascript file
Hi All

This is the first time for me to use a javascript, so, I am not sure which is the best way to include it.

I have a countdown script, countdown.js

Which is the best way to include it wi ...
 Topic: Pagination with Links
scorpious

Replies: 4
Views: 8223

PostForum: PHP   Posted: Sun Mar 20, 2011 4:54 am   Subject: re: Pagination with Links
Hi Palbin

Thanks again, it all works fine, I was using the following:
$uid = . $_GET['user_id'];

Now I know not to use the .(dot) space

Cheers
Scorp
 Topic: Pagination with Links
scorpious

Replies: 4
Views: 8223

PostForum: PHP   Posted: Sat Mar 19, 2011 6:15 pm   Subject: re: Pagination with Links
Hi Palbin

Thank you for the reply, it now shows the ID

How can I get the Id number into the query:

$resultpersons=$db->sql_query("SELECT name, rank, kills, deaths, FROM ".$pr ...
 Topic: Pagination with Links
scorpious

Replies: 4
Views: 8223

PostForum: PHP   Posted: Sat Mar 19, 2011 7:31 am   Subject: Pagination with Links
Hi All

I have created a module abit like the members List.

The Pagination part works, it lists everything, how many pages there are with links to Next page and Back a page. Everything is working ...
 Topic: New User Registration Problem
scorpious

Replies: 14
Views: 14561

PostForum: v2.4 RN Issues   Posted: Sun Oct 24, 2010 5:58 pm   Subject: re: New User Registration Problem
Blonde Moment

Cheers all, its all back and working perfect.

Many thanks for the Help and Advice Cheers

Scorp
 Topic: New User Registration Problem
scorpious

Replies: 14
Views: 14561

PostForum: v2.4 RN Issues   Posted: Sun Oct 24, 2010 5:43 pm   Subject: New User Registration Problem
Hi spasticdonkey

Yes that works perfect now, however, at the top of the theme the code I placed in the head-Appllyon.php is visable ?

Cheers
Scorp
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©