Backie
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorWhat is your PHP and wordpress version numbers? Are you sure there is data in the database or is it failing to insert the new quizzes?
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] My results so far1 ) Take so long to load the results? From the admin cp? It happens pretty much instantly for me. It may be your server load or maybe some caching is happening somewhere.
2 ) Currently the questions come out in a random order. However it could be developed to do asending and/or descending.
3 & 4 ) If you’re thinking of using it as a leads system then there is plans to ethier add it to this plugin or write another plugin to do this task.
5 ) This happens when the user isn’t signed in. Or is ment to, I’ve just tested the development version and I have the same issue so I was fix this error in the next release.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorFor a quick and basic hack on 187 of wp-survey-and-quiz.php remove that line. Aswell as the comma at the end of line 186. This should solve this error. I have made a change in the next version which will be released in the next day or so if you would rather wait.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorCan I ask what version of mysql you are using? Also what version of wordpress aswell.
Thanks
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorWell the bug in this thread has been fixed for over 2 weeks. I am going to assume you’re affected by the bug in 1.1.2 which was reported yesterday morning and fixed yesterday afternoon. Therefore please download latest version 1.1.3.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorI’ve just committed a new version with a nasty workaround that runs the install function if the tables don’t exist. I’ll try and figure out why the error is raised in the 1st place.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorI’ve managed to recreate the issue and yea since the activation isn’t working properly the tables aren’t getting created. I am going to try and find the solution for this problem tho I’ll most likely do a release with a quick work around within the next few hours.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorWell a fatal error in activation would prevent the plugin from being activated and the forms and what not appear.
Two questions who is your hosting provider and do you know if you your mysql user has permissions to create new tables.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorHey,
If you don’t mind providing a sample set that would be great.
If you look in phpMyAdmin at the table there should be
(prefix)_wpqst_quiz
(prefix)_wpsqt_questions
(prefix)_wpsqt_answers
(prefix)_wpsqt_results
(prefix)_quiz_sectionslook at the number of rows for those if they aren’t there or if they are all zero then it’s not saving the data.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorHi,
Well the only way you would be getting the can’t re declare function is if the file was included twice.
May I ask what version of wordpress you are using? Also could you provide the options you gave to create the quiz.
Forum: Fixing WordPress
In reply to: Post content not showingYes I have and I can confirm that there is nothing within the HTML that would result in the page post not getting displayed.
I’ve tried to bypass the_content() function in the theme to get_the_content() and all of a sudden the page isn’t getting displayed when it was getting displayed originally. If that’s any help to anyone.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Fatal ErrorIt seems you’ve got it activated and then tried to activate it again.
For the stuff not showing up in the tables try setting a number of items per page option in the options page. I thought I had it set one by default but that may not have worked.