Nothing really works.. When I click on arrows to expand in the ACP, nada happends.
When I hover over a user, nothing appears (there should be a card).
When I click on any dropdowns, it just adds '#' to the end of my browser's URL.
Anything that runs/uses a script just doesn't work correctly..
I really need some help here, my websites been offline for two weeks.
I've also tried this, but it doesn't seem to be working, for the time being I'll just export and re-import to test modifications.
Thanks for the suggestions though, closing this thread.
Yes, the log only displayed ONE array including one package.
I have two packages set up; Alpha & Beta, only one of them is logged when I make a transaction (last one in my cart).
Alright, I THINK I understand what to do now, I just need some help actually getting data,
Invoice
invoice Object
(
[data:invoice:private] => Array
(
[i_status] => pend
[i_title] => BETA Tag, ALPHA Tag
[i_member] => 1
[i_items] => Array
(
[0] => Array
(
[act] => new
[app] => nexus
[type] => product
[cost] => 0
[tax] => 0
[renew_term] => 0
[renew_units] =>
[renew_cost] => 0
[quantity] => 1
[physical] =>
[shipping] => Array
(
)
[subscription] =>
[weight] => 0
[itemName] => BETA Tag
[itemID] => 8
[cfields] => Array
(
)
[opt_id] => 0
[groupRenewals] => 0
[methods] => Array
(
)
[_tax] => 0
)
[1] => Array
(
[act] => new
[app] => nexus
[type] => product
[cost] => 0
[tax] => 0
[renew_term] => 0
[renew_units] =>
[renew_cost] => 0
[quantity] => 1
[physical] =>
[shipping] => Array
(
)
[subscription] =>
[weight] => 0
[itemName] => ALPHA Tag
[itemID] => 9
[cfields] => Array
(
)
[opt_id] => 0
[groupRenewals] => 0
[methods] => Array
(
)
[_tax] => 0
)
)
[i_total] => 0
[i_date] => 1387402379
[i_return_uri] =>
[i_paid] => 0
[i_status_extra] => a:1:{s:4:"type";s:4:"zero";}
[i_discount] => 0
[i_temp] =>
[i_ordersteps] => 0
[i_noreminder] => 1
[i_renewal_ids] => Array
(
)
[i_po] =>
[i_notes] =>
[i_shipaddress] =>
[i_id] => 170
)
[customer] => customer Object
(
[data] => Array
(
...
)
[cardhandler:customer:private] =>
)
[takeAction] => 1
)
That's my invoice array with two items, I'd just like to know how to properly grab data from the sub array '[i_items]'.
The following doesn't work,
$invoice['i_items'][0]['itemName']
Though, assuming I do use the invoice array to grab my item data, I still can't access a custom data-field I implemented into the package table in the db.
UPDATE:
Figured out why I CAN'T access invoice data, it's a private field.
Which means I NEED to use the package array, but it's only returning ONE package..
UPDATE:
Turns out my Nexus I had installed was nulled/bugged.. Installed clean and the arrays are being posted as they should.
You don't even need to be logged in, just going to the ACP index will auto login. Found the issue, someone messed with the loginauth script via the ftp server.. Fixed it all. Now to change all my server information .-.