Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 344
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 244
Total: 245

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 - Wegg

Pages: 1 2 [3] 4 5 ... 9
31
Support / Transaction that didn't go through.
« on: January 28, 2013, 11:11:18 am »
I just got an e-mail from a customer that purchased membership to my site and the transaction did not go through.  After some investigating I can see that my paypal account received the funds but that this customer's account on my site did not get moved into the appropriate member group.  :-(  What is strange is that there was another purchase made just before his and that transaction worked.  I can see that he is downloading products. 

32
Support / Re: Bad Links?
« on: January 23, 2013, 02:01:19 pm »
I DID!  Thank you for your help.  All the 7000+ emails got out and I can see in the software the number of people that saw it, clicked on links, opted out of new newsletters etc.  All worked.  I never got the cron job to work but . . . I think that is a problem with my hosting company's interface to cron jobs.  Now that I have been through the pain of getting it to work I'm going to try and make this a weekly thing.  Get my money's worth.  ;-)

33
Support / Re: Bad Links?
« on: January 22, 2013, 12:51:29 pm »
Are there instructions for this somewhere?

34
Support / Re: Bad Links?
« on: January 22, 2013, 12:15:04 pm »
So I finally got the links to work. . . through tiny_MCE.  I decide to do it "right" and schedule a campaign to send out the newsletter to my test group of just me.  Scheduled it 5 minutes from then. . . all good.  Went and made a sandwich. . . came back. . . no e-mail.  Nothing was sent.   :'(

This isn't a show stopper because I have the other way of sending them out manually but. . . sheesh.  Shouldn't THAT work?

35
Support / Re: Bad Links?
« on: January 22, 2013, 11:18:41 am »
Still not able to send out my newsletter. 

Here is what I have attempted so far:

I found the TinyMCE support forum and read where a bunch of people are trying to allow their users who use tinymce to change the formatting background and link colors.  Finally found enough hints to make the newsletter look good in tinymce.  The trick for me was to wrap everything in a <div></div> and then change the things you want like the background color within that <div>. 

Quote
<div "style = background-color: rgb(0, 0, 0);">Newsletter</div>

But even now. . . my links don't work.  But they don't work in a different way. . . I'm thinking you might have been working on my site trying to de-bug it because all the links now go to a white page that has:

Quote
link: http://link.address.com

I'm kind of desperate to get this newsletter out so I'm going to un-install the plugin, re-install it and hope that that undoes your changes and I can get it to finally work.

I just thought I'd post this here so you were aware that I was aware of this thing you had done. 

36
Support / Re: Bad Links?
« on: January 20, 2013, 10:49:27 pm »
You had me change the database so that it would accept this eval() stuff.  Do I need to change it back now?

37
Support / Re: Bad Links?
« on: January 20, 2013, 12:56:05 am »
The problem with the newsletter appears to have something to do with me re-naming the tiny_mce folder.  Running my newsletter through tiny_mce makes it look like poo but the links work.  Without tiny_mce it looks fine but none of the links work.   :-\

38
Support / Re: Bad Links?
« on: January 19, 2013, 08:08:32 pm »
So it's fixed?

Edit:  Phew!  Looks like it is all working.  Thank you!  Should I put the MySQL server back the way it was?

39
Support / Re: Bad Links?
« on: January 19, 2013, 11:50:07 am »
Ok I did that step.  I also cleared out the error log. . . thinking that was part of what was needed but then realized you only wanted me to perform step one.  Crap.  I'll try and make it spit out some errors in the log.

Edit:  Tried to submit the product again to the store and this time it spat out a different error:

Quote
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
File: /home/setuptab/public_html/Themes/default/Store.template.php
Line: 1049

40
Support / Re: Bad Links?
« on: January 19, 2013, 02:39:30 am »
Now when I try and add a product to my store, I get this error after I try and submit it. . .

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
File: /home/setuptab/public_html/Sources/Load.php(1748) : eval()'d code
Line: 1049

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.17, while your database is at version 1.1.10. The above error might possibly go away if you execute the latest version of upgrade.php.

I can't see any upgrade.php file anywhere.  Help!

41
Support / Re: Bad Links?
« on: January 18, 2013, 02:18:42 pm »
I thought I could somehow trick it by using tinyURL links.  Didn't work. 

42
Support / Re: Bad Links?
« on: January 18, 2013, 12:09:19 pm »
crap.  Was hoping to send this newsletter out ASAP. . .  :'(

43
Support / Re: Bad Links?
« on: January 18, 2013, 11:29:50 am »
pm sent.

44
Support / Re: Bad Links?
« on: January 18, 2013, 11:09:26 am »
So. . . not to expect too much or anything but . . . is there any hope for a fix?

45
Support / Re: Bad Links?
« on: January 18, 2013, 10:53:39 am »
I think I know what happened.  In preparing for what I hope is a surge in traffic from this newsletter, I went through my site and tried to optimize it as best I could.  Getting rid of features that were not being used, cleaning out some old sections etc.  Then in the admin/Forum Maintenance area I clicked on "Convert HTML-entities to UTF-8 characters"  It said:

Quote
This function will convert all characters that are stored in the database as HTML-entities to UTF-8 characters. This is especially useful when you have just converted your forum from a character set like ISO-8859-1 while non-latin characters were used on the forum. The browser then sends all characters as HTML-entities. For example, the HTML-entity &#945; represents the greek letter α (alpha). Converting entities to UTF-8 will improve searching and sorting of text and reduce storage size.

Sounds good to me. . . so I clicked it. . . it did it's thing and I moved on.  MAYBE the newsletter code doesn't like this optimization?   ???

Pages: 1 2 [3] 4 5 ... 9

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal