![]() |
![]() ![]() |
![]() |
![]()
Post
#1
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
|
|
|
![]()
Post
#2
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
First check component requirements - mbstring is required. If is installed, activate error reporting and try again, after this check error log.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
Ran a PHP check on server and MBString is enabled on PHP 5.3.24 on my server. Turned on error reporting in Global Config Server settings and set to maximum. No errors are added to the file after attempting to create a PBM item.
|
|
|
![]()
Post
#4
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
Cranked error reporting up to "Development" and still no errors added to log file. Through some variable warnings on screen in back end about other plugins (Mailchimp, Invoice). But nothing serious. I did verify that the log file is working, by attempting to login with a bad password on the front end and it did add an entry for that attempt, so it is recording.
|
|
|
![]()
Post
#5
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
We can't help you without error. The only way to resolve your problem is to debug your website (admin access and ftp access will be needed), but this will be after 6-th January, we are on vacation.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
I sent you a PM via this forum with login and FTP details to my site. Let me know when you can take a look and if you can determine the issue.
|
|
|
![]()
Post
#7
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
We find issue in your website.
Problem with PostByEmail is that our component have duplicating table item name with other component called com_invoices. We don't know why com_invoices use the same table item name as our component. Workaround can be to disable Invoices while creating new PBM configuration, than enable it again. While ruining as cronjob I hope that there will be no problems with PostByEmail. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]()
Post
#8
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
OK, thanks. What's the table name that is duplicated so I can ask the com_invoices guys if they can give me a version with a different table name?
|
|
|
![]()
Post
#9
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
This is the name: tableitem
This name can cause problems in future and we will change it also. But this will be in next PBM version (planned for february). Affected files are: Код /administrator/components/com_invoices/tables/item.php" where is defined "class TableItem extends JTable and Код /administrator/components/com_post_by_email/tables/item.php" where is defined "class TableItem extends JTable
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]()
Post
#10
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
OK, thanks. I did disable the invoice component and when I try to create a PBM setting, my browser goes to a blank screen when I try to save it. If I refresh, it goes to main joomla control panel and my settings have not been saved. I resolve the conflict would I have to remove the component completely?
|
|
|
![]()
Post
#11
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
I turned error reporting on and this is the error that I am getting. Seems like I might have to remove the Invoice Component completely. I think I will wait for your new release.
Код Notice: Undefined variable: row in /html/administrator/components/com_post_by_email/models/item.php on line 80
Fatal error: Call to a member function bind() on a non-object in /html/administrator/components/com_post_by_email/models/item.php on line 80 |
|
|
![]()
Post
#12
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
We can't find problem in code. On our test servers extension work - all functions.
On line 80 is only this: Код $row = $this->getTable(); Look like "getTable" not return expected "TableItem", $row is not object and system can't find method bind(). -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]()
Post
#13
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
Is the release out yet that uses a different table name?
This post has been edited by aakelley: Feb 4 2014, 02:34 PM |
|
|
![]()
Post
#14
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
No, latest version is from 06 January 2014. Update is planned for next week. When is released, will be posted new post in this topic: http://3dwebdesign.org/forum/post-by-email-pro-t743
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]()
Post
#15
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 22-December 13 Member No.: 1,927 ![]() |
OK, thanks. Will check back next week - this feature did make that release?
|
|
|
![]()
Post
#16
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,168 Joined: 29-April 09 From: Sofia Member No.: 1 ![]() |
New version with fix is released today: http://3dwebdesign.org/forum/index.php?sho...post&p=7079
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
![]() ![]() |
Similar Topics
Topic | Replies | Topic Starter | Views | Last Action | |
---|---|---|---|---|---|
![]() |
Pbm Iphone Photos Orientation | 5 | opt2bout | 2,864 | 20th March 2014 - 03:28 AM Last post by: isurfedthere |
![]() |
Pbm - Setup Worked, Emails Received - But... | 1 | Richard Dvorak | 2,285 | 22nd November 2010 - 08:28 AM Last post by: 3D Web Design |
![]() |
Lo-Fi Version | Time is now: 9th December 2019 - 10:04 PM |