View Full Version : Cannot create any content in phpraider 1.0.7
redrider
11-24-2007, 10:27 AM
I've just done a fresh install of phpraider 1.0.7. I installed the WoW Horde game, and again everything seemed to go fine. However, when trying to create announcements, guilds, characters, or anything it just refreshes and leaves the edit window open without ever actually creating the content. Any ideas what is happening? I verified the database configuration its pointing to is correct.
DrNick
12-01-2007, 12:13 PM
I've got exaclty the same problem!
i checked eveyrhing, the adminstrator configuration is modify-able,
but the rest isnt. I checked the query's, checked smarty, but as far as
i could see and could debug eveyrhing looked oke..
I installed with the phpBB2 authothencation, no further futures in it,
the login etc works fine but the rest wont.
Nick
DrNick
12-02-2007, 02:41 AM
oke maybe something more to debug:
when i want to enter a new group,
then there is 1 tekst field.
Smarty says this:
> SmartyValidate: dumping array...
--> default: dumping array...
----> registered_funcs: dumping array...
------> criteria: dumping array...
-> Empty
------> transform: dumping array...
-> Empty
----> validators: dumping array...
------> 0: dumping array...
---------> field: group_name
---------> id: name
---------> criteria: notEmpty
---------> message: <span class=formError>Group name must be entered</span>
---------> trim:
---------> empty:
---------> halt:
---------> transform: trim
-----> is_error:
-----> is_init:
but after i hit submit, with an empty field,
nothing happens, even not with the error field, it wont show-up..
and the next smarty output liked like this:
> SmartyValidate: dumping array...
--> default: dumping array...
----> registered_funcs: dumping array...
------> criteria: dumping array...
-> Empty
------> transform: dumping array...
-> Empty
----> validators: dumping array...
-> Empty
-----> is_error:
-----> is_init: 1
....
Dumping $_POST ...
-> group_name:
so i hope this is something more to help us find an way out of this!
DrNick
12-03-2007, 07:03 AM
well i did a little debug @ my own,
but somehow, it seems that the validation of smarty isnt right,
or the data wont be validated.
I eddited validation rules, put some output on certain lines,
but how i change it, the data wont be validated.
Is there an explanation for it? is it server side?
is it client side? plz someone who knows more about this?
Akira5284
12-03-2007, 01:39 PM
This has been an issue i've been having. At first I saw no problems with scripts and once it was set up it was running smoothly. Then when people started signing up it they started to complain that when they go to register it just blinks the screen at them and doesn't proceed. After looking into it, all the pages are being loaded with errors. I don't know how to fix them, i reported them in the Scripting Help forum but have not received any replies. (http://forums.phpraider.com/index.php?topic=2303.0). As far as using the website, if you lower security on internet options, it will work even with the errors, but that doesn't seem like something safe.
spynalor
01-11-2008, 12:17 PM
Hey Guys, I am a little new at working with PHP but I had the same issues with not being able to add content to phpRaider. I tried each version from 1.02 up to 1.07 all with the same issue. I also encounter Trouble with installing the phpRaider when I click submit to move on to the next step it would just refresh the page.
I found in my case that I was having a session_path issue. Make sure in your php.ini file that the session.save_path variable is pointing to a writeable directory
I changed mine and all my problems went away and It also fixed some of my other site issues as well. I hope this helps.
Magrov
01-12-2008, 07:58 AM
I am pretty sure the directory above is writable for me. But I still have
the same issue as the OP. Authentication with PHPBB3 seems to work
just fine and every other setting I make works. But I cannot add a
raid. I can add characters just fine too.
Something is weird here.
//Magrov
Magitta
01-31-2008, 04:10 PM
I'm having similar problems with my installation, using phpbb2 auth. Phpraider doesn't seem to run any insert query. I'm unable to figure out why this is happening. I tried the above suggestions but they didn't work for me. Database connection is working, loggin in also. All the correct directories have chmod 777. I haven't tried another browser (using Safari) don't know if that might be the problem. Hope we can figure this out. Thanks.
Magitta
02-01-2008, 01:17 AM
I tried Firefox, thought maybe Safari was causing the trouble. I was wrong. I was trying to create an announcement. After pressing the sumbit button the same page with my input reloaded and the following debug info was displayed:
Dumping $_SESSION ...
-> group_id: 1
-> profile_id: 2
-> session_logged_in: 1
-> username: Droogvoet
-> email: EMAIL@EMAIL.COM
-> timezone: 0
-> dst: 0
> SmartyValidate: dumping array...
--> default: dumping array...
----> registered_funcs: dumping array...
------> criteria: dumping array...
-> Empty
------> transform: dumping array...
-> Empty
----> validators: dumping array...
-> Empty
-----> is_error:
-----> is_init: 1
Dumping user permissions ...
-> allow_signup: 1
-> view_members: 1
-> view_raids: 1
-> view_roster: 1
-> view_history_own: 1
-> edit_characters_own: 1
-> edit_announcements_own: 1
-> edit_raids_own: 1
-> edit_subscriptions_own: 1
-> allow_backups: 1
-> edit_configuration: 1
-> edit_attributes: 1
-> edit_definitions: 1
-> edit_genders: 1
-> edit_guilds: 1
-> edit_groups: 1
-> edit_meetings: 1
-> edit_permissions: 1
-> edit_roles: 1
-> view_history_any: 1
-> edit_announcements_any: 1
-> edit_characters_any: 1
-> delete_members: 1
-> edit_raids_any: 1
-> edit_subscriptions_any: 1
-> edit_raid_templates: 1
Dumping $_POST ...
-> announcement_title: Test
-> announcement_msg: Testing...
Dumping generated queries ...
-> 0: SELECT * FROM phpraider_config_auth;
-> 1: SELECT * FROM phpraider_config;
-> 2: SELECT * FROM phpraider_profile WHERE user_email = 'EMAIL@EMAIL.COM';
-> 3: SELECT * FROM phpraider_profile WHERE `profile_id`>0 AND `profile_id`=2;
-> 4: SELECT * FROM phpraider_permissions WHERE group_id=1;
Magitta
02-06-2008, 03:43 AM
Bump..? Was wondering if someone still has the same problem as I have.
Abaddon
03-11-2008, 07:26 PM
I've just done a fresh install of phpraider 1.0.7. I installed the WoW Horde game, and again everything seemed to go fine. However, when trying to create announcements, guilds, characters, or anything it just refreshes and leaves the edit window open without ever actually creating the content. Any ideas what is happening? I verified the database configuration its pointing to is correct.
I am having that same problem. Anyone have a fix? Or suggestions?
|
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.