Search found 9 matches

by wbh-a
Mon Oct 05, 2009 6:54 pm
Forum: Installation
Topic: Problem uploading images to media database using Firefox 3.5
Replies: 4
Views: 3843

Re: Problem uploading images to media database using Firefox 3.5

Hi,

Hi!

Is it related to the size of an image? Have you inspected your PHP log, maybe fatal errors occur due to memory being all used up?

yes, I did, I double-checked file types (png, jpeg) and sizes.

Logs don't show anything looking like an error, the POST /serendipity_admin.php? HTTP/1.1 ...
by wbh-a
Sun Oct 04, 2009 10:27 pm
Forum: Installation
Topic: Problem uploading images to media database using Firefox 3.5
Replies: 4
Views: 3843

Re: Problem uploading images to media database using Firefox 3.5

Hum,

appearantly I need to revoke this hint as the problem is reproducable, again, sigh.
by wbh-a
Sun Oct 04, 2009 10:23 pm
Forum: Installation
Topic: Moved server - and Serendipity stopped working
Replies: 12
Views: 8044

Re: Moved server - and Serendipity stopped working

mikkel_h wrote:
wbh-a wrote:Which database backend are you using?
MySQL
Please check:

Code: Select all

SELECT value FROM serendipity_config WHERE name = 'serendipityPath'
/www/mzh.dk/blog/
OK, try this:

Code: Select all

UPDATE serendipity_config SET value = '/home/www/mzh.dk/blog/' WHERE name = 'serendipityPath' AND value = '/www/mzh.dk/blog/'
by wbh-a
Sun Oct 04, 2009 10:07 pm
Forum: Installation
Topic: Moved server - and Serendipity stopped working
Replies: 12
Views: 8044

Re: Moved server - and Serendipity stopped working

"Warning: fopen(/www/mzh.dk/blog/serendipity_config_local.inc.php) [function.fopen]: failed to open stream: No such file or directory in /home/www/mzh.dk/blog/include/functions_installer.inc.php on line 72"

Which database backend are you using?

Please check:

SELECT value FROM serendipity ...
by wbh-a
Sun Oct 04, 2009 9:59 pm
Forum: Installation
Topic: Moved server - and Serendipity stopped working
Replies: 12
Views: 8044

Re: Moved server - and Serendipity stopped working

Where does Smarty look for its templates?
by wbh-a
Sun Oct 04, 2009 9:54 pm
Forum: Installation
Topic: Moved server - and Serendipity stopped working
Replies: 12
Views: 8044

Re: Moved server - and Serendipity stopped working

Is this the auto-generated version, or die you copy it from your former installation?
by wbh-a
Sun Oct 04, 2009 9:49 pm
Forum: Installation
Topic: Moved server - and Serendipity stopped working
Replies: 12
Views: 8044

Re: Moved server - and Serendipity stopped working

Hello,

looks like you are missing the .htaccess in your serendipity directory.
by wbh-a
Sun Oct 04, 2009 9:47 pm
Forum: Installation
Topic: Problem uploading images to media database using Firefox 3.5
Replies: 4
Views: 3843

Problem uploading images to media database using Firefox 3.5

Hello there,

has anybody encountered any problems uploading images to the media database using Firefox 3.5.x (Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.3) Gecko/20090913 Shiretoko/3.5.3) yet? I have, I received empty responses when uploading images, the images were not stored.

I debugged a ...