74 - Webscript broken
Getting errors when importing/exporting into the eqdkp+ system.
latest version 4.16
Export page:
Notice: Undefined index: retrieve in <eqdkpfolder>\plugins\morgdkp2\Morgexport.php on line 104
getting this too for lines
289, 296-300,
and could you please make it use the wrapper/iframe so that we can still see the admin panel/menu's while importing/exporting.
| User | When | Change |
|---|---|---|
| Morgalm | Fri, 20 Nov 2009 19:58:19 | Changed status from Waiting to Invalid |
| Morgalm | Mon, 09 Nov 2009 00:15:44 | Changed status from Replied to Waiting |
| MANTYS | Sun, 08 Nov 2009 10:53:31 | Changed status from Waiting to Replied |
| Morgalm | Mon, 02 Nov 2009 01:41:47 | Changed status from Replied to Waiting |
| djmulder | Sun, 01 Nov 2009 12:04:38 | Changed status from Waiting to Replied |
| Morgalm | Fri, 30 Oct 2009 20:45:34 | Changed status from Replied to Waiting |
| djmulder | Fri, 30 Oct 2009 14:37:30 | Changed status from Waiting to Replied |
| Morgalm | Thu, 29 Oct 2009 18:50:39 | Changed status from Replied to Waiting |
| MANTYS | Thu, 29 Oct 2009 13:31:07 | Changed status from Waiting to Replied |
| Morgalm | Wed, 28 Oct 2009 22:27:56 | Changed status from New to Waiting |
| MANTYS | Wed, 28 Oct 2009 15:20:58 | Create |
- 10 comments
- 10 comments
Facts
- Last updated on
- 20 Nov 2009
- Reported on
- 28 Oct 2009
- Status
- Invalid - This was not a valid report.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #10
Morgalm Mon, 09 Nov 2009 00:15:34Strange from my research you need to set:
in php.ini. Did you try that? I will add these fixes to the documentation thanks:)
- #9
MANTYS Sun, 08 Nov 2009 11:47:33do you think this warning:
Warning: Unknown: 5 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0
is more significant?
- #8
MANTYS Sun, 08 Nov 2009 10:53:30Ok here is the fix.
You're right that the messages arent important as they are flagged as "notice" I've been looking in the php.ini file and here is what you need to edit:
At the top of the file is a section error 'handling and logging' theres a wall of text explaining how it works but heres the quickest fix:
Search for the line:
and uncomment it (remove the ; in front of it)
then search for this part:
and comment it (add the ; in front)
E_ALL = show all errors, E_all & `E_NOTICE = Show all but Notices. normally show all is only used for debugging so it shouldn't be on in the first place. but aparently in some cases it is.
- #7
Morgalm Mon, 02 Nov 2009 01:41:38I think it is something you need to change in your php.ini for your site but I don't have much experience with that.
- #6
djmulder Sun, 01 Nov 2009 12:04:37Hmm I tried lowering the debug_level with http://nl2.php.net/manual/en/function.error-reporting.php and I still got em.
But the original problem still persists, although it seems "harmless"
- #5
Morgalm Fri, 30 Oct 2009 20:45:09Those aren't errors per se they are more like warning and are unavoidable as I am testing for if they are defined I believe (not looking at code atm) Turn down you php debug level on your site.
- #4
djmulder Fri, 30 Oct 2009 14:37:29Same problem here, things seem to work, just giving errors.
I'm also getting errors when I actualy post data:
- #3
Morgalm Thu, 29 Oct 2009 18:50:28Looks like a cookie or globals problem. Try turning register globals=ON. Also it is actually working if you delete all the crap in the text boxes and enter "-" in the first box it does give you the correct data.
- #2
MANTYS Thu, 29 Oct 2009 13:31:06I just think that its kind of more usefull to immediatly be able to go to the standings/raids/events after importing/exporting. its just a minor thing really.
I've installed the latest version 4.16 as stated above My DB is the latest version from eqdkp+ I downloaded about a week ago. completely original. I havent edited the files at all. I have reinstallled the script even removed and re-uploaded it. still no change I have used the mod for a long time with a pause of say 2 months. website is www.asafe.nl/wotw
maybe this info will help: PHP Safe Mode OFF Register Globals OFF CURL ON (7.19.4) Fopen ON PHP Version 5.2.10 Mysql Version Client(5.0.51a) Server(5.1.23-rc-community) Mysql Strict Mode NO
I'm using the PHP5 version of eqdkp+ would that be a posibility?
- #1
Morgalm Wed, 28 Oct 2009 22:27:39Webscript has not been updated in a long time. When did you last update it? Anything else change in your DB? Have you modified the file at all? Did you try reinstall the scripts? How long have you been using the mod? Give me a link to your website please.
And why do you need to see the admin panel when importing/exporting?