It is probably just me being stupid but there is no lib directory in the download to place under the /plugins/phpgrid directory. Am i missing something or reading things wrong??
Any help will be appreciated.
Thanks,
alan
At file start, replace
$base_path = strstr(realpath("."),"demos",true)."lib/";
with
$base_path = "../../lib/";
It looks like realpath function is disabled.
Warning: Wrong parameter count for strstr() in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 13
Warning: include(lib/inc/jqgrid_dist.php) [function.include]: failed to open stream: No such file or directory in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 14
Warning: include() [function.include]: Failed opening 'lib/inc/jqgrid_dist.php' for inclusion (include_path='.;C:xamppphppear') in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 14
Fatal error: Class 'jqgrid' not found in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 103