This topic is locked

Joomla 1.5 and phprunner integration

11/30/2011 11:06:51 AM
PHPRunner General questions
J
josehp author

Hi everyone can you help me on my problem. I used Joomla 1.5 and wrapper plug in to integrate the phprunner. It was successful but unfortunately i cant delete records I have an error
Error type 256

Error description Table 'chainmar_projectlist.TableName' doesn't exist

URL chainmarketingph.com/chain/chainphp/projectlist_list.php?

Error file /home/chainmarketing/public_html/chainmarketing/chainphp/include/dbconnection.my.mysqli.php

Error line 40

SQL query insert into TableName (Field1, Field2) values (Value1, Value2)
hope you can help me on this problem thank you so much

Sergey Kornilov admin 11/30/2011

As far as I can see you use sample code in one of events:

insert into TableName (Field1, Field2) values (Value1, Value2)


You need either to remove this code or replace sample names with real ones.

J
josehp author 11/30/2011

Thank you so much I already solve the error but i wasn't able to delete a recordd. I can add but I cannot delete. Thank you so much for prompt reply hope we can solve this... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=62808&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=62808&image=2&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />