Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - EdwinK

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 18, 2008, 09:41:02 PM »
hi,

change in batch_annonate.php

line
Code: [Select]
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";

to

Code: [Select]
$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";

working now?

Not for me :(

2
Mods & Plugins (Requests & Discussions) / Re: Auto Watermark?
« on: September 18, 2008, 07:56:56 PM »
This is what I got now:

Code: [Select]
Warning: include_once(./../global.php) [function.include-once]: failed to open stream: No such file or directory in /home/bookieb/public_html/gallery/admin/admin_global.php on line 29

Warning: include_once() [function.include]: Failed opening './../global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bookieb/public_html/gallery/admin/admin_global.php on line 29

Warning: include_once(./../includes/sessions.php) [function.include-once]: failed to open stream: No such file or directory in /home/bookieb/public_html/gallery/admin/admin_global.php on line 30

Warning: include_once() [function.include]: Failed opening './../includes/sessions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bookieb/public_html/gallery/admin/admin_global.php on line 30

Warning: include_once(./../admin/admin_functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/bookieb/public_html/gallery/admin/admin_global.php on line 31

Warning: include_once() [function.include]: Failed opening './../admin/admin_functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bookieb/public_html/gallery/admin/admin_global.php on line 31

Warning: opendir(./../lang/) [function.opendir]: failed to open dir: No such file or directory in /home/bookieb/public_html/gallery/admin/admin_global.php on line 59

Warning: closedir(): supplied argument is not a valid Directory resource in /home/bookieb/public_html/gallery/admin/admin_global.php on line 67

Fatal error: Call to undefined function show_admin_header() in /home/bookieb/public_html/gallery/admin/admin_global.php on line 70

3
Mods & Plugins (Requests & Discussions) / Re: Auto Watermark?
« on: September 08, 2008, 11:28:16 PM »
Tried this, but after been trying for some time, I still don't get it to work. I did so many changes to the files, I now don't longer know what file is doing what. Going to try to restore all files to as they were when I first downloaded them.

4
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: September 08, 2008, 11:22:26 PM »
From reading this, it looks great. I just dare not do the needed changes.

5
Mods & Plugins (Requests & Discussions) / Re: Auto Watermark?
« on: September 02, 2008, 11:09:36 PM »
Thought it works, but.. it didn't.

Is it only working when uploading pictures after installation of this mod/plugin? Or should I be able to let it run on all images I've got?

Tried uploading an image, but it didn't get the watermark.

I downloaded the version from here, and didn't type it myself.

6
FAQ, Tips / Re: Remove the right-click disabler / or remove only for Members
« on: September 02, 2008, 10:41:22 PM »
And it works like a charm ;)

Thanks.

7
Will try that. If I can figure out what the path to ImageMagick is ;)

8
Contacted my host about the same problem

'Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40000 bytes) in /home/*****/public_html/gallery/includes/image_utils.php on line 80"

Got the following answer:

Quote

The memory limit is 128Mb, and 40000 bytes is well within that limit. This may be due to your script, which we cannot support.

Regards,


Pages: [1]