1.3.10
After having some trouble earlier, I've already verified that all code is from 1.3.10.
Search found 17 matches
- Sun Mar 28, 2004 3:06 pm
- Forum: General discussions
- Topic: ASk Question and Add Content stopped working
- Replies: 4
- Views: 8451
- Fri Mar 26, 2004 7:04 pm
- Forum: General discussions
- Topic: ASk Question and Add Content stopped working
- Replies: 4
- Views: 8451
ASk Question and Add Content stopped working
The Ask Question and Add Content pages have stopped working. After filling out the form and clicking submit, you get an empty page. The resulting url is http://mydomain.com/phpmyfaq/index.php?sid=844&aktion=save
This was working before,....and nothing has changed to my knowledge on the system. I am ...
This was working before,....and nothing has changed to my knowledge on the system. I am ...
- Thu Mar 11, 2004 2:40 am
- Forum: General discussions
- Topic: Attachment size limit?
- Replies: 8
- Views: 16674
All's well
It appears whatever code was causing the attachments problem was also the culprit for the attachment size limit issue.
Sorry for all the fuss!
Thanks again!
Jeff
Sorry for all the fuss!
Thanks again!
Jeff
- Thu Mar 11, 2004 2:34 am
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
All is well,...
I'm not sure how or what files were not current,...I've replaced all the files from a fresh download and now the attachments are working fine,...at least you know it's not an OS X issue,..although if you have the cash,...I'd get one anyway,...they're just more fun 
Thanks for the help!
Jeff

Thanks for the help!
Jeff
- Tue Mar 09, 2004 1:40 pm
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
functions.php
When I replace the functions.php in inc with the one from the 1.3.11 download, I can't load any pages,...juts get a blank page,...given you think my functions is a 1.3.9 functions.php file, I'll take some time today and verify all code is the current stable 1.3.10 (in Edit Configurations, it lists 1 ...
- Tue Mar 09, 2004 1:32 pm
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
Log
No other output, and no attachment. In the error_log, I see:
[Tue Mar 9 07:30:38 2004] [error] PHP Notice: Array to string conversion in /Library/WebServer/Main/kbase/inc/functions.php on line 38
[Tue Mar 9 07:30:52 2004] [error] PHP Notice: Array to string conversion in /Library/WebServer/Main ...
[Tue Mar 9 07:30:38 2004] [error] PHP Notice: Array to string conversion in /Library/WebServer/Main/kbase/inc/functions.php on line 38
[Tue Mar 9 07:30:52 2004] [error] PHP Notice: Array to string conversion in /Library/WebServer/Main ...
- Tue Mar 09, 2004 1:29 pm
- Forum: General discussions
- Topic: Attachment size limit?
- Replies: 8
- Views: 16674
Attachment size
After I cahnge the attachment size limit from 100000 to 200000, I get the following:
DELETE FROM faqadminsessions WHERE TIME < '1078833652'
SELECT user, pass FROM faqadminsessions WHERE UIN='6b0c793e3b54acd79173d1815573d168' AND ip = '24.198.4.185'
UPDATE faqadminsessions SET TIME='1078835452 ...
DELETE FROM faqadminsessions WHERE TIME < '1078833652'
SELECT user, pass FROM faqadminsessions WHERE UIN='6b0c793e3b54acd79173d1815573d168' AND ip = '24.198.4.185'
UPDATE faqadminsessions SET TIME='1078835452 ...
- Tue Mar 09, 2004 1:27 pm
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
Found it
The output is after the </html> tag, so it doesn't render on the page,...but in the source I find:
<p>DELETE FROM faqadminsessions WHERE TIME<'1078833489'<br>
SELECT user, pass FROM faqadminsessions WHERE UIN='6b0c793e3b54acd79173d1815573d168' AND ip = '24.198.4.185'<br>
UPDATE faqadminsessions SET ...
<p>DELETE FROM faqadminsessions WHERE TIME<'1078833489'<br>
SELECT user, pass FROM faqadminsessions WHERE UIN='6b0c793e3b54acd79173d1815573d168' AND ip = '24.198.4.185'<br>
UPDATE faqadminsessions SET ...
- Tue Mar 09, 2004 1:23 pm
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
DEBUG output
Where do I find the output? I've enabled debug, but I don't see much of anything in the Admin log?
- Tue Mar 09, 2004 1:16 pm
- Forum: General discussions
- Topic: Attachment size limit?
- Replies: 8
- Views: 16674
UPgrade
I thought so since it was a clean install,...should I simply replace all files in the admin directory with those in a current download?
Jeff
Jeff
- Tue Mar 09, 2004 1:09 pm
- Forum: General discussions
- Topic: Attachment size limit?
- Replies: 8
- Views: 16674
1.3.10
I am running 1.3.10?!
- Tue Mar 09, 2004 1:06 pm
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
PHP
As a module.
- Mon Mar 08, 2004 11:40 pm
- Forum: General discussions
- Topic: Attach Files Problem
- Replies: 25
- Views: 42200
I'm my own host,...so what do I need to do?
Since I host the server that I want to use attachments, what do I need to do? I've tried making the attachments folder owner:group be that of the apache user (www in this case, Mac OS X). When I do this, a folder is created (ie "1") but nothing goes in and I still get an error. The new folder that ...
- Mon Mar 08, 2004 11:29 pm
- Forum: General discussions
- Topic: Attachment size limit?
- Replies: 8
- Views: 16674
Attachment size limit?
Is there a limit to the attachment sizes allowed? I tried increasing the number from 100000 to 500000 and my inc/config.php file become corrupted. Every entry on the config.php file ended up as "A".
- Sun Feb 08, 2004 3:43 pm
- Forum: General discussions
- Topic: Number of entries doesn't work?
- Replies: 5
- Views: 10748
# of Entries not working,...
Here's what I get,...
mysql> SELECT count(phpmyfaqfaqdata.rubrik) AS number FROM phpmyfaqfaqrubrik LEFT JOIN phpmyfaqfaqdata ON phpmyfaqfaqdata.rubrik = phpmyfaqfaqrubrik.rubrik AND phpmyfaqfaqdata.active = 'yes' GROUP BY phpmyfaqfaqrubrik.rubrik ORDER BY phpmyfaqfaqrubrik.rubrik ...
mysql> SELECT count(phpmyfaqfaqdata.rubrik) AS number FROM phpmyfaqfaqrubrik LEFT JOIN phpmyfaqfaqdata ON phpmyfaqfaqdata.rubrik = phpmyfaqfaqrubrik.rubrik AND phpmyfaqfaqdata.active = 'yes' GROUP BY phpmyfaqfaqrubrik.rubrik ORDER BY phpmyfaqfaqrubrik.rubrik ...