Johannes Kutsam | 19 Apr 13:36
Picon

Re: Blank Pages

to robert gil:

I have noticed that the error_reporting()  command is used a couple 
times through out the code. So if you enable error_reporting in 
config.php it might get disabled in lib.php

i have had a problem with a directive that included a pear package  with 
   "@"  (i think it was the NET SMTP package.)	

to the developer: would it make sense to remove all the 
error_reporting() commands from the code and define it only in the 
config.php?

johannes

Robert Gil wrote:
> List,
> 	I've been running phplist for about a year now without any problems
> only until recently. I know this is the developer list and I am proficient
> with php. The old version I was running 2.9.4 just stopped working for no
> apparent reason. There were no error messages or any server changes. It just
> stopped working. (blank pages)
> 	Ok so next thing.. I ran syntax checking against all the files. No
> problem. Next thing, enable error_reporting... again.. no errors and still
> blank pages. Next thing I did was installed the newest version. SAME THING!
> Are there any suggestions as to what may be causing it to do this? Perhaps I
> can salvage the original install which would be ideal.
> 
> Robert Gil
> Desktop Solutions Inc.
(Continue reading)

Johannes Kutsam | 19 Apr 17:05
Picon

some small suggestions

Hi phplist,

I have successfully sent out my first newsletter with phplist to +1000 
costumers. PHPList works great for this task.
We use it in conjunction with joomla, we format a Newsletter in joomla - 
then create a phplist message with [URL: xxx].
We also use link tracking.

Link tracking needed some little tweaks to work:
I had to disable the "make all links absolut" function in phplist when 
it parsed [URL: ]

Also the variable $strThisLink  does not work very well for German (in 
Text-mode).
by standard (as far as i have noticed)it is used for [SUBSCRIBE] 
[UNSUBSCRIBE] [FORWARD]
I wanted to use different text elements for [SUBSCRIBE] [UNSUBSCRIBE] 
[FORWARD] like:

"Subscribe now"
"Unsubscribe"
"Forward to friend"

this could be achieved by adding new variables like $strSubscribeText 
$strUnsubscribeText and $strForwardText to german2.inc

Great Job Michiel, I will stay around the list - maybe something comes 
up that I can help with

johannes
(Continue reading)

Michiel Dethmers | 19 Apr 17:12
Picon
Favicon

Re: some small suggestions


Johannes Kutsam wrote:
> Link tracking needed some little tweaks to work:
> I had to disable the "make all links absolut" function in phplist when
> it parsed [URL: ]
That's interesting. If you can create an issue in mantis.tincan.co.uk
and explain what was needed, it will help.
> Also the variable $strThisLink  does not work very well for German (in
> Text-mode).
[..]
> this could be achieved by adding new variables like $strSubscribeText
> $strUnsubscribeText and $strForwardText to german2.inc
Well, I'd like to pull the frontend translations into the backend
anyway, but for now it'll have to be as it is.
>
> Great Job Michiel, I will stay around the list - maybe something comes
> up that I can help with
probably loads, it's kind of clogging up a bit, but I hope I can get
going on it soon.
> ps: as far as I have noticed there is a lot more traffic in the
> forum... should this list be used at all?
Yes, I hardly read the forums, takes way too much time, you can spend
days on there, and still not cover all. The forums are for users between
each other.

Michiel
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplist-developers-unsubscribe <at> tincan.co.uk
(Continue reading)


Gmane