Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 104 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Yes, I am using the WYSIWYG editor, and yes I'm using the source button, with it locked down (none of the other menu options are available in this mode).
I've even tried editing it directly in the ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| idea,
is their a way to add a strip quote function to just the adminblock() function ? |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Hey,
Well, as per your suggestions ... This is what I edited it to : <strong><big>·</big></strong> <a href="admin.php">Administrat ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| And as a reference ,
This is my edit just before saving the text : <strong><big>·</big></strong> <a href="\admin.php">Administration</a> ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Thanks guys,
ok here is the text in source mode first, and then normal view after : <strong><big>·</big></strong> <a href="\"admin. ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Ok, I am totally stumped.
I have replaced the mainfile.php (it's possible that I edited something at some point). Replaced the content of the Db completely, as mentioned by fkelly (skipping the ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Thanks montego,
I looked in the Db, and they are fine. So I'm not sure where this link error is occuring. Which actual file generates the display on the page? I might just replace it with a ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Yeah,
That above code doesn't seem to have made any difference. Where in the database are those strings stored? |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Thanks guys, I'll test this in the morning when I can get to the server (it's an intranet server, so no external access from home!).
-spyrule |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Yeah, that's the odd part. I have a duplicated website with the exact same Db, and I re-installed the raven files (except my config.php file), and the problem doesn't exist there.
So obviously th ... |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| I've edited them, and the quotes are still getting added back into the link.
How is this happening?!? |
|
| Topic: Broken administrator menu links. | |
| spyrule Replies: 25 Views: 77435 |
|
| Hello,
I'm not sure if this falls under Themes or not, but ... All the menu option when I'm logged in as Administrator, are broken : ยท Administration, = http://kccweb.sunmedia.org/"admin.p ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Awww yeah!,
Thank you so VERY VERY much. I have been beating my brain for the better part of an hour of that stupid little trick! LOL!. huhhhhh... now I just gotta dump this info back into th ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Thank you Gremmie,
That has almost solved my problem, yeah I'm still trying to wrap my brain around the differences between internal sql calls and external. got me kinda messed up. so this cod ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| ok, thanks.
Thats kinda what I thought actually. But was hoping... LOL!. now, I am stumped on something I thought I had figured out. for some stupid reason.... I am trying to fill out a ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| A quick question,
is it possible to use the onchange= function of a dropdown list, to do a query? sort of like : <select name="dropdown_menu" onchange=".$QueryID="SELECT DispositionCode ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Thanks for the fast reply fkelly,
Actually that's exactly what I have been doing to help troubleshoot this module since the beginning. It really is a useful method. Do you happen to know what g ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Thank you Gremmie, looks like I have figured out most of what I need.
Only have a few minor-ish things left to do... 1) Find the ravennuke variable that is the current logged in user's ID. ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Actually....
... require_once("mainfile.php"); include("header.php"); OpenTable(); global $prefix, $db, $sitename, $admin, $module_name, $dbhost, $ ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| This turned out to work :
$row = mysql_fetch_row ($result); |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Oh and btw, I cannot use mysqli functions yet, because my current server is only running mysql 4.somthing. Don't think it's 4.1 . | |
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| Added the :
$row = $db->mysql_fetchrow($result); Fatal error: Call to undefined method sql_db::mysql_fetchrow() in /home/content/s/p/y/spyrule/html/sunmedia/numscrub.php on line 44 This is ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| ok,
I think I might have figured out my problem. All I need to do is search the phonenumber field in the above table, and find out if it exists. I have been using : if ($WhichForm == "1" & ... |
|
| Topic: Help with a specific mysql error... | |
| spyrule Replies: 26 Views: 52179 |
|
| ok, I have changed the code on the website to output the sql query info.
For some reason though, this is running @ the initial start of the module, when it should only run on the second or more ru ... |
|
| Topic: PHP4 at End of Life | |
| spyrule Replies: 12 Views: 26951 |
|
| not to point out another host, but Godaddy.com and dreamhost.com are both offering php5 and mysql 5 now. | |
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
