spacecube Posted September 20, 2004 Report Share Posted September 20, 2004 Hi ihrs, ich hab mir grad das Unsold_carts modul noch installiert. alles nach anleitung kopiert / eingef?gt und den SQL auch in die DB eingespielt. allerdings seh ich den eintrag "Offene Warenk?rbe" nun nicht im admin bereich. habe diesen im column_left.php unter die eintr?ge der Kundengruppe gesetzt: echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_CUSTOMERS.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CUSTOMERS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers_status'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CUSTOMERS_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CUSTOMERS_STATUS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['orders'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDERS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_unsold_carts'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_UNSOLD_CARTS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STATS_UNSOLD_CARTS . '</a><br>'; echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_PRODUCTS.'</b></div>'); wie gesagt wird dieser eintrag im Admin menu nicht angezeigt. Ersetze ich jedoch aus Plausch nun folgendes: if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_unsold_carts'] == '1')) in if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['manufacturers'] == '1')) dann wird der eintrag angezeigt. Das Feld stats_unsold_carts ist aber in der Tabelle admin_access vorhanden. hat da jemand noch eine idee was da falsch sein k?nnte?? gruss spacecube PS: filenamen hab ich alle ?berpr?ft und stimmen alle. Link to comment Share on other sites More sharing options...
chris70 Posted September 22, 2004 Report Share Posted September 22, 2004 Hallo, also bei mir funtkioniert alles. An unterster Stelle im Admin, also unter den Coupons... wird "Offene Warenk?rbe" angezeigt Lg Chris Link to comment Share on other sites More sharing options...
spacecube Posted September 22, 2004 Author Report Share Posted September 22, 2004 ich hab nun das Affiliate Mod auch noch installiert. Dies wird angezeigt. ich bin echt ratlos. Es kann eigentlich nur noch mit der Datenbank zusammenh?ngen. Allerdings ist der eintrag in der DB auch drin.... :wall: werd mal versuchen den eintrag zu l?schen und nochmals rein zu hauen. .....whatever..... Link to comment Share on other sites More sharing options...
spacecube Posted September 22, 2004 Author Report Share Posted September 22, 2004 hab deinen tipp befolgt jedoch immernoch das selbe. alles kontrolliert. Dateien sind am richtigen ort. alle eintr?ge die in application_top.php, etc gemacht werden m?ssen hab ich ans ende der jeweiligen datei VOR ?> gesetzt. leider immernoch das selbe :cry: Link to comment Share on other sites More sharing options...
spacecube Posted September 22, 2004 Author Report Share Posted September 22, 2004 kann leider meinen beitrag nicht editieren, deshalb nochmal hier. das komische ist, wenn ich in column_left.php die Zeile: if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_unsold_carts'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_UNSOLD_CARTS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STATS_UNSOLD_CARTS . '</a><br>'; ?ndere in: if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['manufacturers'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_UNSOLD_CARTS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STATS_UNSOLD_CARTS . '</a><br>'; Also das $admin_access['stats_unsold_carts'] ?nder in $admin_access['manufacturers'] dann wird der Link angezeigt. (Nat?rlich ist der Link dann total schepps, aber immerhin wird er angezeigt). deshalb bin ich auch auf die idee gekommen das mit der DB was nicht stimmt. W?re dies jedoch der fall dann w?rde das nachtr?glich installierte affiliate programm auch nicht gehen (was aber wunderbar funzt)...denk ich mal..... Link to comment Share on other sites More sharing options...
beamtec Posted January 4, 2005 Report Share Posted January 4, 2005 Hallo spacecube, hatte zun?chst das gleich Problem, hab dann aber gesehen, dass ich den code // Boxlink f?r Unsold Cart if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_unsold_carts'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_UNSOLD_CARTS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STATS_UNSOLD_CARTS . '</a><br>'; noch vor die schlie?ende geschwungene Klammer des vorherigen "if-Ausdrucks" gesetzt habe. Nachdem ich den Ausdruck direkt vor "?>" gesetzt habe, hat's funktioniert. Gru? beamtec Link to comment Share on other sites More sharing options...
djb-side Posted January 5, 2005 Report Share Posted January 5, 2005 Hallo, bekommen folgenden Fehler wenn ich im Admin auf Offene Warenk?rbe klicke: Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access /srv/www/web1/html/admin/includes/local owned by uid 789 in /srv/www/web1/html/admin/includes/application_top.php on line 83 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /srv/www/web1/html/admin/includes/application_top.php:83) in /srv/www/web1/html/admin/includes/application_top.php on line 652 Warning: main() [function.main]: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ../includes/write_customers_status.php owned by uid 789 in /srv/www/web1/html/admin/includes/application_top.php on line 778 Warning: main(../includes/write_customers_status.php) [function.main]: failed to create stream: Inappropriate ioctl for device in /srv/www/web1/html/admin/includes/application_top.php on line 778 Fatal error: main() [function.main]: Failed opening required '../includes/write_customers_status.php' (include_path='.') in /srv/www/web1/html/admin/includes/application_top.php on line 778 Was mache ich falsch? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.